]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: add support for sh7752evb board
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Sun, 4 Nov 2012 15:53:22 +0000 (15:53 +0000)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 20 Dec 2012 04:20:17 +0000 (13:20 +0900)
commit1a2621bab89c3fd6bd09a601b0b94dc26e238d7c
tree8ad313a5c351c71d833c80daeb3b923c3ef9b98b
parent095728803eedfce850a2f85828f79500cb09979e
sh: add support for sh7752evb board

The R0P7752C00000RZ board has SH7752, 512MB DDR3-SDRAM, SPI ROM,
Gigabit Ethernet, and eMMC.

This patch supports the following functions:
 - 512MB DDR3-SDRAM, SCIF4, SPI ROM, Gigabit Ethernet, eMMC

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_sh7752.h [new file with mode: 0644]
board/renesas/sh7752evb/Makefile [new file with mode: 0644]
board/renesas/sh7752evb/lowlevel_init.S [new file with mode: 0644]
board/renesas/sh7752evb/sh7752evb.c [new file with mode: 0644]
board/renesas/sh7752evb/spi-boot.c [new file with mode: 0644]
board/renesas/sh7752evb/u-boot.lds [new file with mode: 0644]
boards.cfg
doc/README.sh7752evb [new file with mode: 0644]
include/configs/sh7752evb.h [new file with mode: 0644]