From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 13 Apr 2020 22:02:53 +0200 Subject: [PULL] u-boot-socfpga/master Message-ID: <829c79c9-5d7f-5b0f-6a01-e7f069cff1b0@denx.de> 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 995972ddbbcc5fccd324ab384bca9af90e710755: Merge tag 'dm-pull9apr20' of git://git.denx.de/u-boot-dm (2020-04-10 11:40:28 -0400) are available in the Git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to 3958ef307e09a28ce649dd7d6e0cb398996dcaa5: arm: socfpga: arria10: Enable cache driver in SPL (2020-04-13 13:49:51 +0200) ---------------------------------------------------------------- Ley Foon Tan (3): arm: dts: arria10: Move uboot specific properties to u-boot.dtsi arm: dts: arria10: Update dtsi/dts from Linux arm: socfpga: arria10: Enable cache driver in SPL Marek Vasut (1): ARM: socfpga: Enable DM RTC bootcount on ABB SECU1 arch/arm/dts/socfpga_arria10-u-boot.dtsi | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/dts/socfpga_arria10.dtsi | 118 ++++++++++++++++++++++++++++++++++-------------------------------- arch/arm/dts/socfpga_arria10_socdk-u-boot.dtsi | 17 ++++++++++ arch/arm/dts/socfpga_arria10_socdk.dtsi | 66 ++++++++++++++++--------------------- arch/arm/dts/socfpga_arria10_socdk_sdmmc-u-boot.dtsi | 46 ++++++++++++++++++++++++++ arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts | 53 ++---------------------------- arch/arm/dts/socfpga_arria5_secu1.dts | 6 ++++ arch/arm/mach-socfpga/Kconfig | 1 + configs/socfpga_secu1_defconfig | 5 +++ 9 files changed, 308 insertions(+), 146 deletions(-) create mode 100644 arch/arm/dts/socfpga_arria10-u-boot.dtsi create mode 100644 arch/arm/dts/socfpga_arria10_socdk-u-boot.dtsi create mode 100644 arch/arm/dts/socfpga_arria10_socdk_sdmmc-u-boot.dtsi