Commit d441ec829831068e29318a5b6774a36d31ae135a

Authored by Bin Meng
1 parent 4a08c74697

x86: efi: payload: Add EFI framebuffer driver support

This turns on the EFI framebuffer driver support so that a graphics
console can be of additional help.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 2 changed files with 5 additions and 0 deletions Side-by-side Diff

arch/x86/dts/efi-x86_payload.dts
... ... @@ -33,5 +33,9 @@
33 33 compatible = "pci-x86";
34 34 u-boot,dm-pre-reloc;
35 35 };
  36 +
  37 + efi-fb {
  38 + compatible = "efi-fb";
  39 + };
36 40 };
board/efi/efi-x86_payload/Kconfig
... ... @@ -30,6 +30,7 @@
30 30 imply USB_XHCI_HCD
31 31 imply USB_STORAGE
32 32 imply USB_KEYBOARD
  33 + imply VIDEO_EFI
33 34 imply E1000
34 35 imply ETH_DESIGNWARE
35 36 imply PCH_GBE