[U-Boot] Please pull u-boot-sh/rmobile branch
Nobuhiro Iwamatsu
iwamatsu at nigauri.org
Wed Aug 2 23:24:45 UTC 2017
Hi Tom,
The following changes since commit 07d778382200a05a8b86cc135f79ec48e386f25a:
Merge git://git.denx.de/u-boot-x86 (2017-08-01 15:38:32 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git rmobile
for you to fetch changes up to 9c552db619b2ab373dbf048714518c74c53e6c2b:
ARM: rmobile: Update defconfig of R-Car Gen3 (2017-08-03 04:29:23 +0900)
----------------------------------------------------------------
Marek Vasut (13):
ARM: rmobile: Add PFC PUEN bank 5 address
ARM: rmobile: ulcb: Add ULCB board support
ARM: rmobile: Increase console buffer sizes
ARM: dts: rmobile: Import DTS from Linux 4.12
ARM: rmobile: Enable OF_CONTROL on RCar Gen3
clk: rmobile: Add RCar Gen3 clock driver
ARM: rmobile: Enable clock framework on Salvator-X
ARM: rmobile: Enable clock framework on ULCB
serial: sh: Convert to Kconfig
serial: sh: Use the clock framework to obtain clock config
net: ravb: Add OF probing support
net: ravb: Detect PHY correctly
net: ravb: Add clock handling support
Nobuhiro Iwamatsu (1):
ARM: rmobile: Update defconfig of R-Car Gen3
arch/arm/dts/Makefile | 6 +
arch/arm/dts/r8a7795-h3ulcb.dts | 376 ++++++++++++++++
arch/arm/dts/r8a7795-salvator-x.dts | 584
+++++++++++++++++++++++++
arch/arm/dts/r8a7795.dtsi | 1866
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/dts/r8a7796-m3ulcb.dts | 188 ++++++++
arch/arm/dts/r8a7796-salvator-x.dts | 269 ++++++++++++
arch/arm/dts/r8a7796.dtsi | 1037
++++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-rmobile/Kconfig.64 | 6 +
arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h | 2 +
board/renesas/ulcb/Kconfig | 15 +
board/renesas/ulcb/MAINTAINERS | 7 +
board/renesas/ulcb/Makefile | 9 +
board/renesas/ulcb/cpld.c | 167 ++++++++
board/renesas/ulcb/ulcb.c | 257 +++++++++++
configs/MigoR_defconfig | 1 +
configs/alt_defconfig | 1 +
configs/ap325rxa_defconfig | 1 +
configs/ap_sh4a_4a_defconfig | 1 +
configs/armadillo-800eva_defconfig | 1 +
configs/blanche_defconfig | 1 +
configs/ecovec_defconfig | 1 +
configs/espt_defconfig | 1 +
configs/gose_defconfig | 1 +
configs/koelsch_defconfig | 1 +
configs/kzm9g_defconfig | 1 +
configs/lager_defconfig | 1 +
configs/mpr2_defconfig | 1 +
configs/ms7720se_defconfig | 1 +
configs/ms7722se_defconfig | 1 +
configs/ms7750se_defconfig | 1 +
configs/porter_defconfig | 1 +
configs/r0p7734_defconfig | 1 +
configs/r2dplus_defconfig | 1 +
configs/r7780mp_defconfig | 1 +
configs/r8a7795_salvator-x_defconfig | 8 +-
configs/r8a7795_ulcb_defconfig | 27 ++
configs/r8a7796_salvator-x_defconfig | 8 +-
configs/r8a7796_ulcb_defconfig | 28 ++
configs/rsk7203_defconfig | 1 +
configs/rsk7264_defconfig | 1 +
configs/rsk7269_defconfig | 1 +
configs/sh7752evb_defconfig | 1 +
configs/sh7753evb_defconfig | 1 +
configs/sh7757lcr_defconfig | 1 +
configs/sh7763rdp_defconfig | 1 +
configs/sh7785lcr_32bit_defconfig | 1 +
configs/sh7785lcr_defconfig | 1 +
configs/shmin_defconfig | 1 +
configs/silk_defconfig | 1 +
configs/stout_defconfig | 1 +
drivers/clk/Kconfig | 1 +
drivers/clk/Makefile | 1 +
drivers/clk/renesas/Kconfig | 13 +
drivers/clk/renesas/Makefile | 1 +
drivers/clk/renesas/clk-rcar-gen3.c | 951
+++++++++++++++++++++++++++++++++++++++++
drivers/net/ravb.c | 65 ++-
drivers/serial/Kconfig | 8 +
drivers/serial/serial_sh.c | 13 +-
include/configs/MigoR.h | 1 -
include/configs/alt.h | 1 -
include/configs/ap325rxa.h | 1 -
include/configs/ap_sh4a_4a.h | 1 -
include/configs/armadillo-800eva.h | 1 -
include/configs/blanche.h | 1 -
include/configs/ecovec.h | 1 -
include/configs/espt.h | 1 -
include/configs/gose.h | 1 -
include/configs/koelsch.h | 1 -
include/configs/kzm9g.h | 1 -
include/configs/lager.h | 1 -
include/configs/mpr2.h | 1 -
include/configs/ms7720se.h | 1 -
include/configs/ms7722se.h | 1 -
include/configs/ms7750se.h | 1 -
include/configs/porter.h | 1 -
include/configs/r0p7734.h | 1 -
include/configs/r2dplus.h | 1 -
include/configs/r7780mp.h | 1 -
include/configs/rcar-gen3-common.h | 10 +-
include/configs/rsk7203.h | 1 -
include/configs/rsk7264.h | 1 -
include/configs/rsk7269.h | 1 -
include/configs/salvator-x.h | 1 -
include/configs/sh7752evb.h | 1 -
include/configs/sh7753evb.h | 1 -
include/configs/sh7757lcr.h | 1 -
include/configs/sh7763rdp.h | 1 -
include/configs/sh7785lcr.h | 1 -
include/configs/shmin.h | 1 -
include/configs/silk.h | 1 -
include/configs/stout.h | 1 -
include/configs/ulcb.h | 109 +++++
include/dt-bindings/clock/r8a7795-cpg-mssr.h | 70 +++
include/dt-bindings/clock/r8a7796-cpg-mssr.h | 69 +++
include/dt-bindings/clock/renesas-cpg-mssr.h | 15 +
include/dt-bindings/power/r8a7795-sysc.h | 42 ++
include/dt-bindings/power/r8a7796-sysc.h | 36 ++
scripts/config_whitelist.txt | 1 -
98 files changed, 6282 insertions(+), 47 deletions(-)
create mode 100644 arch/arm/dts/r8a7795-h3ulcb.dts
create mode 100644 arch/arm/dts/r8a7795-salvator-x.dts
create mode 100644 arch/arm/dts/r8a7795.dtsi
create mode 100644 arch/arm/dts/r8a7796-m3ulcb.dts
create mode 100644 arch/arm/dts/r8a7796-salvator-x.dts
create mode 100644 arch/arm/dts/r8a7796.dtsi
create mode 100644 board/renesas/ulcb/Kconfig
create mode 100644 board/renesas/ulcb/MAINTAINERS
create mode 100644 board/renesas/ulcb/Makefile
create mode 100644 board/renesas/ulcb/cpld.c
create mode 100644 board/renesas/ulcb/ulcb.c
create mode 100644 configs/r8a7795_ulcb_defconfig
create mode 100644 configs/r8a7796_ulcb_defconfig
create mode 100644 drivers/clk/renesas/Kconfig
create mode 100644 drivers/clk/renesas/Makefile
create mode 100644 drivers/clk/renesas/clk-rcar-gen3.c
create mode 100644 include/configs/ulcb.h
create mode 100644 include/dt-bindings/clock/r8a7795-cpg-mssr.h
create mode 100644 include/dt-bindings/clock/r8a7796-cpg-mssr.h
create mode 100644 include/dt-bindings/clock/renesas-cpg-mssr.h
create mode 100644 include/dt-bindings/power/r8a7795-sysc.h
create mode 100644 include/dt-bindings/power/r8a7796-sysc.h
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
More information about the U-Boot
mailing list