[PATCH v4 0/1] efi: Minor improvements for the EFI app

Simon Glass sjg at chromium.org
Tue Dec 19 15:27:18 CET 2023


This series collects a few fixes and improvements useful when booting
U-Boot as an EFI app.

Changes in v4:
- Create a new file inside lib/efi instead of board/

Changes in v2:
- Drop duplicate acpi_xsdt patch
- Put the board_early_init_r code into board/

Simon Glass (1):
  efi: Avoid using dm_scan_other()

 configs/efi-x86_app64_defconfig |   1 +
 lib/efi/Makefile                |   2 +-
 lib/efi/efi_app.c               | 187 -----------------------------
 lib/efi/efi_app_init.c          | 205 ++++++++++++++++++++++++++++++++
 4 files changed, 207 insertions(+), 188 deletions(-)
 create mode 100644 lib/efi/efi_app_init.c

-- 
2.43.0.472.g3155946c3a-goog



More information about the U-Boot mailing list