Dear Tom,

The following changes since commit 6c2f2d9aa63d1642dffae7d7ac88f7ae879e13d1:

Merge branch 'master' of git://source.denx.de/u-boot-usb (2025-11-13 08:01:57 -0600)

are available in the Git repository at:

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2026-01-rc3

for you to fetch changes up to 8cc144227e13b50cd6d97c36ebb45f31f4d8c9cd:

efi_loader: Assure fitImage from capsule is used from 8-byte aligned address (2025-11-15 11:50:42 +0100)

----------------------------------------------------------------
Pull request efi-2026-01-rc3

Documentation:

* Correct the linux/arm64 platform string for Docker builds
* Complete pytest dependencies list with missing packages

UEFI:

* Use Sphinx style comments in efi_selftest_console.c
* Don't include asm/global_data.h in lib/efi_client/efi_app.c twice
* efi_client: correct memset() return value
* Assure fitImage from capsule is used from 8-byte aligned address
* Fix warning when building efi_selftest_snp with clang

Gitlab CI reported no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/28355

----------------------------------------------------------------
Bin Meng (1):
      docker: Correct the linux/arm64 platform string

Heinrich Schuchardt (4):
      efi_selftest: use Sphinx style comments in efi_console.c
      efi_loader: typo 'eventfor' in efi_ipconfig.c
      efi_client: don't include asm/global_data.h twice
      efi_client: correct memset() return value

Kory Maincent (TI.com) (1):
      doc: pytest: Complete dependencies list with missing packages

Marek Vasut (1):
efi_loader: Assure fitImage from capsule is used from 8-byte aligned address

Tom Rini (1):
      efi_selftest: efi_selftest_snp: Fix warning when building with clang

 doc/build/docker.rst                    |  2 +-
 doc/develop/pytest/usage.rst            | 21 ++++++++++------
 lib/efi_client/efi_app.c                |  1 -
 lib/efi_client/efi_stub.c               |  2 +-
 lib/efi_loader/efi_firmware.c           | 16 +++++++++++-
 lib/efi_loader/efi_ipconfig.c           |  4 +--
lib/efi_selftest/efi_selftest_console.c | 44 ++++++++++++++++-----------------
 lib/efi_selftest/efi_selftest_snp.c     |  2 +-
 tools/docker/Dockerfile                 |  2 +-
 9 files changed, 56 insertions(+), 38 deletions(-)

Reply via email to