]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Renesas R0P7785LC0011RL board support
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 31 Aug 2008 13:45:08 +0000 (22:45 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 31 Aug 2008 13:45:08 +0000 (22:45 +0900)
commit0d53a47dc0737b6aa3a39caee21410c169441ae5
treea07bdb7e27e644f2d78ff683bc1674458d662f5b
parentb0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
sh: Renesas R0P7785LC0011RL board support

This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
Graphic, Ethernet, USB, SD, RTC, and I2C controller.

This patch supports the following functions:
 - 128MB DDR2-SDRAM (29-bit address mode only)
 - NOR Flash
 - USB host
 - Ethernet

Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13 files changed:
MAINTAINERS
MAKEALL
Makefile
board/sh7785lcr/Makefile [new file with mode: 0644]
board/sh7785lcr/config.mk [new file with mode: 0644]
board/sh7785lcr/lowlevel_init.S [new file with mode: 0644]
board/sh7785lcr/rtl8169.h [new file with mode: 0644]
board/sh7785lcr/rtl8169_mac.c [new file with mode: 0644]
board/sh7785lcr/selfcheck.c [new file with mode: 0644]
board/sh7785lcr/sh7785lcr.c [new file with mode: 0644]
board/sh7785lcr/u-boot.lds [new file with mode: 0644]
doc/README.sh7785lcr [new file with mode: 0644]
include/configs/sh7785lcr.h [new file with mode: 0644]