
Hello Tom,
the doc patch was missing I have updated tag:
The following changes since commit 94509b79b13e69c209199af0757afbde8d2ebd6d:
btrfs: Use default subvolume as filesystem root (2021-09-01 10:11:24 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-10-rc4
for you to fetch changes up to 538c0f2d3798261161a28a05e445d0c85af56276:
efi_loader: fix efi_tcg2_hash_log_extend_event() parameter check (2021-09-04 12:03:57 +0200)
---------------------------------------------------------------- Pull request for efi-2021-10-rc4
Documentation:
Remove invalid reference to configuration variable in UEFI doc
UEFI:
Parameter checks for the EFI_TCG2_PROTOCOL Improve support of preseeding UEFI variables. Correct the calculation of the size of loaded images. Allow for UEFI images with zero VirtualSize
---------------------------------------------------------------- Heinrich Schuchardt (5): efi_loader: sections with zero VirtualSize efi_loader: rounding of image size efi_loader: don't load signature database from file efi_loader: efi_auth_var_type for AuditMode, DeployedMode efi_loader: correct determination of secure boot state
Masahisa Kojima (3): efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL api efi_loader: fix boot_service_capability_min calculation efi_loader: fix efi_tcg2_hash_log_extend_event() parameter check
Michal Simek (1): doc: Remove information about CAPSULE_FMP_HEADER
doc/develop/uefi/uefi.rst | 1 - include/efi_tcg2.h | 4 +++- include/efi_variable.h | 6 +++++- lib/efi_loader/efi_image_loader.c | 35 +++++++++++++++++++++++++------ lib/efi_loader/efi_tcg2.c | 21 ++++++++++++++++++- lib/efi_loader/efi_var_common.c | 43 ++++++++++++++++++++++++++++++--------- lib/efi_loader/efi_var_file.c | 41 ++++++++++++++++++++++--------------- lib/efi_loader/efi_variable.c | 6 +++--- 8 files changed, 118 insertions(+), 39 deletions(-)