[U-Boot] [PATCH v1 0/4] Stratix10 FPGA reconfiguration support
chee.hong.ang at intel.com
chee.hong.ang at intel.com
Fri Oct 5 17:12:15 UTC 2018
From: "Ang, Chee Hong" <chee.hong.ang at intel.com>
This patch enable FPGA reconfiguration for Stratix10 SoC.
This patch works on top of:
https://lists.denx.de/pipermail/u-boot/2018-September/342465.html
Ang, Chee Hong (4):
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
arch/arm/mach-socfpga/include/mach/mailbox_s10.h | 6 +
arch/arm/mach-socfpga/misc.c | 22 ++
arch/arm/mach-socfpga/misc_s10.c | 4 +
configs/socfpga_stratix10_defconfig | 1 +
drivers/fpga/Kconfig | 11 +
drivers/fpga/Makefile | 1 +
drivers/fpga/altera.c | 6 +
drivers/fpga/stratix10.c | 290 +++++++++++++++++++++++
include/altera.h | 8 +
9 files changed, 349 insertions(+)
create mode 100644 drivers/fpga/stratix10.c
--
2.7.4
More information about the U-Boot
mailing list