summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/genPnorImages.pl
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-04-19 15:20:50 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-28 14:15:32 -0400
commit246654c69f0b76642662a20c374792ea21e2076f (patch)
tree9c90f44ccc3ed9ff63a3d15e3d8f4213fac8f575 /src/build/buildpnor/genPnorImages.pl
parent2a1c0da1e1766caab280528cfa4c74433718c081 (diff)
downloadtalos-hostboot-246654c69f0b76642662a20c374792ea21e2076f.tar.gz
talos-hostboot-246654c69f0b76642662a20c374792ea21e2076f.zip
Sign and Verify the payload partition (port from p8)
Change-Id: I1925f347448accc2c85f57fe63726b2589929881 RTC:171706 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39659 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@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/build/buildpnor/genPnorImages.pl')
-rwxr-xr-xsrc/build/buildpnor/genPnorImages.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index 54f1c82ba..a9052c972 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -509,7 +509,7 @@ sub manipulateImages
my $isNormalSecure = ($eyeCatch eq "SBE");
#$isNormalSecure ||= ($eyeCatch eq "HBRT");
#$isNormalSecure ||= ($eyeCatch eq "SBEC");
- #$isNormalSecure ||= ($eyeCatch eq "PAYLOAD");
+ $isNormalSecure ||= ($eyeCatch eq "PAYLOAD");
#$isNormalSecure ||= ($eyeCatch eq "OCC");
#$isNormalSecure ||= ($eyeCatch eq "CAPP");
#$isNormalSecure ||= ($eyeCatch eq "BOOTKERNEL");
OpenPOWER on IntegriCloud