Dear Tom, The following changes since commit 490101a5e5df65238b900b21b81361bc4b13da2e:
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi (2021-07-09 21:08:52 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-10-rc1 for you to fetch changes up to b0b1449b3be9b93ecc57d91b0cb18ed81fc8a1ee: efi_loader: Fix to set bootdev_root correctly if bootdev found (2021-07-12 20:38:16 +0200) Gitlab CI showed no problems: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/8182 ---------------------------------------------------------------- Pull request for efi-2021-10-rc1 Documentation * fix typo in signature.txt UEFI * provide file attributes in EFI_FILE_PROTOCOL.Read() * various capsule update fixes ---------------------------------------------------------------- Heinrich Schuchardt (6): fs: fat: add file attributes to struct fs_dirent lib: remove superfluous #ifdefs from date.c efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read() efi_loader: rework messages for capsule updates efi_loader: missing EFI_CALL() in set_capsule_result efi_loader: set CapsuleLast after each capsule Masami Hiramatsu (1): efi_loader: Fix to set bootdev_root correctly if bootdev found Thomas Perrot (1): doc: fix typo in signature.txt doc/uImage.FIT/signature.txt | 4 +-- fs/fat/fat.c | 32 ++++++++++++++++++++- include/fs.h | 22 ++++++++++++--- lib/date.c | 6 ---- lib/efi_loader/efi_capsule.c | 66 +++++++++++++++++++++++--------------------- lib/efi_loader/efi_file.c | 15 ++++++++++ 6 files changed, 101 insertions(+), 44 deletions(-)