]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: Add Porter board support
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>
Fri, 13 Feb 2015 22:06:13 +0000 (01:06 +0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:05:50 +0000 (14:05 +0200)
commit4cc62f81b67b7799ce4d0e07595584296ee4dede
tree10c93f977f927d713d786a2c412ca27274d7f5f6
parent3b66637ad0d9ed6d7e696dbd4c125b7f47549879
arm: rmobile: Add Porter board support

Porter is an entry level development board based on R-Car M2 SoC (R8A7791)

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

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