summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/genPnorImages.pl
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2017-06-29 17:03:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-11 16:14:22 -0400
commitcd5de5d8c1f736fdc2160d351820ae94d951a409 (patch)
tree0cffa7248872a03958c08b2c97b67a654a87e260 /src/build/buildpnor/genPnorImages.pl
parent866fdde63a2b8f0f766848018e80df25ae7cc2c3 (diff)
downloadtalos-hostboot-cd5de5d8c1f736fdc2160d351820ae94d951a409.tar.gz
talos-hostboot-cd5de5d8c1f736fdc2160d351820ae94d951a409.zip
Secure Boot: Mark PAYLOAD and CAPP PNOR partitions as secured
Change-Id: I076e1fb883253c01553fef6764617d6e4c83708e RTC: 174017 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42629 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@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.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index 19e6c4779..456656395 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -546,8 +546,8 @@ sub manipulateImages
#$isNormalSecure ||= ($eyeCatch eq "SBEC");
$isNormalSecure ||= ($eyeCatch eq "PAYLOAD");
$isNormalSecure ||= ($eyeCatch eq "OCC");
- #$isNormalSecure ||= ($eyeCatch eq "CAPP");
- #$isNormalSecure ||= ($eyeCatch eq "BOOTKERNEL");
+ $isNormalSecure ||= ($eyeCatch eq "CAPP");
+ $isNormalSecure ||= ($eyeCatch eq "BOOTKERNEL");
$isNormalSecure ||= ($eyeCatch eq "HCODE");
$isNormalSecure ||= ($eyeCatch eq "WOFDATA");
OpenPOWER on IntegriCloud