From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 5 Feb 2020 07:58:12 +0100 Subject: [PULL] u-boot-socfpga/master In-Reply-To: <20200204041330.GX13379@bill-the-cat> References: <20200202202628.GI13379@bill-the-cat> <9c70aca7-8745-75d7-e91d-5e0917f71682@denx.de> <20200204041330.GX13379@bill-the-cat> 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 31a790bee939e227dfc7e6a6a323b2b13180707f: Merge branch 'master' of git://git.denx.de/u-boot-usb (2020-02-02 15:26:53 -0500) are available in the Git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to 9a5a90ad9b3234c4739427cbe11219c51f0e9bd1: ddr: altera: Add DDR2 support to Gen5 driver (2020-02-05 03:01:57 +0100) ---------------------------------------------------------------- Ley Foon Tan (1): reset: socfpga: Poll for reset status after deassert reset Marek Vasut (5): ARM: socfpga: Drop last use of socfpga_reset_manager watchdog: designware: Migrate CONFIG_DESIGNWARE_WATCHDOG to Kconfig watchdog: designware: Convert to DM and DT probing watchdog: designware: Optionally fetch clock and reset from DT ddr: altera: Add DDR2 support to Gen5 driver arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi | 4 ++ arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi | 4 ++ arch/arm/mach-socfpga/include/mach/sdram_gen5.h | 46 +++++++++++++++---- arch/arm/mach-socfpga/qts-filter.sh | 2 +- arch/arm/mach-socfpga/spl_gen5.c | 5 +-- arch/arm/mach-socfpga/wrap_sdram_config.c | 64 +++++++++++++++++--------- configs/socfpga_stratix10_defconfig | 2 + configs/socfpga_vining_fpga_defconfig | 3 +- drivers/ddr/altera/sdram_gen5.c | 6 ++- drivers/ddr/altera/sequencer.c | 194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------- drivers/ddr/altera/sequencer.h | 1 + drivers/reset/reset-socfpga.c | 6 ++- drivers/watchdog/Kconfig | 7 +++ drivers/watchdog/designware_wdt.c | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++---------- include/configs/socfpga_common.h | 3 -- include/configs/socfpga_soc64_common.h | 8 ++-- scripts/config_whitelist.txt | 1 - 17 files changed, 398 insertions(+), 108 deletions(-)