Dear Tom, The following changes since commit 8b2b125e95c44bb007b4573945f4aedb8a56222c:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx (2022-04-27 09:19:41 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-07-rc2 for you to fetch changes up to 5e847f7729b3cc34b572b4f59ee7d468b3b76ccc: efi_loader: call efi_init_early() earlier ---------------------------------------------------------------- Pull request for efi-2022-07-rc2 UEFI: * fix UEFI booting after integration of UEFI sub-system with driver model * avoid random return values from devpath_is_partition() * minor code clean ups ---------------------------------------------------------------- AKASHI Takahiro (1): efi_loader: disk: allow blk devices even without UCLASS_PARTITION Heinrich Schuchardt (5): efi_loader: don't call log with __func__ as parameter efi: fix devpath_is_partition() efi_loader: simplify try_load_entry() efi_loader: simplify efi_add_conventional_memory_map() efi_loader: call efi_init_early() earlier common/board_r.c | 6 +++--- lib/efi/efi_app.c | 2 +- lib/efi_loader/efi_bootmgr.c | 15 +++++---------- lib/efi_loader/efi_disk.c | 29 +++++++++++++++-------------- lib/efi_loader/efi_memory.c | 2 +- 5 files changed, 25 insertions(+), 29 deletions(-)