]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: rmobile: Add R8A77970 V3M Eagle board
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Mon, 9 Oct 2017 19:08:10 +0000 (21:08 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 9 Dec 2017 12:36:27 +0000 (13:36 +0100)
commitd21f08ba818138ed3f81ab755021bdae28c17690
tree1f408f844066544019a3174161c175892d433948
parent9e4a63736e50e99134e04321e7e6bdd2e5d7d694
ARM: rmobile: Add R8A77970 V3M Eagle board

Add bits to support yet another board, the R8A77970 V3M Eagle.

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