Dear Tom,
The following changes since commit b635d43bca429500cb8ef20aa151cb5773b9a8a5:
Merge patch series "fs/squashfs: fix symlink load failure on large
images" (2026-07-25 07:55:35 -0600)
are available in the Git repository at:
https://git.u-boot-project.org/u-boot/custodians/u-boot-efi.git
tags/efi-2026-01-rc2
for you to fetch changes up to a2fda5145fdf771625b58723ebfb8f1f98f428a1:
sandbox: fix enum host_platform_flags description (2026-07-27
20:24:38 +0200)
Gitlab CI showed not issues:
https://git.u-boot-project.org/u-boot/custodians/u-boot-efi/-/pipelines/753
----------------------------------------------------------------
Pull request efi-2026-01-rc2
Documentation:
* sandbox: fix enum host_platform_flags description
* switch from setenv to env set and from printenv to env print
* document Renesas R-Car Gen5 RSIP Cortex-R52 start
* thead: lpi4a: detail how to enable fastboot
UEFI:
* unify and correct GUID selection for security database variables
* test: check default GUID selection of security database variables
* set correct frame buffer address
* check efi_deserialize_load_option() in get_dp_device()
----------------------------------------------------------------
Aristo Chen (2):
cmd: nvedit_efi: use efi_auth_var_get_guid() for the default GUID
test: check default GUID selection of signature database variables
Heinrich Schuchardt (2):
efi_loader: set correct frame buffer address
sandbox: fix enum host_platform_flags description
Hem Parekh (1):
efi_loader: check efi_deserialize_load_option() in get_dp_device()
Marek Vasut (3):
doc: Switch from setenv to env set
doc: Switch from printenv to env print
doc: board: renesas: Document Renesas R-Car Gen5 RSIP Cortex-R52
start
Michael Opdenacker (1):
doc: thead: lpi4a: detail how to enable fastboot
README | 14 +-
cmd/nvedit_efi.c | 22 +--
doc/README.console | 4 +-
doc/README.fsl-ddr | 30 ++--
doc/README.iomux | 6 +-
doc/README.link-local | 6 +-
doc/README.marvell | 8 +-
doc/README.odroid | 22 +--
doc/README.serial_multi | 26 +--
doc/README.srio-pcie-boot-corenet | 4 +-
doc/README.update | 2 +-
doc/README.usb | 2 +-
doc/README.video | 2 +-
doc/SPL/README.am335x-network | 2 +-
doc/android/ab.rst | 2 +-
doc/android/avb2.rst | 2 +-
doc/arch/sandbox/sandbox.rst | 24 +--
doc/arch/x86/manual_boot.rst | 12 +-
doc/board/andestech/ae350.rst | 8 +-
doc/board/bsh/imx6ulz_bsh_smm_m2.rst | 4 +-
doc/board/emulation/qemu-x86.rst | 2 +-
doc/board/intel/slimbootloader.rst | 4 +-
doc/board/microchip/mpfs_common.rst | 12 +-
doc/board/nxp/mx6sabreauto.rst | 2 +-
doc/board/nxp/mx6sabresd.rst | 4 +-
doc/board/renesas/rcar-gen5-ironhide.rst | 223
++++++++++++++++++++++++-
doc/board/samsung/e850-96.rst | 22 +--
doc/board/sifive/unleashed.rst | 10 +-
doc/board/st/stm32mp1.rst | 2 +-
doc/board/starfive/deepcomputing_fml13v01.rst | 2 +-
doc/board/starfive/milk-v_mars.rst | 2 +-
doc/board/starfive/visionfive2.rst | 2 +-
doc/board/thead/lpi4a.rst | 6 +-
doc/board/ti/am65x_evm.rst | 6 +-
doc/board/ti/dra7xx_evm.rst | 2 +-
doc/board/ti/ks2_evm.rst | 6 +-
doc/board/tq/tqma6ul.rst | 2 +-
doc/board/xilinx/zynqmp-r5.rst | 4 +-
doc/develop/bootstd/overview.rst | 4 +-
doc/develop/distro.rst | 8 +-
doc/develop/uefi/u-boot_on_efi.rst | 4 +-
doc/develop/uefi/uefi.rst | 12 +-
doc/usage/cmd/askenv.rst | 6 +-
doc/usage/cmd/bootd.rst | 6 +-
doc/usage/cmd/bootefi.rst | 8 +-
doc/usage/cmd/booti.rst | 4 +-
doc/usage/cmd/bootmenu.rst | 8 +-
doc/usage/cmd/button.rst | 2 +-
doc/usage/cmd/cedit.rst | 4 +-
doc/usage/cmd/coninfo.rst | 2 +-
doc/usage/cmd/echo.rst | 2 +-
doc/usage/cmd/eficonfig.rst | 4 +-
doc/usage/cmd/exit.rst | 4 +-
doc/usage/cmd/extension.rst | 4 +-
doc/usage/cmd/for.rst | 4 +-
doc/usage/cmd/gpt.rst | 20 +--
doc/usage/cmd/imxtract.rst | 4 +-
doc/usage/cmd/mbr.rst | 2 +-
doc/usage/cmd/memsize.rst | 2 +-
doc/usage/cmd/printenv.rst | 2 +-
doc/usage/cmd/saves.rst | 2 +-
doc/usage/cmd/sntp.rst | 4 +-
doc/usage/cmd/tftpput.rst | 2 +-
doc/usage/cmd/wget.rst | 2 +-
doc/usage/cmdline.rst | 6 +-
doc/usage/dfu.rst | 4 +-
doc/usage/environment.rst | 10 +-
doc/usage/fdt_overlays.rst | 4 +-
doc/usage/fit/beaglebone_vboot.rst | 4 +-
doc/usage/fit/howto.rst | 4 +-
doc/usage/os/plan9.rst | 2 +-
include/sandbox_host.h | 6 +-
lib/efi_loader/efi_capsule.c | 7 +-
lib/efi_loader/efi_gop.c | 7 +-
test/py/tests/test_efi_secboot/conftest.py | 8 +
test/py/tests/test_efi_secboot/test_authvar.py | 47 ++++++
76 files changed, 511 insertions(+), 239 deletions(-)