summaryrefslogtreecommitdiff
path: root/plat/imx/common/sci/svc/seco/sci_seco_rpc.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/sci/svc/seco/sci_seco_rpc.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/sci/svc/seco/sci_seco_rpc.h')
-rw-r--r--plat/imx/common/sci/svc/seco/sci_seco_rpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/imx/common/sci/svc/seco/sci_seco_rpc.h b/plat/imx/common/sci/svc/seco/sci_seco_rpc.h
index 3688b6d7..ed3fc061 100644
--- a/plat/imx/common/sci/svc/seco/sci_seco_rpc.h
+++ b/plat/imx/common/sci/svc/seco/sci_seco_rpc.h
@@ -51,6 +51,7 @@
#define SECO_FUNC_SECVIO_ENABLE 25U /* Index for sc_seco_secvio_enable() RPC call */
#define SECO_FUNC_SECVIO_CONFIG 26U /* Index for sc_seco_secvio_config() RPC call */
#define SECO_FUNC_SECVIO_DGO_CONFIG 27U /* Index for sc_seco_secvio_dgo_config() RPC call */
+#define SECO_FUNC_SET_FIPS_MODE 29U /* Index for sc_seco_set_fips_mode() RPC call */
/*@}*/
/* Types */