mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table
Enable 'fpga' command in u-boot. User will be able to use the FPGA command to program the FPGA on Stratix10 SoC. Signed-off-by: Ang, Chee Hong <chee.hong.ang@intel.com>
This commit is contained in:
parent
c41e660b6b
commit
877ec6ebbd
7 changed files with 79 additions and 28 deletions
|
@ -39,6 +39,8 @@ enum altera_iface {
|
|||
fast_passive_parallel,
|
||||
/* fast passive parallel with security (FPPS) */
|
||||
fast_passive_parallel_security,
|
||||
/* secure device manager (SDM) mailbox */
|
||||
secure_device_manager_mailbox,
|
||||
/* insert all new types before this */
|
||||
max_altera_iface_type,
|
||||
};
|
||||
|
@ -54,6 +56,8 @@ enum altera_family {
|
|||
Altera_StratixII,
|
||||
/* StratixV Family */
|
||||
Altera_StratixV,
|
||||
/* Stratix10 Family */
|
||||
Intel_FPGA_Stratix10,
|
||||
/* SoCFPGA Family */
|
||||
Altera_SoCFPGA,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue