
These patches add network support for Keystne2 Edison SoC boards.
Based on "[U-boot] [Patch 0/5] keystone_net: use MDIO bus and eth PHY frameworks" https://www.mail-archive.com/u-boot@lists.denx.de/msg148974.html
Hao Zhang (1): board: k2e_evm: add network support
Ivan Khoronzhuk (4): ARM: keystone2: keysonte_nav: add support for K2E SoC net: keystone_serdes: add keystone K2E SoC support net: keystone_net: add Keystone2 K2E SoC support net: keystone_net: increase PHY auto negotiate time
arch/arm/include/asm/arch-keystone/hardware-k2e.h | 20 +++++++ board/ti/ks2_evm/board_k2e.c | 68 ++++++++++++++++++++++- drivers/net/keystone_net.c | 47 ++++++++++++++-- include/configs/k2e_evm.h | 10 ++++ include/configs/ks2_evm.h | 1 + 5 files changed, 140 insertions(+), 6 deletions(-)