[U-Boot] [PATCH 0/2] Added CPSW support
Chandan Nath
chandan.nath at ti.com
Fri Oct 21 09:02:56 CEST 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.
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 | 148 +++++
board/ti/am335x/mux.c | 24 +
common/miiphyutil.c | 2 +-
drivers/net/Makefile | 1 +
drivers/net/cpsw.c | 919 +++++++++++++++++++++++++++
include/configs/am335x_evm.h | 16 +-
include/netdev.h | 36 +
11 files changed, 1178 insertions(+), 6 deletions(-)
create mode 100644 drivers/net/cpsw.c
More information about the U-Boot
mailing list