summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/pnor_utils.C
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2017-10-31 08:02:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-07 12:06:42 -0500
commit911996a1c31f7253b8a7be9c7ebc67e562d70b40 (patch)
tree3f4954df9d6ae2f42abc631b7b46e2a65ab5d7ec /src/usr/pnor/pnor_utils.C
parent50a901b1468aecffa093a4c217c7cea7a015e924 (diff)
downloadtalos-hostboot-911996a1c31f7253b8a7be9c7ebc67e562d70b40.tar.gz
talos-hostboot-911996a1c31f7253b8a7be9c7ebc67e562d70b40.zip
Add new pnor section for Centaur hw ref image
Change-Id: Id5b75f4a929456efa5da7f173ecba71af513744f RTC:144141 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49369 Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> 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> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/pnor_utils.C')
-rw-r--r--src/usr/pnor/pnor_utils.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/pnor/pnor_utils.C b/src/usr/pnor/pnor_utils.C
index 8108f0077..bf8a195c2 100644
--- a/src/usr/pnor/pnor_utils.C
+++ b/src/usr/pnor/pnor_utils.C
@@ -392,6 +392,7 @@ bool PNOR::isEnforcedSecureSection(const uint32_t i_section)
i_section == SBKT ||
i_section == OCC ||
i_section == HCODE ||
+ i_section == CENTAUR_HW_IMG ||
i_section == HB_RUNTIME ||
i_section == WOFDATA ||
i_section == MEMD ||
@@ -465,6 +466,7 @@ const char * PNOR::SectionIdToString( uint32_t i_secIdIndex )
"HB_VOLATILE", /**< PNOR::HB_VOLATILE : Semi volatile partition */
"MEMD", /**< PNOR::MEMD : Memory configuration data */
"TESTLOAD", /**< PNOR::TESTLOAD : Secureboot Test Load */
+ "CENHWIMG", /**< PNOR::CENTAUR_HW_IMG : Centaur HCODE ref image */
#endif
};
OpenPOWER on IntegriCloud