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>
This commit is contained in:
Bin Meng
2018-06-17 21:16:04 +08:00
parent 4a08c74697
commit d441ec8298
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -33,4 +33,8 @@
compatible = "pci-x86";
u-boot,dm-pre-reloc;
};
efi-fb {
compatible = "efi-fb";
};
};
+1
View File
@@ -30,6 +30,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
imply USB_XHCI_HCD
imply USB_STORAGE
imply USB_KEYBOARD
imply VIDEO_EFI
imply E1000
imply ETH_DESIGNWARE
imply PCH_GBE