[U-Boot] [PATCH 0/2] Enable network support on at91sam9n12ek board
Bo Shen
voice.shen at atmel.com
Tue Apr 23 12:17:26 CEST 2013
This patch set base on the following patch set:
- arm: at91: add at91sam9n12ek board support
- http://patchwork.ozlabs.org/patch/237184/
And implement the following things
- add ks8851_16mll ethernet driver
- Enable network support on at91sam9n12ek board.
Bo Shen (1):
ARM: at91sam9n12: add network support with ksz8851_16mll
Roberto Cerati (1):
net: ks8851_mll: add ethernet support
board/atmel/at91sam9n12ek/at91sam9n12ek.c | 36 ++
drivers/net/Makefile | 1 +
drivers/net/ks8851_mll.c | 635 +++++++++++++++++++++++++++++
drivers/net/ks8851_mll.h | 357 ++++++++++++++++
include/configs/at91sam9n12ek.h | 4 +
include/netdev.h | 1 +
6 files changed, 1034 insertions(+)
create mode 100644 drivers/net/ks8851_mll.c
create mode 100644 drivers/net/ks8851_mll.h
--
1.7.9.5
More information about the U-Boot
mailing list