From fa2acdeb7202692ab0153579b007c70b372a88b4 Mon Sep 17 00:00:00 2001 From: Jaymes Wilks Date: Mon, 11 Dec 2017 15:52:06 -0600 Subject: 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 Reviewed-by: Nicholas E. Bofferding Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Michael Baiocchi Reviewed-by: Stephen M. Cprek Reviewed-by: Daniel M. Crowell --- src/build/buildpnor/genPnorImages.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/build/buildpnor/genPnorImages.pl') 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; -- cgit v1.2.1