[U-Boot] [PATCH 0/2] tnetv107x cpsw ethernet switch driver
Cyril Chemparathy
cyril at ti.com
Wed Aug 4 03:33:51 CEST 2010
This patch series adds support for the cpsw ethernet switch found on tnetv107x
and other SoCs from Texas Instruments.
Cyril Chemparathy (2):
TI: netdev: add driver for cpsw ethernet device
TI: add tnetv107x evm board support for cpsw
board/ti/tnetv107xevm/sdb_board.c | 155 +++++++
drivers/net/Makefile | 1 +
drivers/net/cpsw.c | 840 +++++++++++++++++++++++++++++++++++++
include/configs/tnetv107x_evm.h | 16 +
include/netdev.h | 29 ++
5 files changed, 1041 insertions(+), 0 deletions(-)
create mode 100644 drivers/net/cpsw.c
More information about the U-Boot
mailing list