summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor
diff options
context:
space:
mode:
authorGlenn Miles <milesg@ibm.com>2019-04-24 19:09:15 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-07 09:35:39 -0500
commitf1b76d406973cffd6276fcbf05a036a0ef31b150 (patch)
tree939bd1a6fd2be0b3539e87a5272d7e6f1c2c901d /src/usr/pnor
parentee2270e80fc2d925dc1a93f987035bb8fba15cff (diff)
downloadblackbird-hostboot-f1b76d406973cffd6276fcbf05a036a0ef31b150.tar.gz
blackbird-hostboot-f1b76d406973cffd6276fcbf05a036a0ef31b150.zip
Load and validate OCMB FW image in istep 12.13
Adds function for loading and validating the OCMB firmware image. RTC: 193924 Change-Id: I398d80940710f46cf7e0b66ed663116e574e54b9 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76624 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor')
-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 8858d6826..8adb715aa 100644
--- a/src/usr/pnor/pnor_utils.C
+++ b/src/usr/pnor/pnor_utils.C
@@ -354,7 +354,8 @@ bool PNOR::isEnforcedSecureSection(const uint32_t i_section)
i_section == MEMD ||
i_section == CAPP ||
i_section == TESTLOAD ||
- i_section == VERSION;
+ i_section == VERSION ||
+ i_section == OCMBFW;
#endif
#else
return false;
OpenPOWER on IntegriCloud