]> 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>
Sat, 3 Oct 2009 14:04:41 +0000 (09:04 -0500)
commit6dceeaa679ca3326a8dd1ddbd535a0651ec231bb
tree816d2d45cb117c907f9a56d8683983f00109d286
parent203e6fb2da1d5406b3df205432e38c20c441d5dc
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]