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

Marek Vasut marex at denx.de
Mon Jul 29 12:34:43 UTC 2019


The following changes since commit 0de815356474912ef5bef9a69f0327a5a93bb2c2:

  Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)

are available in the Git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to a89c2adc3d2834a7c79c1685155a8b8952cf77f4:

  fpga: arria10: Fix error in fpga pin configuration (2019-07-21
12:47:13 +0200)

----------------------------------------------------------------
Dalon Westergreen (1):
      fpga: arria10: Fix error in fpga pin configuration

Simon Goldschmidt (7):
      arm: socfpga: fix 3 boards missing env var
"socfpga_legacy_reset_compat"
      dm: ddr: socfpga: fix gen5 ddr driver to not use bss
      arm: socfpga: rst: add register definition for cold reset
      sysreset: socfpga: gen5: add sysreset driver
      sysreset: socfpga: stratix10: add sysreset driver
      sysreset: add support for socfpga sysreset
      spl: kconfig: separate sysreset and firmware drivers from misc

 MAINTAINERS                                        |    1 +
 arch/arm/Kconfig                                   |    4 +
 arch/arm/mach-socfpga/Makefile                     |    1 -
 arch/arm/mach-socfpga/include/mach/reset_manager.h |    1 +
 arch/arm/mach-socfpga/reset_manager.c              |   41 -----
 configs/evb-rk3036_defconfig                       |    1 +
 configs/kylin-rk3036_defconfig                     |    1 +
 configs/sandbox_spl_defconfig                      |    1 +
 drivers/Makefile                                   |    6 +-
 drivers/ddr/altera/sequencer.c                     | 1346
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------
 drivers/ddr/altera/sequencer.h                     |   36 +++-
 drivers/firmware/Kconfig                           |    7 +-
 drivers/fpga/socfpga_arria10.c                     |    9 +-
 drivers/reset/reset-socfpga.c                      |   19 ++
 drivers/sysreset/Kconfig                           |   15 ++
 drivers/sysreset/Makefile                          |    2 +
 drivers/sysreset/sysreset_socfpga.c                |   56 ++++++
 drivers/sysreset/sysreset_socfpga_s10.c            |   29 +++
 include/configs/socfpga_dbm_soc1.h                 |    3 +-
 include/configs/socfpga_stratix10_socdk.h          |    3 +-
 include/configs/socfpga_vining_fpga.h              |    1 +
 21 files changed, 889 insertions(+), 694 deletions(-)
 delete mode 100644 arch/arm/mach-socfpga/reset_manager.c
 create mode 100644 drivers/sysreset/sysreset_socfpga.c
 create mode 100644 drivers/sysreset/sysreset_socfpga_s10.c


More information about the U-Boot mailing list