mbox series

Pull request for efi-2022-07-rc2

Message ID f4d4dd78-c9fe-d5c1-2f42-ee1953a8ffbc@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for efi-2022-07-rc2 | expand

Pull-request

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

Message

Heinrich Schuchardt April 29, 2022, 5:03 p.m. UTC
Dear Tom,

The following changes since commit 8b2b125e95c44bb007b4573945f4aedb8a56222c:

   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
(2022-04-27 09:19:41 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 5e847f7729b3cc34b572b4f59ee7d468b3b76ccc:

   efi_loader: call efi_init_early() earlier

----------------------------------------------------------------
Pull request for efi-2022-07-rc2

UEFI:

* fix UEFI booting after integration of UEFI sub-system with driver model
* avoid random return values from devpath_is_partition()
* minor code clean ups

----------------------------------------------------------------
AKASHI Takahiro (1):
       efi_loader: disk: allow blk devices even without UCLASS_PARTITION

Heinrich Schuchardt (5):
       efi_loader: don't call log with __func__ as parameter
       efi: fix devpath_is_partition()
       efi_loader: simplify try_load_entry()
       efi_loader: simplify efi_add_conventional_memory_map()
       efi_loader: call efi_init_early() earlier

  common/board_r.c             |  6 +++---
  lib/efi/efi_app.c            |  2 +-
  lib/efi_loader/efi_bootmgr.c | 15 +++++----------
  lib/efi_loader/efi_disk.c    | 29 +++++++++++++++--------------
  lib/efi_loader/efi_memory.c  |  2 +-
  5 files changed, 25 insertions(+), 29 deletions(-)

Comments

Tom Rini May 1, 2022, 4:19 p.m. UTC | #1
On Fri, Apr 29, 2022 at 07:03:16PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 8b2b125e95c44bb007b4573945f4aedb8a56222c:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
> (2022-04-27 09:19:41 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2022-07-rc2
> 
> for you to fetch changes up to 5e847f7729b3cc34b572b4f59ee7d468b3b76ccc:
> 
>   efi_loader: call efi_init_early() earlier
> 

Applied to u-boot/master, thanks!