mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
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:
parent
4a08c74697
commit
d441ec8298
2 changed files with 5 additions and 0 deletions
|
@ -33,4 +33,8 @@
|
|||
compatible = "pci-x86";
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
efi-fb {
|
||||
compatible = "efi-fb";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue