]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add support Renesas Solutions R2D plus board
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tue, 25 Mar 2008 08:11:24 +0000 (17:11 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Fri, 28 Mar 2008 05:16:13 +0000 (14:16 +0900)
commitf5e2466f7baa887a7df0c536333eea8231333497
tree0fb895a23190c0002930498640ac5dac48d77be4
parente92c95180bb5bc5fd4051598a9d60beaba48988d
sh: Add support Renesas Solutions R2D plus board

R2D plus is SH reference board used with SH7751R.
This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
one PCI bus, VGA, and two Ethernet controller.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
MAINTAINERS
MAKEALL
Makefile
board/r2dplus/Makefile [new file with mode: 0644]
board/r2dplus/config.mk [new file with mode: 0644]
board/r2dplus/lowlevel_init.S [new file with mode: 0644]
board/r2dplus/r2dplus.c [new file with mode: 0644]
board/r2dplus/u-boot.lds [new file with mode: 0644]
include/configs/r2dplus.h [new file with mode: 0644]