summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/genPnorImages.pl
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2017-05-09 13:51:43 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-05-15 08:53:18 -0400
commit9f8db13fa628edccf3c81fc9a0467fe75d5f23ca (patch)
tree79f8728078e8617d55920c32ae9f1d924e0a6644 /src/build/buildpnor/genPnorImages.pl
parent5d6ef02f7aaae15ec2cccaae05ddc160beca6972 (diff)
downloadtalos-hostboot-9f8db13fa628edccf3c81fc9a0467fe75d5f23ca.tar.gz
talos-hostboot-9f8db13fa628edccf3c81fc9a0467fe75d5f23ca.zip
Sign and Verify the HCODE partition
Change-Id: If594c350ed52ee6b40a5aa9e021c8e5ede8fb8aa RTC:51086 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40294 Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@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: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build/buildpnor/genPnorImages.pl')
-rwxr-xr-xsrc/build/buildpnor/genPnorImages.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index dd0be0fce..cb0cbbf90 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -549,6 +549,7 @@ sub manipulateImages
$isNormalSecure ||= ($eyeCatch eq "OCC");
#$isNormalSecure ||= ($eyeCatch eq "CAPP");
#$isNormalSecure ||= ($eyeCatch eq "BOOTKERNEL");
+ $isNormalSecure ||= ($eyeCatch eq "HCODE");
my $isSpecialSecure = ($eyeCatch eq "HBB");
$isSpecialSecure ||= ($eyeCatch eq "HBD");
OpenPOWER on IntegriCloud