Dear Tom, The following changes since commit 84baa65dffdbce20752279101548ba888be53b3e:
Merge branch '2021-04-22-assorted-updates' (2021-04-23 12:21:37 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-07-rc1-3 for you to fetch changes up to ce62b0f8f45f1b71fc03ddee84c0529cea228e24: test/py: Fix efidebug related tests (2021-04-24 06:53:40 +0200) Gitlab CI showed no problem: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7279 ---------------------------------------------------------------- Pull request for efi-2021-07-rc1-3 Documentation fixes UEFI bug fixes: * error handling for capsule updates ---------------------------------------------------------------- AKASHI Takahiro (1): efi_loader: capsule: return a correct error code at find_boot_device() Heinrich Schuchardt (2): doc: fatinfo man-page efi_loader: missing include in efi_string.c Ilias Apalodimas (2): efi_loader: simplify tcg2_create_digest() test/py: Fix efidebug related tests Jose Marinho (1): efi: Fix ESRT refresh after Capsule update Marek Vasut (1): doc: imx: psb: Fix missing setexpr arguments doc/imx/misc/psb.rst | 2 +- doc/usage/fatinfo.rst | 51 ++++++++++++++++++++++ lib/efi_loader/efi_capsule.c | 4 +- lib/efi_loader/efi_string.c | 1 + lib/efi_loader/efi_tcg2.c | 5 +-- .../test_efi_capsule/test_capsule_firmware.py | 6 +-- test/py/tests/test_efi_secboot/test_signed.py | 16 +++---- .../py/tests/test_efi_secboot/test_signed_intca.py | 8 ++-- test/py/tests/test_efi_secboot/test_unsigned.py | 8 ++-- 9 files changed, 75 insertions(+), 26 deletions(-) create mode 100644 doc/usage/fatinfo.rst