From fac431ed6755c1b66511838e350a987b2ddcb9fb Mon Sep 17 00:00:00 2001 From: Franck LENORMAND Date: Mon, 10 Aug 2020 10:12:42 +0200 Subject: 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 Acked-by: Anson Huang Acked-by: Ye Li --- plat/imx/common/sci/svc/seco/sci_seco_rpc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plat/imx/common/sci/svc/seco/sci_seco_rpc.h') 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 */ -- cgit v1.2.3