[U-Boot] [PATCH v2 0/2] Added CPSW support

Chandan Nath chandan.nath at ti.com
Thu Nov 10 13:40:27 CET 2011


This patch series is submitted to add support for CPSW which is
an on-chip ethernet switch on TI AM335X EVM.

The patches have been compile tested and run on AM335X EVM.

The patches depends on previous patch series which was submitted
for supporting AM33xx platform.

Changes since v1:
 - Used eth_setenv_enetaddr function and code cleanup
 - Added weak alias miiphy_is_1000base_x function

Chandan Nath (1):
  ARM:AM33XX:Added cpsw support for AM335x EVM

Cyril Chemparathy (1):
  TI: netdev: add driver for cpsw ethernet device

 arch/arm/cpu/armv7/am33xx/clock.c           |    9 +-
 arch/arm/include/asm/arch-am33xx/cpu.h      |   22 +-
 arch/arm/include/asm/arch-am33xx/hardware.h |    5 +
 board/ti/am335x/common_def.h                |    2 +
 board/ti/am335x/evm.c                       |  149 +++++
 board/ti/am335x/mux.c                       |   24 +
 common/miiphyutil.c                         |    5 +-
 drivers/net/Makefile                        |    1 +
 drivers/net/cpsw.c                          |  919 +++++++++++++++++++++++++++
 include/configs/am335x_evm.h                |   16 +-
 include/netdev.h                            |   36 +
 11 files changed, 1182 insertions(+), 6 deletions(-)
 create mode 100644 drivers/net/cpsw.c



More information about the U-Boot mailing list