summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/genPnorImages.pl
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2017-05-24 10:44:49 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-31 16:08:46 -0400
commite263958ff610eeee6500ef6c08c6ec07fd135afe (patch)
treeebd177b22e96fc6eeaba44039687441d079e30f7 /src/build/buildpnor/genPnorImages.pl
parentddfce1bdb0777724f17eda1559db2a8270912eac (diff)
downloadtalos-hostboot-e263958ff610eeee6500ef6c08c6ec07fd135afe.tar.gz
talos-hostboot-e263958ff610eeee6500ef6c08c6ec07fd135afe.zip
Secure WOF data support in HB standalone
Adds secure signing of WOF data for HB standalone and ensures the section is loaded when needed and available for reuse more than once during the IPL. Change-Id: Idd5f611030033ea165cde51ace987fa6847b78e7 RTC:170715 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41172 Reviewed-by: Michael Baiocchi <mbaiocch@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> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@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 cb0cbbf90..e3aa776f8 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -550,6 +550,7 @@ sub manipulateImages
#$isNormalSecure ||= ($eyeCatch eq "CAPP");
#$isNormalSecure ||= ($eyeCatch eq "BOOTKERNEL");
$isNormalSecure ||= ($eyeCatch eq "HCODE");
+ $isNormalSecure ||= ($eyeCatch eq "WOFDATA");
my $isSpecialSecure = ($eyeCatch eq "HBB");
$isSpecialSecure ||= ($eyeCatch eq "HBD");
OpenPOWER on IntegriCloud