Re: Pull request for efi-2023-01-rc1-4

2022-11-07 Thread Tom Rini
On Sun, Nov 06, 2022 at 12:47:10PM +0100, Heinrich Schuchardt wrote: > The following changes since commit 36bc9b6113ca96ca5c0d821195adede38395befd: > > Merge branch '2022-11-02-assorted-updates' (2022-11-03 08:29:10 -0400) > > are available in the Git repository at: > > https://source.denx.

Pull request for efi-2023-01-rc1-4

2022-11-06 Thread Heinrich Schuchardt
u to fetch changes up to 53def68df5ec10c9aaa46d3422c58fc85d0c93e6: efi_loader: AllocateAddress requires page address (2022-11-06 10:50:04 +0100) ---- Pull request for efi-2023-01-rc1-4 Documentation: * Provide a document about secu

Re: Pull request for efi-2023-01-rc1-3

2022-10-16 Thread Tom Rini
On Sun, Oct 16, 2022 at 02:18:23PM +0200, Heinrich Schuchardt wrote: > The following changes since commit 0e49f5c26caf9972137a474065afd4bdfe5ec062: > > Merge branch '2022-10-12-additional-fixes' (2022-10-12 15:12:42 -0400) > > are available in the Git repository at: > > https://source.denx.

Pull request for efi-2023-01-rc1-3

2022-10-16 Thread Heinrich Schuchardt
u to fetch changes up to 70089c13a73f58315547982573be2016e7a70958: efi_loader: remove efi_delete_handle on loadfile2 (2022-10-16 12:23:22 +0200) ---- Pull request for efi-2023-01-rc1-3 UEFI: * replace EFI_CALL() by internal function

Re: Pull request for efi-2023-01-rc1-2

2022-10-10 Thread Tom Rini
On Mon, Oct 10, 2022 at 06:13:24PM +0200, Heinrich Schuchardt wrote: > The following changes since commit 73e741b8ee46eba4e02a3bcc758dbd70540ed3c1: > > Merge tag 'u-boot-nand-20221009' of > https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-10-10 > 08:17:08 -0400) > > are availab

Pull request for efi-2023-01-rc1-2

2022-10-10 Thread Heinrich Schuchardt
ines/13757 ---- Pull request for efi-2023-01-rc1-2 Documentation: * man-page for cls command * update build requirements UEFI * Fix bugs in the Stop() function of the EFi Driver Binding protocol for block devices * Avoid EFI_CALL() when invoking Clo

Re: Pull request for efi-2023-01-rc1

2022-10-10 Thread Tom Rini
On Fri, Oct 07, 2022 at 12:33:33AM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 2afa989fbecf25ea23902a9c480f179ba608785a: > > Merge https://source.denx.de/u-boot/custodians/u-boot-marvell > (2022-10-06 08:44:23 -0400) > > are available in the Git reposi

Pull request for efi-2023-01-rc1

2022-10-06 Thread Heinrich Schuchardt
Pull request for efi-2023-01-rc1 UEFI: * Provide driver binding protocol to registered events for block devices * Code simplification and refactoring * Fix pylint errors in test_efi_secboot Other: * Improve checks for register ranges