
Dear Tom,
The following changes since commit aab8b17e94c447561a402bc7508b73fd8ee712e5:
Merge tag 'ti-v2021.07-rc4' of https://source.denx.de/u-boot/custodians/u-boot-ti (2021-05-27 07:42:49 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-07-rc4-2
for you to fetch changes up to 163a0d7e2cbdbdf26d90ac8d30c0495b814f3245:
efi_loader: add PE/COFF image measurement (2021-05-28 16:17:01 +0200)
Gitlab CI showed no problems:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/7658
---------------------------------------------------------------- Pull request for efi-2021-07-rc4-2
Simplify configuration using HASH functions Fix Coverity warnings related to EFI TCG2 protocol Enable PE/COFF image measurement
---------------------------------------------------------------- Alexandru Gagniuc (2): Revert "lib: introduce HASH_CALCULATE option" efi_loader: Work-around build issue due to missing hash_calculate()
Ilias Apalodimas (1): efi_loader: Fix coverity warnings for efi tcg2 protocol
Masahisa Kojima (1): efi_loader: add PE/COFF image measurement
common/Kconfig.boot | 1 - include/efi_loader.h | 6 ++ include/efi_tcg2.h | 9 ++ include/tpm-v2.h | 18 ++++ lib/Kconfig | 3 - lib/Makefile | 2 +- lib/efi_loader/Kconfig | 5 +- lib/efi_loader/efi_image_loader.c | 62 ++++++++--- lib/efi_loader/efi_tcg2.c | 214 +++++++++++++++++++++++++++++++++++--- 9 files changed, 285 insertions(+), 35 deletions(-)