]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add support shmin board
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 24 Oct 2010 18:12:24 +0000 (03:12 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Tue, 11 Jan 2011 12:03:25 +0000 (21:03 +0900)
commit6b7c0f5ebf767dec8cac0463867fbbeb5493eec3
tree9333b09c401e4554ab563235f41efb4c43f7763c
parentf3a7b9535bc2bdf9fa50da6af2093b445516c111
sh: Add support shmin board

This adds support for the SHMIN SH7706 board(T-SH7706LAN).
The CPU of this board is SH7706.
There are SDRAM of 32M byte, Flash memory of 512K byte, Serial,
10Base Ether and MMC.

http://web.kyoto-inet.or.jp/people/takagaki/T-SH7706/T-SH7706.htm

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