[U-Boot] Pull request: u-boot-sh/rmobile
Nobuhiro Iwamatsu
iwamatsu at nigauri.org
Sun Sep 13 22:29:04 CEST 2015
Hi Tom,
Please pull u-boot-sh rmobile branch.
The following changes since commit f875bbb49111c308b90b9ca74d1b79f69498b278:
ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support
(2015-08-31 00:29:23 +0900)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to 21871138b7686b36dd8ae97cab5dc1e9c5c6e183:
arm: rmobile: Add Stout board support (2015-08-31 17:32:59 +0900)
----------------------------------------------------------------
Vladimir Barinov (4):
gpio: sh-pfc: fix gpio input read
serial: serial-sh: SCIFA interface for R-Car Gen2 SoCs
arch: rmobile: add SCIFA port base offsets
arm: rmobile: Add Stout board support
arch/arm/cpu/armv7/rmobile/Kconfig | 8 +-
arch/arm/include/asm/arch-rmobile/rcar-base.h | 3 +
board/renesas/stout/Kconfig | 12 +
board/renesas/stout/MAINTAINERS | 6 +
board/renesas/stout/Makefile | 11 +
board/renesas/stout/cpld.c | 167 +++++
board/renesas/stout/cpld.h | 183 +++++
board/renesas/stout/qos.c | 2435
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
board/renesas/stout/qos.h | 14 +
board/renesas/stout/stout.c | 232 ++++++
configs/stout_defconfig | 21 +
drivers/gpio/sh_pfc.c | 3 +-
drivers/serial/serial_sh.h | 43 +-
include/configs/stout.h | 112 +++
14 files changed, 3239 insertions(+), 11 deletions(-)
create mode 100644 board/renesas/stout/Kconfig
create mode 100644 board/renesas/stout/MAINTAINERS
create mode 100644 board/renesas/stout/Makefile
create mode 100644 board/renesas/stout/cpld.c
create mode 100644 board/renesas/stout/cpld.h
create mode 100644 board/renesas/stout/qos.c
create mode 100644 board/renesas/stout/qos.h
create mode 100644 board/renesas/stout/stout.c
create mode 100644 configs/stout_defconfig
create mode 100644 include/configs/stout.h
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
More information about the U-Boot
mailing list