summaryrefslogtreecommitdiff
path: root/plat/imx/common/include/sci/sci.h
diff options
context:
space:
mode:
authorFranck LENORMAND <franck.lenormand@nxp.com>2020-08-10 10:12:42 +0200
committerFranck LENORMAND <franck.lenormand@nxp.com>2020-08-13 15:13:52 +0200
commitfac431ed6755c1b66511838e350a987b2ddcb9fb (patch)
tree64ae1f3e99554546c6fa04b3835995134db5c83f /plat/imx/common/include/sci/sci.h
parente39a0c329049cc8e281adda98fa3071b4bdac87a (diff)
MLK-24474: Add SECO API sc_seco_set_fips_mode
The SCFW API sc_seco_set_fips_mode allow to configure the mode of the FIPS feature on SoC. This configuration is performed on fuses and cannot be reverted. Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com> Acked-by: Anson Huang <anson.huang@nxp.com> Acked-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'plat/imx/common/include/sci/sci.h')
-rw-r--r--plat/imx/common/include/sci/sci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/imx/common/include/sci/sci.h b/plat/imx/common/include/sci/sci.h
index 2c45bb8b..71eb18e5 100644
--- a/plat/imx/common/include/sci/sci.h
+++ b/plat/imx/common/include/sci/sci.h
@@ -17,5 +17,6 @@
#include <sci/svc/rm/sci_rm_api.h>
#include <sci/svc/timer/sci_timer_api.h>
#include <sci/svc/misc/sci_misc_api.h>
+#include <sci/svc/seco/sci_seco_api.h>
#endif /* SCI_H */