Pull request efi-next-20250310
Heinrich Schuchardt
xypron.glpk at gmx.de
Mon Mar 10 13:52:33 CET 2025
Dear Tom,
The following changes since commit 743c15b9fdd2f639012a2c26734dc146dc568218:
Merge patch series "This series adds support for file renaming to
EFI_FILE_PROTOCOL.SetInfo()." (2025-03-07 12:06:21 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-next-20250310
for you to fetch changes up to cb21476496d6f48712b24045aa7cd3299ad65d99:
lib: correct description of CONFIG_SYS_FDT_PAD (2025-03-10 07:41:26
+0100)
Gitlab CI reported no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/25043
----------------------------------------------------------------
Pull request efi-next-20250310
UEFI:
* Clean up usage of structure jmp_buf_data
* Refactor EFI network protocol implementation for future support
of multiple network interfaces.
- efi_net: let efi_net_set_dp properly update the device path
- expose symbols to be used by the EFI network stack
- efi_setup: Add efi_start_obj_list() to efi_setup.c
- efi_net: Add efi_net_do_start() to efi_net.c
- efi_device_path: Pass net udevice as argument
- efi_net: Add device path cache
- efi_net: Add dhcp cache
- efi_net: Add support for multiple efi_net_obj
Others:
* legacy-net: wget: fix wget_info handling after new tcp legacy stack
* lib: correct description of CONFIG_SYS_FDT_PAD
* Separate setjmp.h into architecture dependent and independent parts
- sandbox: remove linux/types.h dependency in setjmp.h
- arm: include asm-generic/int-ll64.h in setjmp.h
- common: clean up setjmp.h
* arm: use type jmp_buf instead of struct jmp_buf_data
----------------------------------------------------------------
Adriano Cordova (9):
efi_loader: efi_net: let efi_net_set_dp properly update the
device path
legacy-net: wget: fix wget_info handling after new tcp legacy stack
efi_loader: expose symbols to be used by the EFI network stack
efi_loader: efi_setup: Add efi_start_obj_list() to efi_setup.c
efi_loader: efi_net: Add efi_net_do_start() to efi_net.c
efi_loader: efi_device_path: Pass net udevice as argument
efi_loader: efi_net: Add device path cache
efi_loader: efi_net: Add dhcp cache
efi_loader: efi_net: Add support for multiple efi_net_obj
Heinrich Schuchardt (5):
sandbox: remove linux/types.h dependency in setjmp.h
arm: include asm-generic/int-ll64.h in setjmp.h
common: clean up setjmp.h
arm: use type jmp_buf instead of struct jmp_buf_data
lib: correct description of CONFIG_SYS_FDT_PAD
Yao Zi (1):
efi_loader: Clean up usage of structure jmp_buf_data
arch/arm/cpu/armv7/exception_level.c | 8 +-
arch/arm/cpu/armv8/exception_level.c | 8 +-
arch/arm/include/asm/setjmp.h | 17 +-
arch/arm/mach-rockchip/bootrom.c | 2 +-
arch/riscv/include/asm/setjmp.h | 15 +-
arch/sandbox/cpu/cpu.c | 2 +-
arch/sandbox/include/asm/setjmp.h | 18 +-
arch/x86/include/asm/setjmp.h | 11 +-
include/efi_loader.h | 52 +++-
include/interrupt.h | 2 +-
include/net-common.h | 1 +
include/setjmp.h | 40 +++
lib/Kconfig | 8 +-
lib/efi_loader/efi_bootbin.c | 3 +-
lib/efi_loader/efi_boottime.c | 30 +-
lib/efi_loader/efi_device_path.c | 26 +-
lib/efi_loader/efi_http.c | 6 +-
lib/efi_loader/efi_ipconfig.c | 4 +-
lib/efi_loader/efi_net.c | 579
++++++++++++++++++++++++++++-------
lib/efi_loader/efi_setup.c | 27 +-
lib/efi_selftest/efi_selftest_snp.c | 1 -
net/wget.c | 18 +-
test/lib/longjmp.c | 2 +-
23 files changed, 651 insertions(+), 229 deletions(-)
create mode 100644 include/setjmp.h
More information about the U-Boot
mailing list