Add support for EDB93xx boards
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Mon, 1 Feb 2010 20:29:48 +0000 (21:29 +0100)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 5 Feb 2010 21:48:28 +0000 (15:48 -0600)
commit8ed0f6108ff771ea605c896ce6e416b502f2cb55
treec80ba4c75088e4b9575f178237a2a268cf355b06
parent7f5a9c237e1ab2488518953442bcde882c5edd66
Add support for EDB93xx boards

Added support for the following EDB93xx boards:

EDB9301
EDB9302
EDB9302A
EDB9307
EDB9307A
EDB93012
EDB9315
EDB9315A

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
13 files changed:
MAINTAINERS
MAKEALL
Makefile
board/edb93xx/Makefile [new file with mode: 0644]
board/edb93xx/config.mk [new file with mode: 0644]
board/edb93xx/early_udelay.h [new file with mode: 0644]
board/edb93xx/edb93xx.c [new file with mode: 0644]
board/edb93xx/flash_cfg.c [new file with mode: 0644]
board/edb93xx/pll_cfg.c [new file with mode: 0644]
board/edb93xx/pll_cfg.h [new file with mode: 0644]
board/edb93xx/sdram_cfg.c [new file with mode: 0644]
board/edb93xx/sdram_cfg.h [new file with mode: 0644]
include/configs/edb93xx.h [new file with mode: 0644]