[U-Boot] [RESEND PATCH v3 0/2] Add keystone network driver

Murali Karicheri m-karicheri2 at ti.com
Fri Mar 21 22:01:41 CET 2014


This patch set add support for keystone network driver.
The previous versions were sent as part of keystone SOC/EVM
patch series. Currently this version addresses most of the comments
against the previous version except phylib support.
I have responded to the original comment with issues that
we see when we added support for phylib. Please discuss this
in that thread. If this initial version can go ASIS, please
review and merge. We can address phylib support once the
issues are discussed and a proper resolution is agreed on.

Murali Karicheri (1):
  keystone2: net: add keystone ethernet driver

Vitaly Andrianov (1):
  keystone2: add keystone multicore navigator driver

 arch/arm/cpu/armv7/keystone/Makefile              |    1 +
 arch/arm/cpu/armv7/keystone/keystone_nav.c        |  376 +++++++++++
 arch/arm/include/asm/arch-keystone/emac_defs.h    |  240 +++++++
 arch/arm/include/asm/arch-keystone/keystone_nav.h |  193 ++++++
 board/ti/k2hk_evm/board.c                         |   65 ++
 drivers/net/Makefile                              |    1 +
 drivers/net/keystone_net.c                        |  720 +++++++++++++++++++++
 include/configs/k2hk_evm.h                        |   35 +
 8 files changed, 1631 insertions(+)
 create mode 100644 arch/arm/cpu/armv7/keystone/keystone_nav.c
 create mode 100644 arch/arm/include/asm/arch-keystone/emac_defs.h
 create mode 100644 arch/arm/include/asm/arch-keystone/keystone_nav.h
 create mode 100644 drivers/net/keystone_net.c

-- 
1.7.9.5



More information about the U-Boot mailing list