]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/salvator-x.h
ARM: rmobile: Add support salvator-x board
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 31 Mar 2016 18:51:36 +0000 (03:51 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 17 Aug 2016 01:25:35 +0000 (10:25 +0900)
commite525d34b476e2eef06376633c12a94a56d7d889b
tree22a02cd5e9ba50410510616ad931adfa4e25e35e
parentee8f0cb3b03e34a75186ed9f9e3e3bf3f2f27d76
ARM: rmobile: Add support salvator-x board

Salvator-x is an entry level development board based on
R-Car H3 SoC (R8A7795). This commit supports SCIF only.

Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/Kconfig.64
board/renesas/salvator-x/Kconfig [new file with mode: 0644]
board/renesas/salvator-x/MAINTAINERS [new file with mode: 0644]
board/renesas/salvator-x/Makefile [new file with mode: 0644]
board/renesas/salvator-x/salvator-x.c [new file with mode: 0644]
configs/salvator-x_defconfig [new file with mode: 0644]
include/configs/rcar-gen3-common.h [new file with mode: 0644]
include/configs/salvator-x.h [new file with mode: 0644]