Dear Tom,
The following changes since commit 215496fec59b3fa09256b4fb62f92af46e2ec7f9:
smbios: Do not fall back on devicetree without valid mapping
(2026-05-15 08:18:11 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2026-07-rc3
for you to fetch changes up to 5824ed13bcdf4726c13ef76e8186bc145d8e43f9:
efi_selftest: test hii keyboard layouts more (2026-05-18 08:38:16 +0200)
----------------------------------------------------------------
Pull request efi-2026-07-rc3
Documentation:
* For reset command describe when the -edl option is available and fix a
typo.
UEFI:
* If efi_allocate_pages() is with EFI_ALLOCATE_ADDRESS fails, return
EFI_NOT_FOUND.
* Fix HII keyboard layout pointer computation and extend HII keyboard
layout tests.
Others:
* In reset command online help show -edl option only when enabled.
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/30152
----------------------------------------------------------------
Harsimran Singh Tungal (1):
efi_loader: fix AllocatePages overlap status
Quentin Schulz (3):
cmd: boot: fix edl being shown when not supported
doc: usage: cmd: reset: fix typo
doc: usage: cmd: reset: specify when the -edl option is available
Vincent Stehlé (2):
efi_loader: fix hii keyboard layout pointer computation
efi_selftest: test hii keyboard layouts more
cmd/boot.c | 3 ++
doc/usage/cmd/reset.rst | 12 ++++--
lib/efi_loader/efi_hii.c | 3 +-
lib/efi_loader/efi_memory.c | 4 +-
lib/efi_selftest/efi_selftest_hii.c | 67
++++++++++++++++++--------------
lib/efi_selftest/efi_selftest_hii_data.c | 12 ++++++
6 files changed, 66 insertions(+), 35 deletions(-)