From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 18 Apr 2018 21:57:19 +0200 Subject: [U-Boot] [PULL] u-boot-sh/master Message-ID: <43251f8e-da64-4c3d-1827-95b834e1e466@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e: Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sh.git master for you to fetch changes up to 7d0299cd8f11f33910f15531913ff2e3d1621bda: ARM: rmobile: Update M2 Koelsch (2018-04-17 20:19:57 +0200) ---------------------------------------------------------------- Marek Vasut (7): ARM: rmobile: Add Renesas RPC HF/QSPI DT nodes ARM: rmobile: Enable RPC QSPI on R8A77970 V3M Eagle ARM: rmobile: Disable SDHI on R8A77970 V3M Eagle ARM: rmobile: Enable fitImage support on Gen3 ARM: rmobile: Ignore U-Boot env when started via JTAG on Stout ARM: rmobile: Ignore U-Boot env when started via JTAG on Porter ARM: rmobile: Update M2 Koelsch arch/arm/dts/r8a7791-koelsch-u-boot.dts | 4 ++ arch/arm/dts/r8a7795.dtsi | 8 +++ arch/arm/dts/r8a7796.dtsi | 8 +++ arch/arm/dts/r8a77965.dtsi | 8 +++ arch/arm/dts/r8a77970-eagle.dts | 20 ++++++++ arch/arm/dts/r8a77970.dtsi | 8 +++ arch/arm/dts/r8a77995.dtsi | 8 +++ arch/arm/mach-rmobile/Kconfig.32 | 3 ++ board/renesas/koelsch/Makefile | 6 ++- board/renesas/koelsch/koelsch.c | 187 +++++++++++++++++-------------------------------------------------- board/renesas/koelsch/koelsch_spl.c | 410 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/renesas/porter/porter.c | 16 ++++++ board/renesas/stout/stout.c | 15 ++++++ configs/koelsch_defconfig | 49 ++++++++++++++++-- configs/r8a7795_salvator-x_defconfig | 1 + configs/r8a7795_ulcb_defconfig | 1 + configs/r8a77965_salvator-x_defconfig | 1 + configs/r8a7796_salvator-x_defconfig | 1 + configs/r8a7796_ulcb_defconfig | 1 + configs/r8a77970_eagle_defconfig | 18 ++++--- configs/r8a77995_draak_defconfig | 1 + include/configs/eagle.h | 6 +++ include/configs/koelsch.h | 58 +++++++-------------- 23 files changed, 647 insertions(+), 191 deletions(-) create mode 100644 board/renesas/koelsch/koelsch_spl.c