]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: add support for sh7753evb board
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Wed, 18 Dec 2013 07:03:44 +0000 (16:03 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 18 Dec 2013 07:49:08 +0000 (16:49 +0900)
commit320cf350801f30875fe5749eee74aed242573031
tree9d1c6cc30fa023b6e225fb23dee087eafee1652d
parentfd44194945714a478fab6407c04453caaef0bac9
sh: add support for sh7753evb board

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

This patch support 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>
arch/sh/include/asm/cpu_sh4.h
arch/sh/include/asm/cpu_sh7753.h [new file with mode: 0644]
board/renesas/sh7753evb/Makefile [new file with mode: 0644]
board/renesas/sh7753evb/lowlevel_init.S [new file with mode: 0644]
board/renesas/sh7753evb/sh7753evb.c [new file with mode: 0644]
board/renesas/sh7753evb/spi-boot.c [new file with mode: 0644]
board/renesas/sh7753evb/u-boot.lds [new file with mode: 0644]
boards.cfg
doc/README.sh7753evb [new file with mode: 0644]
include/configs/sh7753evb.h [new file with mode: 0644]