Dear Tom, The following changes since commit b80680633dc954d32f81f3afacd3d1f2f3d290b0:
Merge branch '2020-11-18-assorted-fixes' (2020-11-19 10:23:50 -0500) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-01-rc3-2 for you to fetch changes up to 7e5875a85689d762bde58a587a7d531667358ee4: efi_loader: parameter check in GetNextVariableName() (2020-11-21 07:26:16 +0100) Gilab CI reported no problems: https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5384 ---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2021-01-rc3 (2) The parameter check for UEFI service GetNextVariableName() is corrected. The dependencies of CONFIG_DFU_TFTP are simplified. The set of supported hash algorithms reported by the EFI_TCG2_PROTOCOL is corrected. ---------------------------------------------------------------- AKASHI Takahiro (1): dfu: simplify the dependencies of DFU_TFTP Heinrich Schuchardt (1): efi_loader: parameter check in GetNextVariableName() Ilias Apalodimas (1): efi_loader: tcg2 protocol updates drivers/dfu/Kconfig | 3 +- include/efi_tcg2.h | 2 - lib/efi_loader/efi_tcg2.c | 160 +++++++++++++++++++++++++------------------ lib/efi_loader/efi_var_mem.c | 11 ++- 4 files changed, 101 insertions(+), 75 deletions(-)

