Pull request for efi-master-26032025 urgent
Ilias Apalodimas
ilias.apalodimas at linaro.org
Wed Mar 26 13:22:04 CET 2025
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(+)
More information about the U-Boot
mailing list