Dear Tom, The following changes since commit 936d468b7bbc8c02071b3d0d24f9c48167cb5ce7:
chameleonv3: Add MAINTAINERS file (2022-07-01 15:55:54 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-07-rc6 for you to fetch changes up to 7a85f32413a34b18a2f84c865d7b448790200b13: EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devices (2022-07-02 14:19:12 +0200) Gitlab CI showed no problems: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/12600 ---------------------------------------------------------------- Pull request for efi-2022-07-rc6 UEFI: * Fix EFI_IO_BLOCK_PROTOCOL: read correct blocks on partitions Other: * Honor CONFIG_SYS_64BIT_LBA in the disk uclass ---------------------------------------------------------------- Heinrich Schuchardt (1): disk: honor CONFIG_SYS_64BIT_LBA Paul Barbieri (1): EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devices disk/disk-uclass.c | 1 + lib/efi_loader/efi_disk.c | 8 +------- lib/efi_selftest/efi_selftest_block_device.c | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 7 deletions(-)