configs/pc_x86_64_efi_defconfig: enable kernel EFI support
authorErico Nunes <nunes.erico@gmail.com>
Mon, 22 Aug 2016 21:49:15 +0000 (23:49 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 22 Aug 2016 21:46:45 +0000 (23:46 +0200)
commit51e35be7cb99fdc09c47828061b98e72b06869db
treed41ae515200a094ac8d4946fd02398719276be7e
parent887a1dc3470700db25588affec792d1f5511483a
configs/pc_x86_64_efi_defconfig: enable kernel EFI support

The pc_x86_64_efi reference defconfig is targeted towards an EFI
environment but the kernel which comes with it does not enable EFI
support by default.

Booting this defconfig without kernel EFI support on a qemu virtual
machine with EFI firmware resulted in no output to tty1 or ttyS0.
Enabling EFI support in the kernel fixed this and seems saner for an EFI
reference Buildroot defconfig.

Adding CONFIG_EFI to board/pc/linux-extras.config also affects
pc_x86_64_bios_defconfig which doesn't require it, however it was
observed that the extra overhead is small and so this is preferred
rather than having a separate config file.

This was tested with qemu 2.6.0 running with kvm enabled and firmware
EFI v2.60 by EDK II. Also built and verified bios defconfig on the same
setup but with BIOS firmware instead.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/pc/linux-extras.config