]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add support ESPT-GIGA borad
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Thu, 25 Jun 2009 07:31:26 +0000 (16:31 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sat, 11 Jul 2009 00:02:21 +0000 (09:02 +0900)
commit74d9c16a681aa24bb4125191fe39dc7c75cde56a
treef5518a5b78cd0552467d993a4241fe50980a677b
parentbaa9f9ba4345ed6dc5c403871c32e6295316ea52
sh: Add support ESPT-GIGA borad

ESPT-Giga is SH7763-based reference board.
Board support is relatively sparse, presently supporting serial,
gigabit ethernet, USB host, and MTD.

More information (in Japanese) available at:
http://www.cente.jp/product/cente_hard/ESPT-Giga.html

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
MAKEALL
Makefile
board/espt/Makefile [new file with mode: 0644]
board/espt/config.mk [new file with mode: 0644]
board/espt/espt.c [new file with mode: 0644]
board/espt/lowlevel_init.S [new file with mode: 0644]
include/configs/espt.h [new file with mode: 0644]