]> git.ipfire.org Git - people/ms/u-boot.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)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Fri, 13 Feb 2015 04:14:56 +0000 (13:14 +0900)
commit3b7f0e109cd3f3fba387784f3f6debd4127cdefd
treeb5aab150bc0a25594f688a46ca4b41f1a1fb58c0
parenta4fb5df214c7e8d5bc949c1068d92252f105427a
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]