Skip to content
Snippets Groups Projects
Commit 27124974 authored by Alif M. Ahmad's avatar Alif M. Ahmad Committed by Felix Fietkau
Browse files

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: default avatarAlif M. Ahmad <alive4ever@live.com>
parent 709d10e2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment