]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for the AT91RM9200EK Board.
authorUlf Samuelsson <ulf@atmel.com>
Fri, 27 Mar 2009 22:26:43 +0000 (23:26 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 4 Apr 2009 18:42:20 +0000 (20:42 +0200)
commitcb82a532669f6b02225ec3429ea4d49ff2b97d0a
tree3b08f9ce44bac5fcee84ffd44ea1dfb0c16580e4
parentb9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
Add support for the AT91RM9200EK Board.

The AT91RM9200-EK Evaluation Board supports the AT91RM9200
ARM9-based 32-bit RISC microcontroller and enables real-time code development
and evaluation.

Here is the chip page on Atmel website:
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507

with
- NOR (cfi driver)
- DataFlash
- USB OHCI
- Net
- I2C (hard)

Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13 files changed:
MAKEALL
Makefile
board/atmel/at91rm9200ek/Makefile [new file with mode: 0644]
board/atmel/at91rm9200ek/at91rm9200ek.c [new file with mode: 0644]
board/atmel/at91rm9200ek/config.mk [new file with mode: 0644]
board/atmel/at91rm9200ek/led.c [new file with mode: 0644]
board/atmel/at91rm9200ek/misc.c [new file with mode: 0644]
board/atmel/at91rm9200ek/mux.c [new file with mode: 0644]
board/atmel/at91rm9200ek/partition.c [new file with mode: 0644]
board/atmel/at91rm9200ek/u-boot.lds [new file with mode: 0644]
cpu/arm920t/start.S
drivers/mtd/cfi_flash.c
include/configs/at91rm9200ek.h [new file with mode: 0644]