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

Marek Vasut marex at denx.de
Sat Jul 29 15:27:19 UTC 2017


The following changes since commit 609bf924117950b88987a5fa477acf1239bfdbc1:

  Convert CONFIG_ENV_IS_IN_ONENAND to Kconfig (2017-07-25 21:34:39 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9af91b7c4041a455de5f3e3da4e36644768bff68:

  arm: socfpga: Enable all FPGA config support for Arria 10 (2017-07-26
10:31:44 +0200)

----------------------------------------------------------------
Tien Fong Chee (8):
      arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
      arm: socfpga: Restructure FPGA driver in the preparation to
support A10
      kconfig: Convert FPGA and FPGA_ALTERA configuration to Kconfig
      kconfig: Convert FPGA_SOCFPGA configuration to Kconfig
      drivers: Enable FPGA driver build on SPL
      configs: Add FPGA driver config for Arria 10
      arm: socfpga: Add FPGA driver support for Arria 10
      arm: socfpga: Enable all FPGA config support for Arria 10

 arch/arm/mach-socfpga/Makefile                             |   2 +-
 arch/arm/mach-socfpga/include/mach/fpga_manager.h          |  70
+++---------
 arch/arm/mach-socfpga/include/mach/fpga_manager_arria10.h  | 100
++++++++++++++++
 arch/arm/mach-socfpga/include/mach/fpga_manager_gen5.h     |  68
+++++++++++
 arch/arm/mach-socfpga/include/mach/reset_manager_arria10.h |   2 +-
 arch/arm/mach-socfpga/reset_manager_arria10.c              |   4 +-
 configs/astro_mcf5373l_defconfig                           |   1 +
 configs/socfpga_arria10_defconfig                          |   2 +
 configs/socfpga_arria5_defconfig                           |   1 +
 configs/socfpga_cyclone5_defconfig                         |   1 +
 configs/socfpga_de0_nano_soc_defconfig                     |   1 +
 configs/socfpga_de10_nano_defconfig                        |   1 +
 configs/socfpga_de1_soc_defconfig                          |   1 +
 configs/socfpga_is1_defconfig                              |   1 +
 configs/socfpga_mcvevk_defconfig                           |   1 +
 configs/socfpga_sockit_defconfig                           |   1 +
 configs/socfpga_socrates_defconfig                         |   1 +
 configs/socfpga_sr1500_defconfig                           |   1 +
 configs/socfpga_vining_fpga_defconfig                      |   1 +
 configs/theadorable_debug_defconfig                        |   1 +
 configs/theadorable_defconfig                              |   1 +
 drivers/Makefile                                           |   1 +
 drivers/fpga/Kconfig                                       |   8 ++
 drivers/fpga/Makefile                                      |   2 +
 drivers/fpga/socfpga.c                                     | 235
+-------------------------------------
 drivers/fpga/socfpga_arria10.c                             | 479
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/fpga/socfpga_gen5.c                                | 252
++++++++++++++++++++++++++++++++++++++++
 include/configs/astro_mcf5373l.h                           |   2 -
 include/configs/socfpga_common.h                           |   6 +-
 include/configs/theadorable.h                              |   2 -
 30 files changed, 947 insertions(+), 302 deletions(-)
 create mode 100644
arch/arm/mach-socfpga/include/mach/fpga_manager_arria10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/fpga_manager_gen5.h
 create mode 100644 drivers/fpga/socfpga_arria10.c
 create mode 100644 drivers/fpga/socfpga_gen5.c


More information about the U-Boot mailing list