[U-Boot] [PULL] u-boot-socfpga/master

The following changes since commit 75ce8c938d39bd22460be66e6bf318bd2410c17b:
Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imx (2019-04-15 07:31:14 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to e09c1a133155724d3369e150f3ab7b63c875101c:
timer: dw-apb: Add missing 64bit up-conversion (2019-04-17 22:20:18 +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
Marek Vasut (1): timer: dw-apb: Add missing 64bit up-conversion
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/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 | 2 ++ 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 ++++ drivers/timer/dw-apb-timer.c | 2 +- include/configs/socfpga_common.h | 1 + 37 files changed, 560 insertions(+), 129 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

On Sun, Apr 21, 2019 at 09:38:17PM +0200, Marek Vasut wrote:
The following changes since commit 75ce8c938d39bd22460be66e6bf318bd2410c17b:
Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imx (2019-04-15 07:31:14 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to e09c1a133155724d3369e150f3ab7b63c875101c:
timer: dw-apb: Add missing 64bit up-conversion (2019-04-17 22:20:18 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini