
Dear Tom,
this pull request fixes a bunch of the recent Coverity CIDs.
The following changes since commit 184aa6504143b452132e28cd3ebecc7b941cdfa1:
Merge tag 'u-boot-rockchip-20210121' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2021-01-21 07:39:47 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-04-rc1-3
for you to fetch changes up to 8d0949b3ed6985377682d7ec260be07ef26ef6d4:
efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlock (2021-01-23 07:56:54 +0100)
Gitlab CI reported no problems: https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6005
---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2021-04-rc1-3
Bug fixes for UEFI sub-system:
* correct value of EFI_BLOCK_IO_PROTOCOL.Media.LastBlock * correct GUID when closing of EFI_LOAD_FILE_PROTOCOL * error handling in mkeficapsule tool
Bug fixes for FAT file system:
* consistent error handling for flush dir()
---------------------------------------------------------------- AKASHI Takahiro (3): cmd: efidebug: always check return code from get_variable() efi_loader: capsule: fix SIZEOF_MISMATCH warning tools: mkeficapsule: fill reserved members of structure
Heinrich Schuchardt (5): fs: fat: consistent error handling for flush_dir() fs: fat: structure for name and extension efi_loader: fix efi_load_image_from_path() efi_loader: notification with TPL_APPLICATION not allowed efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlock
Sughosh Ganu (1): mkeficapsule: Miscellaneous fixes in the utility
cmd/efidebug.c | 12 ++++--- fs/fat/fat.c | 32 +++++++++--------- fs/fat/fat_write.c | 78 ++++++++++++++++++++++--------------------- include/fat.h | 7 +++- lib/efi_loader/efi_boottime.c | 14 +++++--- lib/efi_loader/efi_capsule.c | 2 +- lib/efi_loader/efi_disk.c | 30 ++++++++++++----- tools/mkeficapsule.c | 41 ++++++++++++++--------- 8 files changed, 126 insertions(+), 90 deletions(-)