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

The following changes since commit 86f578ee85a697afb980233312f9aac1d98816df:
Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips (2019-05-04 20:02:42 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to 32e308dd796f34f85d1c088e3218fa3403a9080f:
ARM: socfpga: stratix10: Probe FPGA status before bridge enable (2019-05-06 12:44:45 +0200)
---------------------------------------------------------------- Ang, Chee Hong (2): ARM: socfpga: stratix10: Disable FPGA2SOC reset ARM: socfpga: stratix10: Probe FPGA status before bridge enable
Ley Foon Tan (3): ddr: altera: Compile ALTERA SDRAM in SPL only arm: dts: Stratix10: Add SDRAM node arm: socfpga: Move Stratix 10 SDRAM driver to DM
Makefile | 2 +- arch/arm/dts/socfpga_stratix10.dtsi | 9 +++++ arch/arm/mach-socfpga/Kconfig | 4 +- arch/arm/mach-socfpga/include/mach/reset_manager_s10.h | 2 + arch/arm/mach-socfpga/misc_s10.c | 12 ++++++ arch/arm/mach-socfpga/reset_manager_s10.c | 7 ++-- arch/arm/mach-socfpga/spl_s10.c | 16 +++++--- configs/socfpga_stratix10_defconfig | 1 + drivers/Makefile | 2 +- drivers/ddr/altera/Kconfig | 11 +++--- drivers/ddr/altera/Makefile | 2 +- drivers/ddr/altera/sdram_s10.c | 243 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------ {arch/arm/mach-socfpga/include/mach => drivers/ddr/altera}/sdram_s10.h | 4 -- include/configs/socfpga_stratix10_socdk.h | 5 --- 14 files changed, 218 insertions(+), 102 deletions(-) rename {arch/arm/mach-socfpga/include/mach => drivers/ddr/altera}/sdram_s10.h (97%)

On Tue, May 07, 2019 at 05:43:29AM +0200, Marek Vasut wrote:
The following changes since commit 86f578ee85a697afb980233312f9aac1d98816df:
Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips (2019-05-04 20:02:42 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to 32e308dd796f34f85d1c088e3218fa3403a9080f:
ARM: socfpga: stratix10: Probe FPGA status before bridge enable (2019-05-06 12:44:45 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini