]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/r8a7795_ulcb_defconfig
ARM: rmobile: ulcb: Add ULCB board support
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 21 Jul 2017 21:15:21 +0000 (23:15 +0200)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 2 Aug 2017 18:50:03 +0000 (03:50 +0900)
commitbd39050cb2a05b0eabc418ee9ea9709dccc2d31c
treef940bb21f96eb22202eb313fb7658f4077b99222
parentc65e46dab061002fe8c1edf2ac17fae0b3f96990
ARM: rmobile: ulcb: Add ULCB board support

Add initial support for the R8A7795 and R8A7796 based ULCB board.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/mach-rmobile/Kconfig.64
board/renesas/ulcb/Kconfig [new file with mode: 0644]
board/renesas/ulcb/MAINTAINERS [new file with mode: 0644]
board/renesas/ulcb/Makefile [new file with mode: 0644]
board/renesas/ulcb/cpld.c [new file with mode: 0644]
board/renesas/ulcb/ulcb.c [new file with mode: 0644]
configs/r8a7795_ulcb_defconfig [new file with mode: 0644]
configs/r8a7796_ulcb_defconfig [new file with mode: 0644]
include/configs/ulcb.h [new file with mode: 0644]