The following changes since commit 2f0282922b2c458eea7f85c500a948a587437b63: Prepare v2024.01-rc4 (2023-12-04 13:46:56 -0500) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-01-rc5 for you to fetch changes up to 6805b4dbad72a6e9180426c50f6db6e2681430c0: efi_loader: Make DisconnectController follow the EFI spec (2023-12-05 01:38:56 +0100) ---------------------------------------------------------------- Pull request efi-2024-01-rc5 Documentation: * Update and correct support notes on clang * sandbox: Fix VPL instructions UEFI: * Fix a bug in DisconnectController * Provide better error messages for missing CONFIG_EFI_CAPSULE_ESL_FILE * Create EFI memory reservations when booting via ACPI * Make ACPI tables accessible in EFI app ---------------------------------------------------------------- Heinrich Schuchardt (1): efi_loader: create memory reservations in ACPI case Ilias Apalodimas (1): efi_loader: Make DisconnectController follow the EFI spec Masahisa Kojima (1): scripts/Makefile.lib: print error when no public key is specified Mattijs Korpershoek (1): doc: sending_patches.rst: s/Superseeded/Superseded Simon Glass (3): sandbox: Fix VPL instructions efi: Collect the ACPI tables in the app efi: Correct display of table GUIDs Tom Rini (1): doc: clang: Update and correct support notes cmd/bootefi.c | 25 +++++++++------------ cmd/efi_common.c | 4 +--- doc/arch/sandbox/sandbox.rst | 50 ++++++++++++++++++++++++++++++++++++++--- doc/build/clang.rst | 22 +++++++++--------- doc/develop/sending_patches.rst | 4 ++-- lib/efi/efi_app.c | 24 +++++++++++++++++--- lib/efi_loader/Makefile | 2 -- lib/efi_loader/efi_boottime.c | 27 +++++++++------------- scripts/Makefile.lib | 5 +++++ 9 files changed, 106 insertions(+), 57 deletions(-)