]> git.ipfire.org Git - people/ms/u-boot.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)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 25 Feb 2015 05:17:49 +0000 (14:17 +0900)
commit60c0467a9448fdf6da509ca6c38583d406362660
treefcab431c82c8570dbad20e7789583a3ee2adb8ca
parentacdfecbbb44bea1bc265397d7dcfa32db6760528
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]