From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 7 May 2019 05:43:29 +0200 Subject: [U-Boot] [PULL] u-boot-socfpga/master Message-ID: 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 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%)