summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/genPnorImages.pl
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-11-06 16:51:54 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-11-19 15:40:17 -0500
commitf4d54e9c85b36d7d557003ebdfbeb3182636e904 (patch)
tree6ebabc54b1cf9de8bdbf1a8bf11c8a3e1ddb4968 /src/build/buildpnor/genPnorImages.pl
parent1f2edbc95b80c24c9eef2f0be50fbefda7b04780 (diff)
downloadtalos-hostboot-f4d54e9c85b36d7d557003ebdfbeb3182636e904.tar.gz
talos-hostboot-f4d54e9c85b36d7d557003ebdfbeb3182636e904.zip
Fix standalone compile and simics when secureboot compiled out
Change-Id: Ia5e50817208eee672c7899441166add7af718c02 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49329 Tested-by: Jenkins Server <pfd-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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@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, 4 insertions, 0 deletions
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index 1c6abf877..6bfca0884 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -523,6 +523,10 @@ sub manipulateImages
# Partitions that have a hash page table at the beginning of the section
# for secureboot purposes.
my %hashPageTablePartitions = (HBI => 1);
+ if($ENV{'RM_HASH_PAGE_TABLE'})
+ {
+ undef %hashPageTablePartitions;
+ }
my %preReqImages = (
HBB_SW_SIG_FILE => "$bin_dir/$parallelPrefix.hbb_sw_sig.bin"
OpenPOWER on IntegriCloud