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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot