Dear Tom, The following changes since commit 582e3c9fb2337c2f49faa73ac86dde25f4d56901:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-01-02 09:36:13 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-01-rc5-3 for you to fetch changes up to 60bba6e2052c281afe401247e10aebcb4c17049b: efi_loader: populate console handles in system table (2023-01-04 13:17:42 +0100) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/14580 ---------------------------------------------------------------- Pull request for efi-2023-01-rc5-3 Documentation: * Describe building documentation UEFI: * Add .data section to aarch64 EFI binaries and correct section flags * Correct sorting of capsules when updating * Populate console handles in system table Other: * Fix description of eth_env_[gs]et_enetaddr() return value * Avoid endless loop in sound play command ---------------------------------------------------------------- Heinrich Schuchardt (8): cmd: avoid endless loop in sound play command doc: building documentation efi_loader: defines for PE-COFF section flags efi_loader: fix building aarch64 EFI binaries lib: add function u16_strcasecmp() test: unit test for u16_strcasecmp() efi_loader: adjust sorting of capsules efi_loader: populate console handles in system table Marek Vasut (1): doc: Fix eth_env_[gs]et_enetaddr() return value arch/arm/lib/crt0_aarch64_efi.S | 47 +++++++++++++++------ arch/arm/lib/elf_aarch64_efi.lds | 6 ++- cmd/sound.c | 4 +- doc/build/documentation.rst | 90 ++++++++++++++++++++++++++++++++++++++++ doc/build/index.rst | 1 + include/asm-generic/pe.h | 13 ++++++ include/charset.h | 13 ++++++ include/env.h | 4 +- lib/charset.c | 26 ++++++++++++ lib/efi_loader/efi_boottime.c | 3 ++ lib/efi_loader/efi_capsule.c | 9 ++-- test/unicode_ut.c | 25 +++++++++++ 12 files changed, 219 insertions(+), 22 deletions(-) create mode 100644 doc/build/documentation.rst