]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add support for r0p7734 board
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 12 Jan 2012 02:12:28 +0000 (11:12 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 28 May 2012 00:12:53 +0000 (09:12 +0900)
commit8ca805e1022679738ae27b7c1153781b65836ac8
tree89f1b50fa48b6b13f344b1065bf56d516047a609
parent2a57e7ec9620fcb66bce92cf769e5f74c5d333cb
sh: Add support for r0p7734 board

The r0p7734 board has SH7734, 128MB DDR2-SDRAM, USB,
Ethernet, and more.

This patch supports the following functions:
- 128MB DDR2-SDRAM
- 32MB NOR Flash memory
- Serial console (SCIF)
- Ethernet (SH-Ether/SMSC)

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