Hi Tom, The following changes since commit b5213bbfdcb1812be510427857827ee8becb9f8f:
video: menu "TrueType Fonts" depends on TrueType enabled (2026-02-04 10:41:48 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-net.git/ tags/net-20260209 for you to fetch changes up to e7b83e64d6bc9f2366669118cb596d75f811eb89: net: phy: mscc: allow RGMII with internal delay for the VSC8541 (2026-02-06 16:42:45 +0100) ---------------------------------------------------------------- Pull request net-20260209. net: - airoha: mdio support for the switch - phy: mscc: allow RGMII with internal delay for the VSC8541 - dwc_eth_qos: Update tail pointer handling net-legacy: - Stop conflating return value with file size in net_loop() net-lwip: - wget: rework the '#' printing - tftp: add support of tsize option to client ---------------------------------------------------------------- Charles Perry (1): net: phy: mscc: allow RGMII with internal delay for the VSC8541 Jonas Karlman (4): net: dwc_eth_qos: Use lower_32_bits() for tail pointers net: dwc_eth_qos: Initialize the transmit tail pointer in eqos_start() net: dwc_eth_qos: Start DMA and MAC after tail pointers are initialized net: dwc_eth_qos: Define more of the unused MAC regs Marek Vasut (2): net: lwip: tftp: add support of tsize option to client net: lwip: wget: rework the '#' printing Mikhail Kshevetskiy (7): net: airoha_eth: fix mdio binding to switch device net: airoha_eth: use proper switch node for en7523 case net: mdio-mt7531-mmio: fix switch regs initialization configs: an7581: add mii/mdio support arm: dts: an7581: add mdio child node to switch node configs: en7523: add mii/mdio support arm: dts: en7523: add mdio child node to switch node Yuya Hamamachi (2): net: Stop conflating return value with file size in net_loop() net: tftp: Fix TFTP Transfer Size data type arch/arm/dts/an7581-u-boot.dtsi | 5 +++++ arch/arm/dts/en7523-u-boot.dtsi | 5 +++++ cmd/mvebu/bubt.c | 2 +- cmd/net.c | 9 +++++---- common/update.c | 10 +++++----- configs/an7581_evb_defconfig | 3 +++ configs/en7523_evb_defconfig | 3 +++ drivers/net/Kconfig | 2 +- drivers/net/airoha_eth.c | 7 ++++--- drivers/net/dwc_eth_qos.c | 43 ++++++++++++++++++++++++------------------- drivers/net/dwc_eth_qos.h | 28 ++++++++++++++++++++-------- drivers/net/mdio-mt7531-mmio.c | 7 ++++++- drivers/net/phy/mscc.c | 3 +++ lib/lwip/lwip/src/apps/tftp/tftp.c | 51 ++++++++++++++++++++++++++++++++++++++++++--------- lib/lwip/lwip/src/include/lwip/apps/tftp_client.h | 1 + net/lwip/tftp.c | 35 +++++++++++++++++++++++++++++++---- net/lwip/wget.c | 27 +++++++++++++++++++++++---- net/net.c | 2 +- net/tftp.c | 4 ++-- 19 files changed, 185 insertions(+), 62 deletions(-) CI link: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/29233 Thanks, -- Jerome

