]> git.sur5r.net Git - u-boot/commit
efi: stub: Pass EFI GOP information to U-Boot payload
authorBin Meng <bmeng.cn@gmail.com>
Tue, 12 Jun 2018 15:36:21 +0000 (08:36 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 17 Jun 2018 13:16:04 +0000 (21:16 +0800)
commitd1fe9927465c3df03c7c0c8f62bd8468d24f66bc
tree824da8a88dd2c1f993bc82564fa395341a0a510b
parent252d41f1ae59974c8a9120c994c0688fb9cec2b7
efi: stub: Pass EFI GOP information to U-Boot payload

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>
include/efi.h
lib/efi/efi_stub.c