AT91SAM9263EK support
authorStelian Pop <stelian@popies.net>
Thu, 8 May 2008 16:52:23 +0000 (18:52 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 10 May 2008 09:34:29 +0000 (11:34 +0200)
commit8e429b3eee23927c1222679f6b6f53667b21595c
tree9990d0de4158b00f071727f752f855ddfb272745
parentd99a8ff66d8ae87e5c87590ed2e4ead629540607
AT91SAM9263EK support

This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
board.

Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15 files changed:
MAINTAINERS
MAKEALL
Makefile
board/atmel/at91sam9263ek/Makefile [new file with mode: 0644]
board/atmel/at91sam9263ek/at91sam9263ek.c [new file with mode: 0644]
board/atmel/at91sam9263ek/config.mk [new file with mode: 0644]
board/atmel/at91sam9263ek/led.c [new file with mode: 0644]
board/atmel/at91sam9263ek/nand.c [new file with mode: 0644]
board/atmel/at91sam9263ek/partition.c [new file with mode: 0644]
drivers/net/macb.c
include/asm-arm/arch-at91sam9/at91sam9263.h [new file with mode: 0644]
include/asm-arm/arch-at91sam9/at91sam9263_matrix.h [new file with mode: 0644]
include/asm-arm/arch-at91sam9/hardware.h
include/configs/at91sam9263ek.h [new file with mode: 0644]
net/eth.c