Pull request efi-2026-10-rc2-2

Heinrich Schuchardt <[email protected]> Fri, 31 Jul 2026 16:22:04 +0200
Newsgroups gmane.comp.boot-loaders.u-boot
Message-ID <[email protected]>
Dear Tom,

The following changes since commit 100e12ea78c73071b9710f08b32fd4590019266f:

   Merge tag 'mmc-for-2026.10-rc2' of 
https://git.u-boot-project.org/u-boot/custodians/u-boot-mmc (2026-07-30 
08:50:13 -0600)

are available in the Git repository at:

   https://git.u-boot-project.org/u-boot/custodians/u-boot-efi.git 
tags/efi-2026-10-rc2-2

for you to fetch changes up to d78ba22ab2df094a659a7ffa85e0787037f7e3a7:

   efi_loader: fix use of uninitialized guid in variable enumeration 
loops (2026-07-31 11:06:37 +0200)

Gitlab CI showed no issues:
https://git.u-boot-project.org/u-boot/custodians/u-boot-efi/-/pipelines/839

----------------------------------------------------------------
Pull request efi-2026-10-rc2-2

Documentation:

* README: Slightly rephrase env set and env print paragraph
* cmd: gpt: Reinstate gpt setenv
* CONTRIBUTE: replace "as" with "like"

UEFI:

* Unify the memory map output of 'efi mem' and 'efidebug memmap'
* Print ISA-specific and unknown memory attributes
* Rix memory leak in efi_sigstore_parse_siglist
* Fix use of uninitialized guid in variable enumeration loops

----------------------------------------------------------------
Aristo Chen (2):
       efi: Unify the memory map output of 'efi mem' and 'efidebug memmap'
       efi: Print ISA-specific and unknown memory attributes

Heinrich Schuchardt (1):
       efi_loader: fix memory leak in efi_sigstore_parse_siglist

Marek Vasut (2):
       README: Slightly rephrase env set and env print paragraph
       doc: cmd: gpt: Reinstate gpt setenv

Quentin Schulz (1):
       doc: CONTRIBUTE: replace "as" with "like"

Scott Moser (1):
       efi_loader: fix use of uninitialized guid in variable enumeration 
loops

  README                         |   4 +-
  cmd/efi.c                      | 221 +----------------------------
  cmd/efi_common.c               | 137 ++++++++++++++++++
  cmd/eficonfig.c                |   4 +-
  cmd/efidebug.c                 |  96 +------------
  doc/CONTRIBUTE.rst             |   2 +-
  doc/usage/cmd/efi.rst          | 309 
++++++++++++++++++++---------------------
  doc/usage/cmd/gpt.rst          |  16 +--
  include/efi.h                  |  23 +++
  lib/efi_loader/efi_bootmgr.c   |   2 +-
  lib/efi_loader/efi_signature.c |  10 +-
  11 files changed, 334 insertions(+), 490 deletions(-)