MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
[platform/kernel/u-boot.git] / include / altera.h
index ead5d3d..946413c 100644 (file)
@@ -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,
 };
@@ -56,6 +58,8 @@ enum altera_family {
        Altera_StratixV,
        /* SoCFPGA Family */
        Altera_SoCFPGA,
+       /* Intel FPGA Family with SDM (Secure Device Manager) Mailbox */
+       Intel_FPGA_SDM_Mailbox,
 
        /* Add new models here */
 
@@ -116,4 +120,9 @@ int socfpga_load(Altera_desc *desc, const void *rbf_data, size_t rbf_size);
 int stratixv_load(Altera_desc *desc, const void *rbf_data, size_t rbf_size);
 #endif
 
+#ifdef CONFIG_FPGA_INTEL_SDM_MAILBOX
+int intel_sdm_mb_load(Altera_desc *desc, const void *rbf_data,
+                     size_t rbf_size);
+#endif
+
 #endif /* _ALTERA_H_ */