From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 19 Oct 2018 12:29:43 +0200 Subject: [U-Boot] [PULL] u-boot-socfpga/master Message-ID: <4be93e7a-1302-30c7-62c4-adec07bb801a@gmail.com> 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 6e7a186dc5d50f563e224e9ae7be70defff7ee0d: Merge tag 'arc-more-updates-for-2018.11-rc2-2' of git://git.denx.de/u-boot-arc (2018-10-15 07:20:07 -0400) are available in the Git repository at: git://git.denx.de/u-boot-socfpga.git master for you to fetch changes up to 0baff8a1ed56314f779a2f13b432f9c340956838: socfpga: clean up sfp generation (2018-10-16 11:23:24 +0200) ---------------------------------------------------------------- Ang, Chee Hong (5): arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10 arm: socfpga: stratix10: Add macros for mailbox's arguments arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration Dalon Westergreen (1): socfpga: clean up sfp generation Simon Goldschmidt (3): arm: socfpga: make socfpga_socrates_defconfig boot from QSPI arm: socfpga: fix SPL booting from fpga OnChip RAM arm: socfpga: fpga: fix type of local variable Makefile | 11 ++++-- arch/arm/dts/socfpga_cyclone5_socrates.dts | 2 + arch/arm/mach-socfpga/include/mach/base_addr_ac5.h | 1 + arch/arm/mach-socfpga/include/mach/mailbox_s10.h | 9 ++++- arch/arm/mach-socfpga/include/mach/misc.h | 9 +++++ arch/arm/mach-socfpga/mailbox_s10.c | 48 +++++++++++++++++++++++ arch/arm/mach-socfpga/misc.c | 22 +++++++++++ arch/arm/mach-socfpga/misc_gen5.c | 9 ++++- arch/arm/mach-socfpga/misc_s10.c | 2 + arch/arm/mach-socfpga/spl_gen5.c | 10 +++-- configs/socfpga_stratix10_defconfig | 1 + drivers/fpga/Kconfig | 11 ++++++ drivers/fpga/Makefile | 1 + drivers/fpga/altera.c | 6 +++ drivers/fpga/socfpga_arria10.c | 2 +- drivers/fpga/socfpga_gen5.c | 2 +- drivers/fpga/stratix10.c | 288 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/altera.h | 8 ++++ scripts/Makefile.spl | 12 ------ 19 files changed, 432 insertions(+), 22 deletions(-) create mode 100644 drivers/fpga/stratix10.c