Hi Tom, The following changes since commit 4446bc331c65d3efb8a9321d6368c61edb56479b:
mips: mt7688: gardena-smart-gateway: Increase CONFIG_SYS_BOOTM_LEN (2025-04-22 15:16:11 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-net.git/ tags/net-20250423 for you to fetch changes up to 49ae68536f234c423c78e89913c64ae9b87ed0e8: CI: add sandbox64_lwip (2025-04-23 10:02:49 +0200) ---------------------------------------------------------------- Pull request net-20250423 net: - Make initr_net() invocation command line agnostic net-legacy: - net: dhcpv6: remove excluded middle expression - net: dhcp6: Send DHCPv6 using multicast MAC net-lwip: - lwIP sandbox tests misc: - cmd: Remove CMD_NET protection ---------------------------------------------------------------- Bryan Brattlof (1): net: dhcpv6: remove excluded middle expression Heinrich Schuchardt (1): net: make initr_net() invocation command line agnostic Jerome Forissier (11): net: lwip: fix initialization sequence before a command net: lwip: provide net_start_again() net: lwip: add restart support to ping net: lwip: use timer_early_get_count() when CONFIG_SANDBOX_TIMER=y drivers: net: sandbox: add support for NET_LWIP sandbox: provide static IP addresses for eth{2, 3, 5, 6, 7} net: ping: make do_ping() available via <net.h> test: dm: eth, dsa: update tests for NET_LWIP net: lwip: allow DM_DSA=y when NET_LWIP=y configs: add sandbox64_lwip_defconfig CI: add sandbox64_lwip Michal Simek (1): cmd: Remove CMD_NET protection Sean Edmond (1): net: dhcp6: Send DHCPv6 using multicast MAC .azure-pipelines.yml | 2 + .gitlab-ci.yml | 11 +++++ board/sandbox/sandbox.env | 5 +++ cmd/net.c | 3 +- cmd/pxe.c | 3 -- common/board_r.c | 4 +- configs/sandbox64_lwip_defconfig | 5 +++ drivers/net/Kconfig | 14 +------ drivers/net/Makefile | 1 - drivers/net/sandbox-lwip.c | 85 ------------------------------------- drivers/net/sandbox.c | 240 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------- include/net-common.h | 15 +++++++ include/net-legacy.h | 3 -- include/net-lwip.h | 10 ++++- include/net6.h | 10 +++++ net/Makefile | 2 +- net/dhcpv6.c | 15 ++++--- net/dhcpv6.h | 8 +++- net/lwip/dhcp.c | 3 +- net/lwip/dns.c | 3 +- net/lwip/net-lwip.c | 86 ++++++++++++++++++++++++++++++++----- net/lwip/ping.c | 11 +++-- net/lwip/tftp.c | 5 ++- net/lwip/wget.c | 6 ++- test/dm/Makefile | 2 - test/dm/dsa.c | 8 ++-- test/dm/eth.c | 77 +++++++++++++++++++--------------- 27 files changed, 376 insertions(+), 261 deletions(-) create mode 100644 configs/sandbox64_lwip_defconfig delete mode 100644 drivers/net/sandbox-lwip.c CI link: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/25903 Thanks, -- Jerome