[PULL] u-boot-socfpga/master

Marek Vasut marex at denx.de
Wed Feb 5 07:58:12 CET 2020


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(-)


More information about the U-Boot mailing list