mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 04:57:38 +00:00
loongarch: kernel: Update kernel config
With DRM panic added to trunk, now we only need 3 additional entries for EFI boot, thus we can just add them and remove the reference to BLFS UEFI kernel configuration.
This commit is contained in:
parent
c4415e0171
commit
c0d4dc8a84
@ -161,14 +161,6 @@
|
||||
url="&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index">BLFS
|
||||
Index of Kernel Settings</ulink>.</para>
|
||||
|
||||
<note>
|
||||
<para>If your host hardware is using UEFI and you wish to boot the
|
||||
LFS system with it, you should adjust some kernel configuration
|
||||
following <ulink url="&blfs-book;postlfs/grub-setup.html#uefi-kernel">
|
||||
the BLFS page</ulink> <emphasis role='bold'>even if you'll use the
|
||||
UEFI bootloader from the host distro</emphasis>.</para>
|
||||
</note>
|
||||
|
||||
<variablelist>
|
||||
<title>The rationale for the above configuration items:</title>
|
||||
|
||||
|
@ -33,6 +33,10 @@ CGROUP_SCHED='* '
|
||||
|
||||
revision='systemd'
|
||||
|
||||
EFI= { value='*', forced = true } # selected by LOONGARCH
|
||||
EFI_STUB='*'
|
||||
EFI_ZBOOT='*'
|
||||
|
||||
[RT_GROUP_SCHED]
|
||||
value = ' '
|
||||
comment = 'This may cause some systemd features malfunction'
|
||||
|
@ -18,6 +18,8 @@
|
||||
[ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT]
|
||||
|
||||
<emphasis role='blue'>K</emphasis>ernel type and options --->
|
||||
-*- <emphasis role='blue'>E</emphasis>FI runtime service support [EFI]
|
||||
[*] <emphasis role='blue'>E</emphasis>FI boot stub support [EFI_STUB]
|
||||
[*] <emphasis role='blue'>R</emphasis>elocatable kernel [RELOCATABLE]
|
||||
[*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel (KASLR) [RANDOMIZE_BASE]
|
||||
|
||||
@ -43,6 +45,8 @@
|
||||
<emphasis role='blue'>F</emphasis>irmware Drivers --->
|
||||
[*] <emphasis role='blue'>E</emphasis>xport DMI identification via sysfs to userspace [DMIID]
|
||||
[*] M<emphasis role='blue'>a</emphasis>rk VGA/VBE/EFI FB as generic system framebuffer [SYSFB_SIMPLEFB]
|
||||
<emphasis role='blue'>E</emphasis>FI (Extensible Firmware Interface) Support --->
|
||||
[*] <emphasis role='blue'>E</emphasis>nable the generic EFI decompressor [EFI_ZBOOT]
|
||||
<emphasis role='blue'>G</emphasis>raphics support --->
|
||||
<*> <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
|
||||
... [DRM]
|
||||
|
@ -20,6 +20,8 @@ DRM_FBDEV_EMULATION='*'
|
||||
DRM_SIMPLEDRM='*'
|
||||
FRAMEBUFFER_CONSOLE='*'
|
||||
|
||||
EFI= { value='*', forced = true } # selected by LOONGARCH
|
||||
EFI_STUB='*'
|
||||
EFI_ZBOOT='*'
|
||||
|
||||
revision='sysv'
|
||||
|
@ -15,6 +15,8 @@
|
||||
[ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT]
|
||||
|
||||
<emphasis role='blue'>K</emphasis>ernel type and options --->
|
||||
-*- <emphasis role='blue'>E</emphasis>FI runtime service support [EFI]
|
||||
[*] <emphasis role='blue'>E</emphasis>FI boot stub support [EFI_STUB]
|
||||
[*] <emphasis role='blue'>R</emphasis>elocatable kernel [RELOCATABLE]
|
||||
[*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel (KASLR) [RANDOMIZE_BASE]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user