mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-14 08:15:14 +01:00
mips64el: kernel: Remove x86-specific configuration and regenerate
This commit is contained in:
parent
0425c61474
commit
a9b946e033
@ -141,23 +141,6 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="kernel/systemd.xml"/>
|
||||
|
||||
<para>Enable some additional features if you are building a 64-bit
|
||||
system. If you are using menuconfig, enable them in the order of
|
||||
<parameter>CONFIG_PCI_MSI</parameter> first, then
|
||||
<parameter>CONFIG_IRQ_REMAP</parameter>, at last
|
||||
<parameter>CONFIG_X86_X2APIC</parameter> because an option only
|
||||
shows up after its dependencies are selected.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="kernel/x2apic.xml"/>
|
||||
|
||||
<para>If you are building a 32-bit system running on a hardware
|
||||
with RAM more than 4GB, adjust the configuration so the kernel will
|
||||
be able to use up to 64GB physical RAM:</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="kernel/highmem.xml"/>
|
||||
|
||||
<para>If the partition for the LFS system is in a NVME SSD (i. e. the
|
||||
device node for the partition is <filename>/dev/nvme*</filename>
|
||||
instead of <filename>/dev/sd*</filename>), enable NVME support or
|
||||
@ -288,18 +271,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>Support x2apic</parameter></term>
|
||||
<listitem>
|
||||
<para>Support running the interrupt controller of 64-bit x86
|
||||
processors in x2APIC mode. x2APIC may be enabled by firmware on
|
||||
64-bit x86 systems, and a kernel without this option enabled will
|
||||
panic on boot if x2APIC is enabled by firmware. This option
|
||||
has no effect, but also does no harm if x2APIC is disabled by the
|
||||
firmware.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
<para>Alternatively, <command>make oldconfig</command> may be more
|
||||
|
@ -1 +0,0 @@
|
||||
HIGHMEM64G='X'
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!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 = []
|
||||
if_stack = []
|
||||
|
||||
expand_var_mp = { 'SRCARCH': 'x86' }
|
||||
expand_var_mp = { 'SRCARCH': 'mips' }
|
||||
main_dep = {}
|
||||
|
||||
def expand_var(s):
|
||||
|
@ -1 +1 @@
|
||||
6.7.1
|
||||
6.7.4
|
||||
|
@ -15,9 +15,9 @@
|
||||
[*] M<emphasis role='blue'>e</emphasis>mory controller [MEMCG]
|
||||
[ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT]
|
||||
|
||||
<emphasis role='blue'>P</emphasis>rocessor type and features --->
|
||||
[*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel [RELOCATABLE]
|
||||
[*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image (KASLR) [RANDOMIZE_BASE]
|
||||
<emphasis role='blue'>K</emphasis>ernel type --->
|
||||
[*] <emphasis role='blue'>R</emphasis>elocatable kernel [RELOCATABLE]
|
||||
[*] <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'>S</emphasis>tack Protector buffer overflow detection [STACKPROTECTOR]
|
||||
|
@ -14,9 +14,9 @@
|
||||
[*] M<emphasis role='blue'>e</emphasis>mory controller [MEMCG]
|
||||
[ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT]
|
||||
|
||||
<emphasis role='blue'>P</emphasis>rocessor type and features --->
|
||||
[*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel [RELOCATABLE]
|
||||
[*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image (KASLR) [RANDOMIZE_BASE]
|
||||
<emphasis role='blue'>K</emphasis>ernel type --->
|
||||
[*] <emphasis role='blue'>R</emphasis>elocatable kernel [RELOCATABLE]
|
||||
[*] <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'>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="UTF-8"?>
|
||||
<!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