mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
committed by
Marek Vasut
parent
c41e660b6b
commit
877ec6ebbd
@@ -39,6 +39,9 @@ static const struct altera_fpga {
|
||||
#if defined(CONFIG_FPGA_STRATIX_V)
|
||||
{ Altera_StratixV, "StratixV", stratixv_load, NULL, NULL },
|
||||
#endif
|
||||
#if defined(CONFIG_FPGA_STRATIX10)
|
||||
{ Intel_FPGA_Stratix10, "Stratix10", stratix10_load, NULL, NULL },
|
||||
#endif
|
||||
#if defined(CONFIG_FPGA_SOCFPGA)
|
||||
{ Altera_SoCFPGA, "SoC FPGA", socfpga_load, NULL, NULL },
|
||||
#endif
|
||||
@@ -154,6 +157,9 @@ int altera_info(Altera_desc *desc)
|
||||
case fast_passive_parallel_security:
|
||||
printf("Fast Passive Parallel with Security (FPPS)\n");
|
||||
break;
|
||||
case secure_device_manager_mailbox:
|
||||
puts("Secure Device Manager (SDM) Mailbox\n");
|
||||
break;
|
||||
/* Add new interface types here */
|
||||
default:
|
||||
printf("Unsupported interface type, %d\n", desc->iface);
|
||||
|
Reference in New Issue
Block a user