]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add support Renesas Solutions R7780MP
authorYusuke Goda <goda.yusuke@renesas.com>
Tue, 11 Mar 2008 03:55:12 +0000 (12:55 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Fri, 28 Mar 2008 05:16:12 +0000 (14:16 +0900)
commitc133c1fb0b590662206b0eba70f4478ee0300a9a
tree6f40ba61185934f8e8c701ceca0699ad4004b48e
parent1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
sh: Add support Renesas Solutions R7780MP

Renesas Solutions R7780MP is a reference board on SH7780.
This board has serial, 10/100 base Ethernet deivice, CF slot
and VGA devices. This board can set extension board.
Extension board has 10/100/1000 base Ethernet device, PCI slot,
S-ATA, iDVR slot.

Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
MAKEALL
Makefile
board/r7780mp/Makefile [new file with mode: 0644]
board/r7780mp/config.mk [new file with mode: 0644]
board/r7780mp/lowlevel_init.S [new file with mode: 0644]
board/r7780mp/r7780mp.c [new file with mode: 0644]
board/r7780mp/r7780mp.h [new file with mode: 0644]
board/r7780mp/u-boot.lds [new file with mode: 0644]
doc/README.sh
include/configs/r7780mp.h [new file with mode: 0644]