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-12 08:36:23 -07:00
parent 4a08c74697
commit d441ec8298
2 changed files with 5 additions and 0 deletions

View file

@ -33,4 +33,8 @@
compatible = "pci-x86";
u-boot,dm-pre-reloc;
};
efi-fb {
compatible = "efi-fb";
};
};

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