]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: Add support gose board
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 6 Nov 2014 06:39:28 +0000 (15:39 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Mon, 10 Nov 2014 00:43:48 +0000 (09:43 +0900)
commit6a994e5bb6ba0193d655e2cd67ff8d93bfe66d82
tree003df5f27bc5435197a1ff656b84ed49f5de3411
parent062edd2bec2395353a5631a8648c33d4f850b7e5
arm: rmobile: Add support gose board

The gose board has R8A7793, 1GB DDR3-SDRAM, USB, Ethernet, and more.
This patch supports the following functions:
 - DDR3-SDRAM
 - SCIF
 - QSPI
 - SPI

Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/cpu/armv7/rmobile/Kconfig
board/renesas/gose/Kconfig [new file with mode: 0644]
board/renesas/gose/MAINTAINERS [new file with mode: 0644]
board/renesas/gose/Makefile [new file with mode: 0644]
board/renesas/gose/gose.c [new file with mode: 0644]
board/renesas/gose/qos.c [new file with mode: 0644]
board/renesas/gose/qos.h [new file with mode: 0644]
configs/gose_defconfig [new file with mode: 0644]
include/configs/gose.h [new file with mode: 0644]