]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: Add SILK board support
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>
Mon, 12 Jan 2015 16:17:07 +0000 (19:17 +0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:52:17 +0000 (13:52 +0200)
commit3a2fb26265a9e50f6f2068782b3b947285702745
treedccbeb45e56450dd3455c6ef25c36aa6754671ed
parentc49e26243677aea080ba8350fb3e7b194b3c0ede
arm: rmobile: Add SILK board support

SILK is an entry level development board based on R-Car E2 SoC (R8A7794)

This commit supports the following peripherals:
- SCIF, I2C, Ethernet, QSPI, MMC, USB Host

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Tom Rini <trini@ti.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/cpu/armv7/rmobile/Kconfig
board/renesas/silk/Kconfig [new file with mode: 0644]
board/renesas/silk/MAINTAINERS [new file with mode: 0644]
board/renesas/silk/Makefile [new file with mode: 0644]
board/renesas/silk/qos.c [new file with mode: 0644]
board/renesas/silk/silk.c [new file with mode: 0644]
configs/silk_defconfig [new file with mode: 0644]
include/configs/silk.h [new file with mode: 0644]