From: Robin H. Johnson Date: Tue, 17 Jul 2012 05:34:24 +0000 (-0700) Subject: t Bug #399703: amd64 default kernel config did not have EFI support. X-Git-Tag: v3.4.39~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=087226b06b0cb40ea2b1b36994932bb3ade5ff8c;p=genkernel.git t Bug #399703: amd64 default kernel config did not have EFI support. --- diff --git a/ChangeLog b/ChangeLog index 26b9a5a..3cbafa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ # - 2008-2011 Various authors (see AUTHORS) # Distributed under the GPL v2 # $Id$ + + 17 Jul 2012; Robin H. Johnson arch/x86_64/kernel-config: + Bug #399703: amd64 default kernel config did not have EFI support. 15 July 2012; Robin H. Johnson doc/genkernel.8.txt, Document the isoboot option, as designed for GRUB2 usage 3 years ago. diff --git a/arch/x86_64/kernel-config b/arch/x86_64/kernel-config index 627ca9e..ae006a9 100644 --- a/arch/x86_64/kernel-config +++ b/arch/x86_64/kernel-config @@ -346,7 +346,7 @@ CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 CONFIG_X86_PAT=y CONFIG_ARCH_USES_PG_UNCACHED=y -# CONFIG_EFI is not set +CONFIG_EFI=y CONFIG_SECCOMP=y # CONFIG_CC_STACKPROTECTOR is not set CONFIG_HZ_100=y @@ -2323,6 +2323,7 @@ CONFIG_FB_SYS_FOPS=m # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set CONFIG_FB_VESA=y +CONFIG_FB_EFI=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set @@ -2983,6 +2984,7 @@ CONFIG_ACPI_TOSHIBA=m # # CONFIG_EDD is not set CONFIG_FIRMWARE_MEMMAP=y +CONFIG_EFI_VARS=m CONFIG_DELL_RBU=m CONFIG_DCDBAS=m CONFIG_DMIID=y