
19 Dec
2023
19 Dec
'23
3:27 p.m.
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