]> git.ipfire.org Git - people/ms/u-boot.git/commit
sh: add support for sh7757lcr board
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Wed, 2 Feb 2011 01:05:36 +0000 (10:05 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 2 Feb 2011 07:38:41 +0000 (16:38 +0900)
commit8e9c897b2120ccf4e1177bf3662010f6d073aa64
treefcf2ce66ccedf61e66681f5f9e1049deceba542a
parent6639562e6a7f2ae3160ef120d18b7796a2ff8e19
sh: add support for sh7757lcr board

The R0P7757LC0030RL board has SH7757, 256MB DDR3-SDRAM, SPI ROM,
Ethernet, and more.

This patch supports the following functions:
 - 256MB DDR3-SDRAM
 - SPI ROM
 - Ethernet

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
MAINTAINERS
arch/sh/include/asm/cpu_sh4.h
arch/sh/include/asm/cpu_sh7757.h [new file with mode: 0644]
board/renesas/sh7757lcr/Makefile [new file with mode: 0644]
board/renesas/sh7757lcr/lowlevel_init.S [new file with mode: 0644]
board/renesas/sh7757lcr/sh7757lcr.c [new file with mode: 0644]
board/renesas/sh7757lcr/spi-boot.c [new file with mode: 0644]
board/renesas/sh7757lcr/u-boot.lds [new file with mode: 0644]
boards.cfg
doc/README.sh7757lcr [new file with mode: 0644]
include/configs/sh7757lcr.h [new file with mode: 0644]