From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 10 Apr 2019 16:46:28 +0200 Subject: [U-Boot] [PULL] u-boot-socfpga/master Message-ID: <30be3991-568a-32a3-4144-5910ccda1ed7@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 3c99166441bf3ea325af2da83cfe65430b49c066: Prepare v2019.04 (2019-04-08 21:40:40 -0400) are available in the Git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to ef8679b24ec6226b7198e06747ff047a16030ca4: arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200) ---------------------------------------------------------------- Ley Foon Tan (7): ddr: altera: stratix10: Move SDRAM size check to SDRAM driver ddr: altera: Stratix10: Add multi-banks DRAM size check configs: stratix10: Change CONFIG_NR_DRAM_BANKS to 2 arm: dts: Stratix10: Modify stratix10 socdk memory node arm: socfpga: stratix10: Add cpu_has_been_warmreset() ddr: altera: Stratix10: Add ECC memory scrubbing arm: dts: Stratix10: Add QSPI node Simon Goldschmidt (9): arm: socfpga: gen5: sync devicetrees to Linux arm: socfpga: gen5: add reset & sdr node to SPL devicetrees reset: socfpga: rename membase ptr to modrst_base arm: socfpga: gen5: deassert peripheral reset by default reset: socfpga: add reset handling for old kernels arm: socfpga: move gen5 SDR driver to DM mtd: rawnand: denali: add reset handling spi: cadence_qspi: add reset handling arm: socfpga: implement proper peripheral reset arch/arm/Kconfig | 2 ++ arch/arm/dts/socfpga-common-u-boot.dtsi | 19 ++++++++++++++++++ arch/arm/dts/socfpga.dtsi | 23 ++++++++++++++++++---- arch/arm/dts/socfpga_arria5_socdk-u-boot.dtsi | 6 ++---- arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts | 5 +---- arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi | 6 ++---- arch/arm/dts/socfpga_cyclone5_de10_nano.dts | 5 +---- arch/arm/dts/socfpga_cyclone5_de1_soc.dts | 5 +---- arch/arm/dts/socfpga_cyclone5_is1.dts | 5 +---- arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi | 6 ++---- arch/arm/dts/socfpga_cyclone5_sockit-u-boot.dtsi | 6 ++---- arch/arm/dts/socfpga_cyclone5_socrates-u-boot.dtsi | 6 ++---- arch/arm/dts/socfpga_cyclone5_socrates.dts | 2 -- arch/arm/dts/socfpga_cyclone5_sr1500.dts | 5 +---- arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi | 6 ++---- arch/arm/dts/socfpga_stratix10.dtsi | 13 ++++++++++++ arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi | 25 +++++++++++++++++++++++ arch/arm/dts/socfpga_stratix10_socdk.dts | 39 +++++++++++++++++++++++++++++++++++- arch/arm/mach-socfpga/include/mach/reset_manager_s10.h | 3 +++ arch/arm/mach-socfpga/include/mach/sdram_gen5.h | 4 ---- arch/arm/mach-socfpga/include/mach/sdram_s10.h | 9 +++++++++ arch/arm/mach-socfpga/misc_gen5.c | 10 ---------- arch/arm/mach-socfpga/reset_manager_s10.c | 9 +++++++++ arch/arm/mach-socfpga/spl_gen5.c | 38 ++++++++++------------------------- arch/arm/mach-socfpga/spl_s10.c | 11 ----------- configs/socfpga_stratix10_defconfig | 2 +- drivers/ddr/altera/Kconfig | 1 + drivers/ddr/altera/sdram_gen5.c | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------- drivers/ddr/altera/sdram_s10.c | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- drivers/ddr/altera/sequencer.c | 9 ++++++++- drivers/ddr/altera/sequencer.h | 35 +++++++++++++++++++++++++++++++++ drivers/mtd/nand/raw/denali.h | 2 ++ drivers/mtd/nand/raw/denali_dt.c | 15 ++++++++++++++ drivers/reset/reset-socfpga.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++----- drivers/spi/cadence_qspi.c | 17 ++++++++++++++++ drivers/spi/cadence_qspi.h | 4 ++++ include/configs/socfpga_common.h | 1 + 37 files changed, 560 insertions(+), 128 deletions(-) create mode 100644 arch/arm/dts/socfpga-common-u-boot.dtsi mode change 100644 => 100755 arch/arm/dts/socfpga_stratix10.dtsi create mode 100755 arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi mode change 100644 => 100755 arch/arm/dts/socfpga_stratix10_socdk.dts