
From: Simon Glass <sjg@chromium.org> So far the EFI app supports video on x86 but not ARM. This series adds this feature, using EFI GOP's 'blt' feature. Support for bootstd is enabled at the same time, so that the app can boot an OS automatically. Simon Glass (7): video: efi: Store the GOP in priv data efi: Support the EFI GOP blit method efi: Add an enum for the GOP blt operation scripts: Adjust EFI script to support a root disk efi: Support bootstd and video with ARM app dm: core: Provide oftree_dispose() when OF_LIVE is disabled boot: Enable the VBE-OS bootmeth for EFI app and payload boot/Kconfig | 1 + configs/efi-arm_app64_defconfig | 13 ++-- drivers/video/efi.c | 113 +++++++++++++++++++++++++------- include/dm/ofnode.h | 22 ++++--- include/efi_api.h | 19 +++++- scripts/build-efi | 5 +- scripts/build_helper.py | 8 ++- 7 files changed, 130 insertions(+), 51 deletions(-) -- 2.43.0 base-commit: 9179000b5094fb2146e336c130e0d8ee35ef85e2