
17 Jun
2018
17 Jun
'18
3:18 p.m.
On Tue, Jun 12, 2018 at 11:36 PM, Bin Meng bmeng.cn@gmail.com wrote:
If UEFI BIOS has the graphics output protocol (GOP), let's pass its information to U-Boot payload so that U-Boot can utilize it (eg: an EFI framebuffer driver).
Signed-off-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Changes in v2: None
include/efi.h | 35 +++++++++++++++++++++++++++++++++++ lib/efi/efi_stub.c | 15 +++++++++++++++ 2 files changed, 50 insertions(+)
applied to u-boot-x86, thanks!