Dear Tom, The following changes since commit edecc15eb9593b94dcd6a5f4f5ea5f134125b6a0:
Merge branch '2021-07-23-reboot-mode-and-cryptfs-passwd-support' (2021-07-23 14:50:43 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-10-rc1-3 for you to fetch changes up to d75f48a83dc4998a49a4c35e80a9eab91566df30: MAINTAINERS: correct the path of UEFI docs (2021-07-24 10:49:51 +0200) ---------------------------------------------------------------- Pull request for efi-2021-10-rc1-3 Documentation: provide Makefile documentation SMBIOS: generate BIOS release date based on UEFI version improve error handling in SMBIOS table generation UEFI: correct handling of signed capsule if authentication if off ---------------------------------------------------------------- AKASHI Takahiro (5): efi_loader: capsule: remove unused guid efi_loader: capsule: remove authentication data efi_loader: remove asm/setjmp.h from efi_api.h test/py: efi_capsule: align with efidebug syntax changes MAINTAINERS: correct the path of UEFI docs Heinrich Schuchardt (3): doc: remove qemu_capsule_update from index doc: fix board/openpiton/riscv64.rst smbios: error handling for invalid addresses Pali Rohár (1): smbios: Fix calculating BIOS Release Date Simon Glass (1): doc: Bring in Makefile documentation MAINTAINERS | 2 +- Makefile | 2 - arch/x86/lib/tables.c | 13 +- doc/board/emulation/index.rst | 1 - doc/board/openpiton/riscv64.rst | 19 +- doc/develop/index.rst | 1 + doc/develop/makefiles.rst | 1675 ++++++++++++++++++++ doc/develop/version.rst | 1 - include/efi_api.h | 4 - include/efi_loader.h | 1 + include/smbios.h | 7 +- lib/efi_loader/efi_boottime.c | 1 + lib/efi_loader/efi_capsule.c | 73 +- lib/efi_loader/efi_smbios.c | 15 +- lib/smbios.c | 27 +- .../test_efi_capsule/test_capsule_firmware.py | 6 +- 16 files changed, 1798 insertions(+), 50 deletions(-) create mode 100644 doc/develop/makefiles.rst

