summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/genPnorImages.pl
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2017-08-11 09:59:06 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-14 11:09:53 -0400
commit03e14bd03fbacc829cfe387bbf2a4655a5a2fb8c (patch)
tree05724acbb65b392d6d499dbbd0f144575cacd9e5 /src/build/buildpnor/genPnorImages.pl
parent6f3c1d15d742b47eaefae89ecd4b268868b35946 (diff)
downloadtalos-hostboot-03e14bd03fbacc829cfe387bbf2a4655a5a2fb8c.tar.gz
talos-hostboot-03e14bd03fbacc829cfe387bbf2a4655a5a2fb8c.zip
Secure Boot: Support IMA_CATALOG partition signing
Change-Id: Ibf8256406cf2ae6442b6e84f3fcffe354813f322 RTC: 176189 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44525 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: William G. Hoffa <wghoffa@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.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index d94675652..709b51f48 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -558,6 +558,7 @@ sub manipulateImages
$isNormalSecure ||= ($eyeCatch eq "BOOTKERNEL");
$isNormalSecure ||= ($eyeCatch eq "HCODE");
$isNormalSecure ||= ($eyeCatch eq "WOFDATA");
+ $isNormalSecure ||= ($eyeCatch eq "IMA_CATALOG");
my $isSpecialSecure = ($eyeCatch eq "HBB");
$isSpecialSecure ||= ($eyeCatch eq "HBD");
OpenPOWER on IntegriCloud