aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/common/fconf/arm_fconf_sp.c
diff options
context:
space:
mode:
authorManish Pandey <manish.pandey2@arm.com>2020-07-23 16:54:30 +0100
committerManish Pandey <manish.pandey2@arm.com>2020-07-31 12:46:21 +0100
commit03a5225c6a9371d57c14b2909c48762d07842ef6 (patch)
treee89fa9484b5da0910a1a998554fcbb1de2e0ad64 /plat/arm/common/fconf/arm_fconf_sp.c
parent499f192c1d31189d13fbd69fd71067555b621c53 (diff)
downloadtrusted-firmware-a-03a5225c6a9371d57c14b2909c48762d07842ef6.tar.gz
tbbr/dualroot: rename SP package certificate file
Currently only single signing domain is supported for SP packages but there is plan to support dual signing domains if CoT is dualroot. SP_CONTENT_CERT_ID is the certificate file which is currently generated and signed with trusted world key which in-turn is derived from Silicon provider RoT key. To allow dual signing domain for SP packages, other certificate file will be derived from Platform owned RoT key. This patch renames "SP_CONTENT_CERT_ID" to "SIP_SP_CONTENT_CERT_ID" and does other related changes. Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I0bc445a3ab257e2dac03faa64f46e36a9fed5e93
Diffstat (limited to 'plat/arm/common/fconf/arm_fconf_sp.c')
-rw-r--r--plat/arm/common/fconf/arm_fconf_sp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/arm/common/fconf/arm_fconf_sp.c b/plat/arm/common/fconf/arm_fconf_sp.c
index 3522dcf9d2..4459264c71 100644
--- a/plat/arm/common/fconf/arm_fconf_sp.c
+++ b/plat/arm/common/fconf/arm_fconf_sp.c
@@ -30,7 +30,7 @@ int fconf_populate_arm_sp(uintptr_t config)
union uuid_helper_t uuid_helper;
unsigned int index = 0;
uint32_t val32;
- const unsigned int sp_start_index = SP_CONTENT_CERT_ID + 1;
+ const unsigned int sp_start_index = SP_PKG1_ID;
/* As libfdt use void *, we can't avoid this cast */
const void *dtb = (void *)config;