mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
arm64: Adapt kernel configuration data and regenerate
This commit is contained in:
parent
64e8131dd8
commit
e08ba0ae13
@ -1 +0,0 @@
|
|||||||
HIGHMEM64G='X'
|
|
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
||||||
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
||||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
|
||||||
<!-- Automatically generated by kernel-config.py
|
|
||||||
DO NOT EDIT! -->
|
|
||||||
<screen role="nodump"><emphasis role='blue'>P</emphasis>rocessor type and features --->
|
|
||||||
H<emphasis role='blue'>i</emphasis>gh Memory Support --->
|
|
||||||
(X) <emphasis role='blue'>6</emphasis>4GB [HIGHMEM64G]</screen>
|
|
@ -23,7 +23,7 @@ menu_id = 1
|
|||||||
stack = []
|
stack = []
|
||||||
if_stack = []
|
if_stack = []
|
||||||
|
|
||||||
expand_var_mp = { 'SRCARCH': 'x86' }
|
expand_var_mp = { 'SRCARCH': 'arm64' }
|
||||||
main_dep = {}
|
main_dep = {}
|
||||||
|
|
||||||
def expand_var(s):
|
def expand_var(s):
|
||||||
|
@ -1 +1 @@
|
|||||||
6.4.8
|
6.4.12
|
||||||
|
@ -15,9 +15,9 @@
|
|||||||
[*] M<emphasis role='blue'>e</emphasis>mory controller [MEMCG]
|
[*] M<emphasis role='blue'>e</emphasis>mory controller [MEMCG]
|
||||||
[ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT]
|
[ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT]
|
||||||
|
|
||||||
<emphasis role='blue'>P</emphasis>rocessor type and features --->
|
<emphasis role='blue'>K</emphasis>ernel Features --->
|
||||||
[*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel [RELOCATABLE]
|
[*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel image [RELOCATABLE]
|
||||||
[*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image (KASLR) [RANDOMIZE_BASE]
|
[*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image [RANDOMIZE_BASE]
|
||||||
|
|
||||||
<emphasis role='blue'>G</emphasis>eneral architecture-dependent options --->
|
<emphasis role='blue'>G</emphasis>eneral architecture-dependent options --->
|
||||||
[*] <emphasis role='blue'>S</emphasis>tack Protector buffer overflow detection [STACKPROTECTOR]
|
[*] <emphasis role='blue'>S</emphasis>tack Protector buffer overflow detection [STACKPROTECTOR]
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
[*] M<emphasis role='blue'>e</emphasis>mory controller [MEMCG]
|
[*] M<emphasis role='blue'>e</emphasis>mory controller [MEMCG]
|
||||||
[ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT]
|
[ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT]
|
||||||
|
|
||||||
<emphasis role='blue'>P</emphasis>rocessor type and features --->
|
<emphasis role='blue'>K</emphasis>ernel Features --->
|
||||||
[*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel [RELOCATABLE]
|
[*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel image [RELOCATABLE]
|
||||||
[*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image (KASLR) [RANDOMIZE_BASE]
|
[*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image [RANDOMIZE_BASE]
|
||||||
|
|
||||||
<emphasis role='blue'>G</emphasis>eneral architecture-dependent options --->
|
<emphasis role='blue'>G</emphasis>eneral architecture-dependent options --->
|
||||||
[*] <emphasis role='blue'>S</emphasis>tack Protector buffer overflow detection [STACKPROTECTOR]
|
[*] <emphasis role='blue'>S</emphasis>tack Protector buffer overflow detection [STACKPROTECTOR]
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
X86_X2APIC='*'
|
|
||||||
PCI='*'
|
|
||||||
PCI_MSI='*'
|
|
||||||
IOMMU_SUPPORT='*'
|
|
||||||
IRQ_REMAP='*'
|
|
@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
||||||
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
||||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
|
||||||
<!-- Automatically generated by kernel-config.py
|
|
||||||
DO NOT EDIT! -->
|
|
||||||
<screen role="nodump"><emphasis role='blue'>P</emphasis>rocessor type and features --->
|
|
||||||
[*] <emphasis role='blue'>S</emphasis>upport x2apic [X86_X2APIC]
|
|
||||||
|
|
||||||
<emphasis role='blue'>D</emphasis>evice Drivers --->
|
|
||||||
[*] <emphasis role='blue'>P</emphasis>CI support ---> [PCI]
|
|
||||||
[*] M<emphasis role='blue'>e</emphasis>ssage Signaled Interrupts (MSI and MSI-X) [PCI_MSI]
|
|
||||||
[*] <emphasis role='blue'>I</emphasis>OMMU Hardware Support ---> [IOMMU_SUPPORT]
|
|
||||||
[*] <emphasis role='blue'>S</emphasis>upport for Interrupt Remapping [IRQ_REMAP]</screen>
|
|
Loading…
Reference in New Issue
Block a user