]> git.ipfire.org Git - people/ms/u-boot.git/commit
Add support for Eukrea CPU9260/CPU9G20 SBC
authorTom Rix <Tom.Rix@windriver.com>
Sun, 27 Sep 2009 16:10:09 +0000 (11:10 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:41 +0000 (09:04 -0500)
commitef115a52b5d4eada120411a5aae9f0fb14023d1e
tree7e949f120c20059606e6f2bf2667d884608ca9ba
parent6dceeaa679ca3326a8dd1ddbd535a0651ec231bb
Add support for Eukrea CPU9260/CPU9G20 SBC

these boards are built around Atmel's AT91SAM9260/9G20 and have
up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND
and include a 10/100 Ethernet PHY in RMII mode.

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
MAINTAINERS
MAKEALL
Makefile
board/eukrea/cpu9260/Makefile [new file with mode: 0644]
board/eukrea/cpu9260/config.mk [new file with mode: 0644]
board/eukrea/cpu9260/cpu9260.c [new file with mode: 0644]
board/eukrea/cpu9260/led.c [new file with mode: 0644]
cpu/arm926ejs/at91/lowlevel_init.S
include/configs/cpu9260.h [new file with mode: 0644]