[U-Boot] [U-boot] [Patch v2 0/6] keystone2: add network support for K2E SoC and EVM

Ivan Khoronzhuk ivan.khoronzhuk at ti.com
Fri Oct 17 20:01:11 CEST 2014


These patches add network support for Keystne2 Edison SoC boards.

Based on
"[U-boot] [Patch v2 0/5] keystone_net: use MDIO bus and eth PHY frameworks"
http://patchwork.ozlabs.org/patch/322289/

v2..v1
  ARM: keystone: clock: add support for K2E SoCs
  	- firstly added

Hao Zhang (1):
  board: k2e_evm: add network support

Ivan Khoronzhuk (5):
  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
  ARM: keystone: clock: add support for K2E SoCs

 arch/arm/cpu/armv7/keystone/clock.c               | 17 ++++--
 arch/arm/include/asm/arch-keystone/clock.h        |  1 +
 arch/arm/include/asm/arch-keystone/hardware-k2e.h | 20 +++++++
 board/ti/ks2_evm/board.c                          |  1 +
 board/ti/ks2_evm/board_k2e.c                      | 68 ++++++++++++++++++++++-
 drivers/net/keystone_net.c                        | 47 ++++++++++++++--
 include/configs/k2e_evm.h                         | 11 ++++
 include/configs/ks2_evm.h                         |  1 +
 8 files changed, 156 insertions(+), 10 deletions(-)

-- 
1.8.3.2



More information about the U-Boot mailing list