mbox series

Pull request for efi-2022-07-rc6

Message ID f0f36bbd-2101-c7f0-ea66-327b3ccdb68f@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2022-07-rc6 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2022-07-rc6

Message

Heinrich Schuchardt July 2, 2022, 1:44 p.m. UTC
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(-)

Comments

Tom Rini July 3, 2022, 6:09 p.m. UTC | #1
On Sat, Jul 02, 2022 at 03:44:13PM +0200, Heinrich Schuchardt wrote:

> 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
> 

Applied to u-boot/master, thanks!