Pull request efi-2026-07-rc2
Heinrich Schuchardt
xypron.glpk at gmx.de
Fri May 1 13:46:01 CEST 2026
Dear Tom,
The following changes since commit b52670d37bc855f6c8da63eb51bf84bce4dad90b:
gpio: 74x164: use dev_read_* APIs for live-tree compatibility
(2026-04-30 13:57:49 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2026-07-rc2
for you to fetch changes up to a48ddf81c29a6def34f5b3417bf190c8ff117c91:
.clang-format: add U-Boot specific for each macros (2026-05-01
12:22:38 +0200)
Gitlab CI did not report any issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/29967
----------------------------------------------------------------
Pull request efi-2026-07-rc2
Documentation:
* .clang-format description
* qemu-arm: describe secure state steps
* mention that CONFIG_BOOTSTD_DEFAULTS provides network features when NET=y
* ti: k3: describe fTPM support
UEFI:
* cmd/bootefi: move efi_init_obj_list() to the start of do_bootefi
* correct return value of efi_bootmgr_run()
* correct efi_binary_run_dp() return value
* centralize messaging for efi_init_obj_list
* correct Kconfig dependencies for EFI_HTTP_BOOT
Others:
* .clang-format: add U-Boot specific for each macros
----------------------------------------------------------------
Heinrich Schuchardt (6):
cmd/bootefi: move efi_init_obj_list() to the start of do_bootefi
efi_loader: correct return value of efi_bootmgr_run()
efi_loader: correct efi_binary_run_dp() return value
efi_loader: centralize messaging for efi_init_obj_list
doc: .clang-format description
.clang-format: add U-Boot specific for each macros
Johannes Krottmayer (1):
doc: emulation: qemu-arm: add secure state steps
Quentin Schulz (1):
doc: bootstd: specify CONFIG_BOOTSTD_DEFAULTS provides network
features when NET=y
Shiva Tripathi (1):
doc: board: ti: k3: Add fTPM support documentation
Tom Rini (1):
EFI Loader: Correct dependencies for EFI_HTTP_BOOT
.clang-format | 51 +++++++++++++++++++++++
boot/bootmeth_efi_mgr.c | 4 +-
cmd/bootefi.c | 13 +++---
cmd/bootmenu.c | 6 +--
cmd/eficonfig.c | 6 +--
cmd/efidebug.c | 5 +--
cmd/nvedit_efi.c | 10 +----
doc/board/emulation/qemu-arm.rst | 88
++++++++++++++++++++++++++++++++++++++--
doc/board/ti/k3.rst | 83
+++++++++++++++++++++++++++++++++++++
doc/develop/bootstd/overview.rst | 2 +-
doc/develop/codingstyle.rst | 6 ++-
lib/efi_loader/Kconfig | 1 +
lib/efi_loader/efi_bootbin.c | 7 +---
lib/efi_loader/efi_bootmgr.c | 7 +---
lib/efi_loader/efi_setup.c | 2 +
15 files changed, 242 insertions(+), 49 deletions(-)
More information about the U-Boot
mailing list