
11 Jun
2018
11 Jun
'18
4:53 p.m.
Hi,
On 10 June 2018 at 05:25, 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
include/efi.h | 35 +++++++++++++++++++++++++++++++++++ lib/efi/efi_stub.c | 15 +++++++++++++++ 2 files changed, 50 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
Note (for Alex) that the stub can use boot services but the payload (U-Boot itself) cannot.
It is a different mode from U-Boot as an EFI application.
- Simon