Hi Tom, The following changes since commit 65a131531077d75eaa01f8376d8f7f04c146a457:
Merge tag 'u-boot-imx-next-20251129' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next (2025-11-29 15:39:36 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-net.git/ tags/net-next-20251201 for you to fetch changes up to c10e1c2eded4783b8f4650da879ebae2beffcce6: net: tftp: Remove tftp_init_load_addr error path (2025-12-01 10:37:06 +0100) ---------------------------------------------------------------- Pull request net-next-20251201 net: - phy: Add the Airoha EN8811H PHY driver - airoha: bind MDIO controller on Ethernet load - phy: Disallow PHY_MSCC and PHY_VITESSE under COMPILE_TEST - phy: aquantia: refactor firmware upload helpers - phy: aquantia: use generic firmware loader net-legacy: - tftp: Remove tftp_init_load_addr error path ---------------------------------------------------------------- Beiyan Yun (2): net: phy: aquantia: refactor firmware upload helpers net: phy: aquantia: use generic firmware loader Christian Marangi (1): net: airoha: bind MDIO controller on Ethernet load Leonard Anderweit (1): net: tftp: Remove tftp_init_load_addr error path Lucien.Jheng (1): net: phy: Add the Airoha EN8811H PHY driver Tom Rini (1): net: phy: Disallow PHY_MSCC and PHY_VITESSE under COMPILE_TEST drivers/net/Kconfig | 1 + drivers/net/airoha_eth.c | 32 ++ drivers/net/phy/Kconfig | 27 +- drivers/net/phy/Makefile | 1 + drivers/net/phy/airoha/Kconfig | 11 + drivers/net/phy/airoha/Makefile | 3 + drivers/net/phy/airoha/air_en8811.c | 805 ++++++++++++++++++++++++++++++++++++ drivers/net/phy/aquantia.c | 101 +++-- net/tftp.c | 18 +- 9 files changed, 918 insertions(+), 81 deletions(-) create mode 100644 drivers/net/phy/airoha/Kconfig create mode 100644 drivers/net/phy/airoha/Makefile create mode 100644 drivers/net/phy/airoha/air_en8811.c CI link: https://source.denx.de/u-boot/custodians/u-boot-net/-/pipelines/28573 Thanks, -- Jerome

