commit | cb787cbe8b41086fae4e8e842399215922d91da0 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 12 08:36:21 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 17 21:16:04 2018 +0800 |
tree | 824da8a88dd2c1f993bc82564fa395341a0a510b | |
parent | 7676370fe68d1f81db8a410965a7eb89d93a1148 [diff] |
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>