From 1ae7b6f6b1dcc8669743c81a41423d8eca45949b Mon Sep 17 00:00:00 2001 From: Richard Gong Date: Mon, 13 Apr 2020 09:40:43 -0500 Subject: [PATCH] intel: SIP: increase FPGA_CONFIG_SIZE to 32 MB Increase INTEL_SIP_SMC_FPGA_CONFIG_SIZE from 16 to 32MB. We need higher pre-reserved memory size between Intel service layer and secure monitor software so we can handle JIC file authorization. Signed-off-by: Richard Gong Change-Id: Ibab4e42e4b7b93a4cf741e60ec9439359ba0a64c --- plat/intel/soc/common/include/socfpga_sip_svc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/intel/soc/common/include/socfpga_sip_svc.h b/plat/intel/soc/common/include/socfpga_sip_svc.h index 22e54e895..329f511ad 100644 --- a/plat/intel/soc/common/include/socfpga_sip_svc.h +++ b/plat/intel/soc/common/include/socfpga_sip_svc.h @@ -44,7 +44,7 @@ /* FPGA config helpers */ #define INTEL_SIP_SMC_FPGA_CONFIG_ADDR 0x400000 -#define INTEL_SIP_SMC_FPGA_CONFIG_SIZE 16777216 +#define INTEL_SIP_SMC_FPGA_CONFIG_SIZE 0x2000000 /* SMC function IDs for SiP Service queries */ #define SIP_SVC_CALL_COUNT 0x8200ff00