mbox series

Pull request efi-2024-10-rc3

Message ID 7617b97a-c22b-417d-9ad1-66f6eb024c32@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request efi-2024-10-rc3 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-10-rc3

Message

Heinrich Schuchardt Aug. 11, 2024, 7:06 a.m. UTC
Dear Tom,

The following changes since commit 7bd2559cb30a4e800db519e88a22a25f13c753ec:

   Merge tag 'tpm-master-09082024' of
https://source.denx.de/u-boot/custodians/u-boot-tpm.git (2024-08-09
14:00:04 -0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2024-10-rc3

for you to fetch changes up to 2956a84ba70176333743773c9a2bf0353add65c9:

   Makefile: don't use CFLAGS for environment text file (2024-08-11
07:54:58 +0200)

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

----------------------------------------------------------------
Pull request efi-2024-10-rc3

UEFI:

* efi_loader: use list_count_nodes() in efi_protocols_per_handle()
* efi_loader: correct description of efi_get_distro_fdt_name
* boot: set correct block device name in set_efi_bootdev()
* configs: enable efidebug and EFI http boot on QEMU aarch64

Other:

* Makefile: don't use CFLAGS for environment text file

----------------------------------------------------------------
Heinrich Schuchardt (4):
       efi_loader: use list_count_nodes() in efi_protocols_per_handle()
       efi_loader: correct description of efi_get_distro_fdt_name
       boot: set correct block device name in set_efi_bootdev()
       Makefile: don't use CFLAGS for environment text file

Ilias Apalodimas (1):
       configs: enable efidebug and EFI http boot on QEMU aarch64

  Makefile                      | 2 +-
  boot/bootmeth_efi.c           | 7 +++----
  configs/qemu_arm64_defconfig  | 2 ++
  lib/efi_loader/efi_boottime.c | 6 +-----
  lib/efi_loader/efi_fdt.c      | 2 +-
  5 files changed, 8 insertions(+), 11 deletions(-)

Comments

Tom Rini Aug. 12, 2024, 6:41 p.m. UTC | #1
On Sun, Aug 11, 2024 at 09:06:35AM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 7bd2559cb30a4e800db519e88a22a25f13c753ec:
> 
>   Merge tag 'tpm-master-09082024' of
> https://source.denx.de/u-boot/custodians/u-boot-tpm.git (2024-08-09
> 14:00:04 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2024-10-rc3
> 
> for you to fetch changes up to 2956a84ba70176333743773c9a2bf0353add65c9:
> 
>   Makefile: don't use CFLAGS for environment text file (2024-08-11
> 07:54:58 +0200)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/21972
> 

Applied to u-boot/master, thanks!