]> git.ipfire.org Git - people/ms/u-boot.git/commit
AT91SAM9RLEK support
authorStelian Pop <stelian@popies.net>
Thu, 8 May 2008 16:52:25 +0000 (18:52 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 10 May 2008 09:35:23 +0000 (11:35 +0200)
commit2118ebb44dc40f8117c94950fd95799a9ef821b2
treea591d32c0b42243801e38591dad630048ad3fa12
parent8e429b3eee23927c1222679f6b6f53667b21595c
AT91SAM9RLEK support

This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
board.

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