x86_64: Add support for EFI framebuffer (FS#515)
authorAlif M. Ahmad <alive4ever@live.com>
Mon, 20 Feb 2017 18:58:20 +0000 (01:58 +0700)
committerFelix Fietkau <nbd@nbd.name>
Tue, 21 Feb 2017 15:07:09 +0000 (16:07 +0100)
commit2712497442cc322aa9a6e166a7ed850a4d42df71
tree8f7c701d5e30a0af7468464fb3725c5266ba2b6f
parent709d10e220071da00ecbf6d6f5281719bee58a46
x86_64: Add support for EFI framebuffer (FS#515)

CONFIG_FB_EFI and CONFIG_FB_SIMPLE are needed to display console text on
EFI framebuffer.

CONFIG_FB_EFI is needed when the kernel is directly launched via EFI
shell or EFI startup.nsh script.

CONFIG_FB_SIMPLE is needed when launching the kernel via grub2 efi. In
this case, grub2 has prepared a gfxterm framebuffer and the kernel just
need to use the already prepared grub's gfxterm framebuffer to display
console text.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
target/linux/x86/64/config-default