Pull request efi-2026-01-rc1
Heinrich Schuchardt
xypron.glpk at gmx.de
Mon Oct 20 11:13:09 CEST 2025
Dear Tom,
The following changes since commit bf1d8c1fec863b7da2f0d1ed4bd5526275d70dc2:
test/py: Update to a newer pytest release (2025-10-16 18:03:27 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2026-01-rc1
for you to fetch changes up to dbac24b7137b7d1576aead857850121af92f0a51:
doc: ti: j722s_evm: drop outdated boot note (2025-10-18 12:01:16 +0200)
Gitlab CI showed not issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/27944
----------------------------------------------------------------
Pull request efi-2026-01-rc1
Documentation:
* samsung: Extend E850-96 documentation to be comprehensive
* environment: fix links to Linux kernel documentation
* sandbox: fix typos
* document dmareset command
* ti: j722s_evm: drop outdated boot note
UEFI:
* Prevent leak of memory from tmp_files
* Correctly check if the HTTP protocol is found
* Use ESRT_FW_TYPE_SYSTEMFIRMWARE instead of ESRT_FW_TYPE_UNKNOWN
* dbginfodump: use guid definition
Others:
* lib/uuid: add support for efi debug image info table guid
----------------------------------------------------------------
Andrew Goodbody (1):
efi_loader: Prevent leak of memory from tmp_files
Brian Sune (1):
cmd/dma: documentation
Heinrich Schuchardt (1):
efi_loader: correctly check if the HTTP protocol is found
Ilias Apalodimas (1):
efi_loader: Use ESRT_FW_TYPE_SYSTEMFIRMWARE instead of
ESRT_FW_TYPE_UNKNOWN
Lukas Zirpel (1):
doc: sandbox: fix typos
Mattia Narducci (1):
doc: environment: fix links to Linux kernel documentation
Peter Robinson (1):
doc: ti: j722s_evm: drop outdated boot note
Sam Protsenko (1):
doc: samsung: Extend E850-96 documentation to be comprehensive
Vincent Stehlé (2):
efi_loader: dbginfodump: use guid definition
lib: uuid: add efi debug image info table guid
doc/arch/sandbox/sandbox.rst | 4 +-
doc/board/samsung/e850-96.rst | 1023
++++++++++++++++++++++++++++++++++++++---
doc/board/ti/j722s_evm.rst | 5 -
doc/usage/cmd/dmareset.rst | 55 +++
doc/usage/environment.rst | 4 +-
doc/usage/index.rst | 1 +
lib/efi_loader/dbginfodump.c | 4 +-
lib/efi_loader/efi_capsule.c | 4 +-
lib/efi_loader/efi_esrt.c | 2 +-
lib/efi_loader/efi_http.c | 16 +-
lib/uuid.c | 4 +
11 files changed, 1042 insertions(+), 80 deletions(-)
create mode 100644 doc/usage/cmd/dmareset.rst
More information about the U-Boot
mailing list