mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
arm64: 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
c68e63ff03
commit
20ef16e4f5
@ -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,9 @@ CGROUP_SCHED='* '
|
||||
|
||||
revision='systemd'
|
||||
|
||||
EFI='*'
|
||||
EFI_ZBOOT='*'
|
||||
|
||||
[RT_GROUP_SCHED]
|
||||
value = ' '
|
||||
comment = 'This may cause some systemd features malfunction'
|
||||
|
@ -21,6 +21,9 @@
|
||||
[*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel image [RELOCATABLE]
|
||||
[*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image [RANDOMIZE_BASE]
|
||||
|
||||
<emphasis role='blue'>B</emphasis>oot options --->
|
||||
[*] <emphasis role='blue'>U</emphasis>EFI runtime support [EFI]
|
||||
|
||||
<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>trong Stack Protector [STACKPROTECTOR_STRONG]
|
||||
@ -43,6 +46,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,4 +20,7 @@ DRM_FBDEV_EMULATION='*'
|
||||
DRM_SIMPLEDRM='*'
|
||||
FRAMEBUFFER_CONSOLE='*'
|
||||
|
||||
EFI='*'
|
||||
EFI_ZBOOT='*'
|
||||
|
||||
revision='sysv'
|
||||
|
@ -18,6 +18,9 @@
|
||||
[*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel image [RELOCATABLE]
|
||||
[*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image [RANDOMIZE_BASE]
|
||||
|
||||
<emphasis role='blue'>B</emphasis>oot options --->
|
||||
[*] <emphasis role='blue'>U</emphasis>EFI runtime support [EFI]
|
||||
|
||||
<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>trong Stack Protector [STACKPROTECTOR_STRONG]
|
||||
@ -30,6 +33,8 @@
|
||||
... [DEVTMPFS_MOUNT]
|
||||
<emphasis role='blue'>F</emphasis>irmware Drivers --->
|
||||
[*] 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]
|
||||
|
Loading…
Reference in New Issue
Block a user