[FS#515] (x86_64) No support for generic EFI framebuffer

LEDE Bugs lede-bugs at lists.infradead.org
Wed Feb 15 08:06:26 PST 2017


The following task has a new comment added:

FS#515 - (x86_64) No support for generic EFI framebuffer
User who did this - alive4ever (alive4ever)

----------
I can get LEDE to display text on the EFI framebuffer console by enabling CONFIG_FB_EFI and CONFIG_FB_SIMPLE.

diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default
index 0f23a9df75..b5a2b0a482 100644
--- a/target/linux/x86/64/config-default
+++ b/target/linux/x86/64/config-default
@@ -115,9 +115,10 @@ CONFIG_FB_CFB_COPYAREA=y
 CONFIG_FB_CFB_FILLRECT=y
 CONFIG_FB_CFB_IMAGEBLIT=y
 CONFIG_FB_CMDLINE=y
-# CONFIG_FB_EFI is not set
+CONFIG_FB_EFI=y
 CONFIG_FB_HYPERV=y
 CONFIG_FB_MODE_HELPERS=y
+CONFIG_FB_SIMPLE=y
 CONFIG_FB_TILEBLITTING=y
 # CONFIG_FB_VESA is not set
 # CONFIG_FONTS is not set

There is no increase in the kernel binary with this change.

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=515#comment1829



More information about the lede-bugs mailing list