[PATCH v2 0/3] efi: Minor improvements for the EFI app
Simon Glass
sjg at chromium.org
Sun Nov 12 21:55:08 CET 2023
This series collects a few fixes and improvements useful when booting
U-Boot as an EFI app.
Changes in v2:
- Drop duplicate acpi_xsdt patch
- Put the board_early_init_r code into board/
Simon Glass (3):
efi: Collect the ACPI tables in the app
efi: Correct display of table GUIDs
efi: Avoid using dm_scan_other()
board/efi/efi-x86_app/Makefile | 5 +
board/efi/efi-x86_app/efi_app.c | 205 ++++++++++++++++++++++++++++++++
cmd/efi_common.c | 4 +-
configs/efi-x86_app64_defconfig | 1 +
lib/efi/efi_app.c | 199 +++----------------------------
5 files changed, 227 insertions(+), 187 deletions(-)
create mode 100644 board/efi/efi-x86_app/Makefile
create mode 100644 board/efi/efi-x86_app/efi_app.c
--
2.42.0.869.gea05f2083d-goog
More information about the U-Boot
mailing list