summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2017-09-20 21:23:02 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-22 09:45:53 -0400
commit1b0f94cf15432ae3a42fa896332e0e55993ca094 (patch)
tree27d1622c35610898114bab21ed6815d7f7e58ebc
parentc17f8e44c48c17c7ea9f049011e3151eede8d9aa (diff)
downloadtalos-hostboot-1b0f94cf15432ae3a42fa896332e0e55993ca094.tar.gz
talos-hostboot-1b0f94cf15432ae3a42fa896332e0e55993ca094.zip
Secure Boot: Mark CAPP as enforced secure section
Change-Id: Ie01e5998bff83d7828ed862b02009b38905b0472 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46546 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/pnor/pnor_utils.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/pnor/pnor_utils.C b/src/usr/pnor/pnor_utils.C
index 1ba448639..dc94c56e2 100644
--- a/src/usr/pnor/pnor_utils.C
+++ b/src/usr/pnor/pnor_utils.C
@@ -394,7 +394,8 @@ bool PNOR::isEnforcedSecureSection(const uint32_t i_section)
i_section == HCODE ||
i_section == HB_RUNTIME ||
i_section == WOFDATA ||
- i_section == MEMD;
+ i_section == MEMD ||
+ i_section == CAPP;
#endif
#else
return false;
OpenPOWER on IntegriCloud