
On Wed, 09 Jul 2008 21:07:47 +0900 Yoshihiro Shimoda shimoda.yoshihiro@renesas.com wrote:
This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, Graphic controller, Ethernet, USB, SD, and RTC.
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
MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 5 + board/r0p7785lc0011rl/Makefile | 43 ++++ board/r0p7785lc0011rl/config.mk | 26 +++ board/r0p7785lc0011rl/lowlevel_init.S | 318 +++++++++++++++++++++++++++ board/r0p7785lc0011rl/r0p7785lc0011rl.c | 51 +++++ board/r0p7785lc0011rl/rtl8169.h | 62 ++++++ board/r0p7785lc0011rl/rtl8169_mac.c | 354 +++++++++++++++++++++++++++++++ board/r0p7785lc0011rl/selfcheck.c | 196 +++++++++++++++++ board/r0p7785lc0011rl/u-boot.lds | 97 +++++++++ include/configs/r0p7785lc0011rl.h | 173 +++++++++++++++
Can this be renamed something simpler, like sh7785rdp or something?
Kim