]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for Eukrea CPUAT91 SBC
authorTom Rix <Tom.Rix@windriver.com>
Sun, 27 Sep 2009 12:47:24 +0000 (07:47 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Tue, 13 Oct 2009 11:17:35 +0000 (06:17 -0500)
commitd8380c9d35e88759c96e68a03738446ca0cb292f
treeb45b8e3610385b55c351d5c24949318fdb795502
parenteb95aa15e644c29b01832703aa4964fe419170f0
Add support for Eukrea CPUAT91 SBC

CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR
flash, up to 128MB of SDRAM, and includes a Micrel KS8721 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/cpuat91/Makefile [new file with mode: 0644]
board/eukrea/cpuat91/config.mk [new file with mode: 0644]
board/eukrea/cpuat91/cpuat91.c [new file with mode: 0644]
cpu/arm920t/at91rm9200/Makefile
cpu/arm920t/at91rm9200/ks8721.c [new file with mode: 0644]
include/configs/cpuat91.h [new file with mode: 0644]
include/ks8721.h [new file with mode: 0644]