diff options
author | Ang, Chee Hong | 2018-12-19 18:35:15 -0800 |
---|---|---|
committer | Marek Vasut | 2018-12-20 17:12:25 +0100 |
commit | 877ec6ebbd247d54706e8f18a5d0c85da229a163 (patch) | |
tree | a1b827d9d2345e6401134c8474f6afe76b7ad367 /include/altera.h | |
parent | c41e660b6bb4405fb511c7af29aad4271f6b39a8 (diff) |
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>
Diffstat (limited to 'include/altera.h')
-rw-r--r-- | include/altera.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/altera.h b/include/altera.h index 233b467dba0..22d55cfd73e 100644 --- a/include/altera.h +++ b/include/altera.h @@ -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, |