]> git.kernelconcepts.de Git - karo-tx-uboot.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>
Tue, 13 Oct 2009 11:17:35 +0000 (06:17 -0500)
commit23b80982a02a43bf4ead91574c9d6f1b647ccc8f
tree85249088e77c71a7b9dc7042d2c976ceba4a7b61
parentd8380c9d35e88759c96e68a03738446ca0cb292f
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]