]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
AT91SAM9261EK support
authorStelian Pop <stelian@popies.net>
Thu, 8 May 2008 18:52:22 +0000 (20:52 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 10 May 2008 09:32:08 +0000 (11:32 +0200)
commitd99a8ff66d8ae87e5c87590ed2e4ead629540607
tree6e3c565276f32dbc6a43c2d521b3b8762868d0dc
parent86c8c8a414988c50104a3b02c29f50af2be738c0
AT91SAM9261EK support

This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
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/at91sam9261ek/Makefile [new file with mode: 0644]
board/atmel/at91sam9261ek/at91sam9261ek.c [new file with mode: 0644]
board/atmel/at91sam9261ek/config.mk [new file with mode: 0644]
board/atmel/at91sam9261ek/led.c [new file with mode: 0644]
board/atmel/at91sam9261ek/nand.c [new file with mode: 0644]
board/atmel/at91sam9261ek/partition.c [new file with mode: 0644]
cpu/arm926ejs/at91sam9/usb.c
drivers/net/dm9000x.c
include/asm-arm/arch-at91sam9/at91sam9261.h [new file with mode: 0644]
include/asm-arm/arch-at91sam9/at91sam9261_matrix.h [new file with mode: 0644]
include/asm-arm/arch-at91sam9/hardware.h
include/configs/at91sam9261ek.h [new file with mode: 0644]