Please pull u-boot-net-20250212

Jerome Forissier jerome.forissier at linaro.org
Wed Feb 12 14:54:37 CET 2025


Hi Tom,

The following changes since commit 3da1864b1f2fc3cf2b4eaa1849bcafa669ff674c:

  configs: Resync with savedefconfig (2025-02-11 09:57:33 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-net.git/ u-boot-net-20250212

for you to fetch changes up to 893e32848f00e71eacdda2f7bfc32aa303f7a01f:

  net: Kconfig: depend on DM_RNG for WGET_HTTPS (2025-02-12 10:25:14 +0100)

CI OK: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/24577

Thanks,
-- 
Jerome

----------------------------------------------------------------
Changes from the u-boot-net tree for v2025.04.

net-lwip:
* Fix incorrect selection of ethernet device on boards having more than one
* Fix TFTP option processing
* Make the WGET_HTTPS Kconfig symbol depend on DM_RNG

lib:
* Add strnstr()

----------------------------------------------------------------
Heinrich Schuchardt (4):
      net: lwip: tftp: fix find_option()
      lib: implement strnstr()
      test: unit tests for strstr() and strnstr()
      net: use strnstr() for lwip_strnstr()

Jerome Forissier (2):
      net: lwip: move eth_init() out of new_netif()
      net: Kconfig: depend on DM_RNG for WGET_HTTPS

 cmd/Kconfig                        |  1 +
 include/linux/string.h             |  3 +++
 include/net-lwip.h                 |  1 +
 lib/lwip/lwip/src/apps/tftp/tftp.c | 52 ++++++++++++++++++++++++++++++++++++++++++++--------
 lib/lwip/u-boot/arch/cc.h          |  2 +-
 lib/string.c                       | 51 +++++++++++++++++++++++++++++++++++----------------
 net/lwip/dhcp.c                    |  2 +-
 net/lwip/dns.c                     |  2 +-
 net/lwip/net-lwip.c                | 23 ++++++++++++++---------
 net/lwip/ping.c                    |  2 +-
 net/lwip/tftp.c                    |  2 +-
 net/lwip/wget.c                    | 13 +++++++++----
 test/lib/string.c                  | 40 ++++++++++++++++++++++++++++++++++++++++
 13 files changed, 152 insertions(+), 42 deletions(-)


More information about the U-Boot mailing list