
Hi Tom,
Please pull the latest patches in u-boot-net tree.
The following changes since commit a298d4fbcdba1b38e48ea2af0fc5386cab2070da:
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2021-06-17 08:44:56 -0400)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-net.git network_master
for you to fetch changes up to 54c321f9deeba309989f0828e4d0427cbfbefcd3:
net: octeontx: smi: use dt live tree API (2021-06-18 11:29:17 +0300)
---------------------------------------------------------------- Daniil Stas (2): net: dwc_eth_qos: Fix needless phy auto-negotiation restarts net: dwc_eth_qos: Revert some changes of commit 3a97da12ee7b
Dimitri John Ledkov (1): cmd: pxe_utils: sysboot: fix crash if either board or soc are not set.
Heinrich Schuchardt (1): net: sun8i-emac: fix MDIO frequency
Hou Zhiqiang (1): Fix a memory leak issue in the RX port initialization.
Jassi Brar (1): net: synquacer: Add netsec driver
Michael Walle (2): net: use a more deterministic approach to get the active ethernet device net: use the same alias stem for ethernet as linux
Tim Harvey (2): net: e1000: do not attempt to set hwaddr for i210 without FLASH net: octeontx: smi: use dt live tree API
arch/arm/dts/fsl-ls1028a-rdb.dts | 12 +- arch/sandbox/dts/test.dts | 10 +- cmd/pxe_utils.c | 8 + drivers/net/Kconfig | 8 + drivers/net/Makefile | 1 + drivers/net/dwc_eth_qos.c | 19 +- drivers/net/e1000.c | 4 + drivers/net/e1000.h | 1 + drivers/net/fm/eth.c | 4 +- drivers/net/octeontx/smi.c | 24 +- drivers/net/sni_netsec.c | 1134 ++++++++++++++++++++++++++++++++++++++ drivers/net/sun8i_emac.c | 8 +- net/eth-uclass.c | 21 +- test/dm/ofnode.c | 2 +- test/dm/test-fdt.c | 2 +- 15 files changed, 1207 insertions(+), 51 deletions(-) create mode 100644 drivers/net/sni_netsec.c
Best regards, Ramon