summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/genPnorImages.pl
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2017-12-11 15:52:06 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-12 17:15:05 -0500
commitfa2acdeb7202692ab0153579b007c70b372a88b4 (patch)
tree330f67c1218d90c5642cceffd64c308a7fccf2ab /src/build/buildpnor/genPnorImages.pl
parent2d590161d70fd1b2b1c267d13de893a2e9e814f5 (diff)
downloadtalos-hostboot-fa2acdeb7202692ab0153579b007c70b372a88b4.tar.gz
talos-hostboot-fa2acdeb7202692ab0153579b007c70b372a88b4.zip
Change FIPS build genPnorImages.pl constant back to 0x40000000
Update the FIPS build genPnorImages.pl build type constant back to correct value of 0x40000000 now that key signers have delivered the correct keys. Change-Id: Ie339072b958b6e64ef9bba751833328f192d5bb8 CMVC-Coreq: 1040274 RTC:182357 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50777 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@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: Stephen M. Cprek <smcprek@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.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index d7340fe1b..d075dd436 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -79,10 +79,7 @@ use constant LOCAL_SIGNING_FLAG => " -flag ";
use constant OP_SIGNING_FLAG => " --flags ";
# Security bits HW flag strings
use constant OP_BUILD_FLAG => 0x80000000;
-# TODO 1633655 For now, as a workaround FIPS_BUILD_FLAG will be the same as
-# OP_BUILD_FLAG until the larger team is ready to take on the new value.
-use constant FIPS_BUILD_FLAG => 0x80000000;
-# use constant FIPS_BUILD_FLAG => 0x40000000;
+use constant FIPS_BUILD_FLAG => 0x40000000;
# Applies to SBE image only
use constant LAB_SECURITY_OVERRIDE_FLAG => 0x00080000;
use constant KEY_TRANSITION_FLAG => 0x00000001;
OpenPOWER on IntegriCloud