[U-Boot] [PATCH 0/1][Net] Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
Ben Warren
biggerbadderben at gmail.com
Wed Aug 12 06:12:11 CEST 2009
Hello,
This driver is compile-tested only on ARM platform. I'm hoping some volunteers can test it on real hardware.
thanks,
Ben
---
board/altera/dk1c20/dk1c20.c | 12 ++
board/altera/dk1s10/dk1s10.c | 12 ++
board/armadillo/armadillo.c | 12 ++
board/csb226/csb226.c | 12 ++
board/ep7312/ep7312.c | 12 ++
board/freescale/mx31ads/mx31ads.c | 12 ++
board/impa7/impa7.c | 12 ++
board/lart/lart.c | 12 ++
board/mpl/vcma9/cmd_vcma9.c | 28 +++--
board/mpl/vcma9/vcma9.c | 12 ++
board/mx1ads/mx1ads.c | 12 ++
board/samsung/smdk2400/smdk2400.c | 12 ++
board/samsung/smdk2410/smdk2410.c | 12 ++
board/samsung/smdk6400/smdk6400.c | 12 ++
board/sbc2410x/sbc2410x.c | 12 ++
board/ssv/adnpesc1/adnpesc1.c | 12 ++
board/trab/trab.c | 12 ++
drivers/net/Makefile | 2 +-
drivers/net/cs8900.c | 243 ++++++++++++++++++++-----------------
drivers/net/cs8900.h | 41 ++++---
include/configs/ADNPESC1.h | 14 ++-
include/configs/DK1C20.h | 14 ++-
include/configs/DK1S10.h | 14 ++-
include/configs/VCMA9.h | 7 +-
include/configs/armadillo.h | 9 +-
include/configs/csb226.h | 7 +-
include/configs/ep7312.h | 9 +-
include/configs/impa7.h | 7 +-
include/configs/lart.h | 7 +-
include/configs/mx1ads.h | 7 +-
include/configs/mx31ads.h | 7 +-
include/configs/sbc2410x.h | 7 +-
include/configs/smdk2400.h | 7 +-
include/configs/smdk2410.h | 7 +-
include/configs/smdk6400.h | 7 +-
include/configs/trab.h | 7 +-
include/netdev.h | 1 +
lib_arm/board.c | 9 --
38 files changed, 448 insertions(+), 205 deletions(-)
More information about the U-Boot
mailing list