mbox series

Pull request for efi-master-26032025 urgent

Message ID 20250326122208.893209-1-ilias.apalodimas@linaro.org
State New
Headers show
Series Pull request for efi-master-26032025 urgent | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/efi-master-26032025

Message

Ilias Apalodimas March 26, 2025, 12:22 p.m. UTC
Hi Tom,

A last minute fix for EFI and -master

The following changes since commit 47f433d577a0e1e937c12bbdf632119f0c8b492e:

  Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv (2025-03-25 11:55:05 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/efi-master-26032025

for you to fetch changes up to 4b4d24060ef5ae99c5dca12f39433edc7ccfd741:

  efi_loader: fix ipv4 device path node conversion (2025-03-26 13:05:36 +0200)

The CI https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/25335 shows no
problems

Please pull
/Ilias

----------------------------------------------------------------
A last minute fix from Vincent fixing the text representation
of device paths containing IPv4 device path nodes.

A missing break; ended up printing
IPv4(5.6.7.8,TCP,UDP,0x6,DHCP,1.2.3.4,9.10.11.12,255.255.255.0)
instead of
IPv4(5.6.7.8,TCP,DHCP,1.2.3.4,9.10.11.12,255.255.255.0)

----------------------------------------------------------------
Vincent Stehlé (1):
      efi_loader: fix ipv4 device path node conversion

 lib/efi_loader/efi_device_path_to_text.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Tom Rini March 26, 2025, 8:06 p.m. UTC | #1
On Wed, 26 Mar 2025 14:22:04 +0200, Ilias Apalodimas wrote:

> A last minute fix for EFI and -master
> 
> The following changes since commit 47f433d577a0e1e937c12bbdf632119f0c8b492e:
> 
>   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv (2025-03-25 11:55:05 -0600)
> 
> are available in the Git repository at:
> 
> [...]

Merged into u-boot/master, thanks!