mbox series

Pull request efi-2024-04-rc1-3

Message ID 37dc396d-7580-4373-b8e7-561a8f7fdca2@gmx.de
State Accepted, archived
Delegated to: Tom Rini
Headers show
Series Pull request efi-2024-04-rc1-3 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-04-rc1-3

Message

Heinrich Schuchardt Jan. 21, 2024, 11:46 a.m. UTC
Dear Tom,

The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78:

   Merge patch series "k3-j721e: beagleboneai: Fix USB" (2024-01-20
11:39:13 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2024-04-rc1-3

for you to fetch changes up to 2c98f7435cc5edb2a0b96e9f398c0b7f084e83cd:

   efi_loader: return immediately in UCLASS_EFI_LOADER removal
(2024-01-21 11:24:24 +0100)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/19394

----------------------------------------------------------------
Pull request efi-2024-04-rc1-3

Documentation:

* correct documentation of part_get_bootable()
* remove duplicate word "has" in UEFI documentation

UEFI:

* rename check_disk_has_default_file function
* auto-generate boot option for each blkio device
* auto-generate removable media boot option first
* avoid pointer access after calling efi_delete_handle
* create common function to free struct efi_disk_obj
* return immediately in UCLASS_EFI_LOADER removal

----------------------------------------------------------------
Heinrich Schuchardt (1):
       part: correct documentation of part_get_bootable()

Masahisa Kojima (6):
       efi_loader: rename check_disk_has_default_file function
       efi_loader: auto-generate boot option for each blkio device
       efi_loader: auto-generate removable media boot option first
       efi_loader: avoid pointer access after calling efi_delete_handle
       efi_loader: create common function to free struct efi_disk_obj
       efi_loader: return immediately in UCLASS_EFI_LOADER removal

Wei Ming Chen (1):
       doc: uefi: remove duplicate word "has"

  doc/develop/uefi/uefi.rst    |   2 +-
  include/part.h               |   4 +-
  lib/efi_loader/efi_bootmgr.c | 141
++++++++++++++++++++++++++++++++-----------
  lib/efi_loader/efi_disk.c    |  52 +++++++++++-----
  4 files changed, 147 insertions(+), 52 deletions(-)

Comments

Tom Rini Jan. 22, 2024, 2:47 p.m. UTC | #1
On Sun, Jan 21, 2024 at 12:46:05PM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78:
> 
>   Merge patch series "k3-j721e: beagleboneai: Fix USB" (2024-01-20
> 11:39:13 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2024-04-rc1-3
> 
> for you to fetch changes up to 2c98f7435cc5edb2a0b96e9f398c0b7f084e83cd:
> 
>   efi_loader: return immediately in UCLASS_EFI_LOADER removal
> (2024-01-21 11:24:24 +0100)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/19394
> 

Applied to u-boot/master, thanks!