Dear Tom, The following changes since commit 52c0e5f8a39ef022ee5ab2dfd67661d1d34941c7:
Merge branch '2024-11-22-assorted-fixes' (2024-11-22 15:04:54 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2025-01-rc3 for you to fetch changes up to 967d57ab592ce1bcab0785f8483b1b43c2d881aa: lmb: Correctly unmap and free memory on errors (2024-11-24 15:25:03 +0100) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/23529 ---------------------------------------------------------------- Pull request efi-2025-01-rc3 Documentation: * document wget syntax enhancements with lwIP network stack * move README.kconfig to HTML documentation * remove redundant README.TPL UEFI: * simplify efi_tcg2_hash_log_extend_event() * allow EFI_LOADER_BOUNCE_BUFFER on all architectures * correctly unmap and free memory on errors Other: * enable EFI_LOADER_BOUNCE_BUFFER on StarFive VisionFive 2 ---------------------------------------------------------------- Heinrich Schuchardt (5): efi_loader: simplify efi_tcg2_hash_log_extend_event() doc: move README.kconfig to HTML documentation doc: remove README.TPL efi_loader: allow EFI_LOADER_BOUNCE_BUFFER on all architectures configs: JH7110: enable EFI_LOADER_BOUNCE_BUFFER Ilias Apalodimas (1): lmb: Correctly unmap and free memory on errors Jerome Forissier (1): doc: cmd: wget: document lwIP syntax configs/starfive_visionfive2_defconfig | 1 + doc/README.TPL | 49 ----------- doc/develop/index.rst | 1 + doc/{README.kconfig => develop/kconfig.rst} | 124 +++++++++++++++------------- doc/usage/cmd/wget.rst | 76 ++++++++++++++--- lib/efi_loader/Kconfig | 1 - lib/efi_loader/efi_memory.c | 15 ++-- lib/efi_loader/efi_tcg2.c | 5 +- 8 files changed, 143 insertions(+), 129 deletions(-) delete mode 100644 doc/README.TPL rename doc/{README.kconfig => develop/kconfig.rst} (54%)

