Please pull net-20260331
Jerome Forissier
jerome.forissier at arm.com
Tue Mar 31 18:27:41 CEST 2026
Hi Tom,
The following changes since commit 0da1866a8fdd4d4bc4837ef2af281dbe010ae16b:
core: Rework REGMAP symbols implementation (2026-03-30 16:59:35 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-net.git/ tags/net-20260331
for you to fetch changes up to d1f8719e5163c3aceef501283f29d928f19e546f:
net: rswitch: Remap CPU to bus addresses using dev_phys_to_bus() (2026-03-31 16:54:49 +0200)
----------------------------------------------------------------
Pull request net-20260331.
net:
- airoha_eth & pcs_airoha driver fixes
- Rework some symbol dependencies
- dwc_eth_xgmac: Move DMA reset and pad calibration after PHY init
- rtl8169: add support for RTL8125d
- rswitch: Avoid NULL pointer dereference during PHY access
- rswitch: Remap CPU to bus addresses using dev_phys_to_bus()
- phy: dp83867: reset PHY on init to ensure clean state
net-lwip:
- nfs: fix buffer overflow when using symlinks
- tftp: update image_load_addr after successful transfer
----------------------------------------------------------------
Boon Khai Ng (2):
net: dwc_eth_xgmac: Move DMA reset and pad calibration after PHY init
phy: micrel: ksz90x1: Issue PHY soft reset during configuration
Javen Xu (1):
rtl8169: add support for RTL8125d
Marek Vasut (4):
cmd: dhcp: Select CMD_BOOTP
net: bootp: Drop unused code
net: rswitch: Avoid NULL pointer dereference during PHY access
net: rswitch: Remap CPU to bus addresses using dev_phys_to_bus()
Mikhail Kshevetskiy (3):
net: airoha: probe airoha switch mdio on airoha_eth probing
net: pcs-airoha: unify code using SCU regmap helper
net: pcs-airoha: fix allyesconfig building
Pranav Sanwal (1):
net: lwip: tftp: update image_load_addr after successful transfer
Pranav Tilak (2):
net: lwip: nfs: fix buffer overflow when using symlinks
net: phy: dp83867: reset PHY on init to ensure clean state
Tom Rini (5):
net: Rework some symbol dependencies
net: Rework dependencies around NET/NET_LWIP and NETDEVICES
net: lwip: nfs: Add missing dependency
net: cmd: Correct dependencies for CMD_PXE
net: Correct dependencies for HIFEMAC_ETH
Kconfig | 4 ++--
cmd/Kconfig | 4 +++-
drivers/net/Kconfig | 14 +++++++++++---
drivers/net/airoha/Kconfig | 1 +
drivers/net/airoha/pcs-airoha-common.c | 4 ++--
drivers/net/airoha_eth.c | 22 +++++-----------------
drivers/net/bnxt/Kconfig | 2 +-
drivers/net/dwc_eth_xgmac.c | 28 ++++++++++++++--------------
drivers/net/phy/dp83867.c | 10 +++++-----
drivers/net/phy/micrel_ksz90x1.c | 3 +++
drivers/net/rswitch.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------
drivers/net/rtl8169.c | 1 +
net/bootp.c | 17 -----------------
net/lwip/nfs.c | 6 ++++--
net/lwip/tftp.c | 2 ++
15 files changed, 100 insertions(+), 102 deletions(-)
CI link: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/29718
Thanks,
--
Jerome
More information about the U-Boot
mailing list