Dear Tom, The following changes since commit b7ad721c83fdbeeb71189d5f259c109cb1c38895:
Revert "TEST: USB_HOST not USB" (2021-06-30 13:10:02 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-07-rc6 for you to fetch changes up to 0fa5020c024e49222ca97ead3502b332d35dea76: efi_loader: Allow capsule update on-disk without checking OsIndications (2021-07-02 18:29:06 +0200) Gitlab CI showed no problems: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/8004 ---------------------------------------------------------------- Pull request for efi-2021-07-rc6 Bug fixes: * improve specification compliance of UEFI capsule updates * allow capsule update on-disk without checking OsIndications * provide parameter checks for QueryVariableInfo() ---------------------------------------------------------------- Heinrich Schuchardt (2): efi_loader: missing parentheses in query_console_size efi_loader: clear OsIndications Ilias Apalodimas (3): efi_loader: Force a single FMP instance per hardware store efi_loader: Always install FMPs efi_loader: Allow capsule update on-disk without checking OsIndications Masami Hiramatsu (2): efi: Fix to use null handle to create new handle for efi_fmp_raw efi_loader: Improve the parameter check for QueryVariableInfo() configs/xilinx_zynqmp_virt_defconfig | 1 - include/efi_loader.h | 1 + lib/efi_loader/Kconfig | 55 +++++++++++++++++++++--------------- lib/efi_loader/efi_capsule.c | 49 +++++++++++++++++++++----------- lib/efi_loader/efi_console.c | 2 +- lib/efi_loader/efi_setup.c | 46 +++++++++++++++++++++++++++++- lib/efi_loader/efi_var_common.c | 13 +++++++++ 7 files changed, 124 insertions(+), 43 deletions(-)