From 6fcb35a68a93c30df6070b3526d515247dead301 Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Thu, 2 Feb 2017 09:47:04 -0600 Subject: [PATCH] Add securerom.bin as a CMVC file to checkin to HB releases Change-Id: Idb869a1b75e55f2bf2ca7fc2d3df98dbc8039538 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35804 Reviewed-by: Elizabeth K. Liner Reviewed-by: Prachi Gupta Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Reviewed-by: Daniel M. Crowell --- src/build/tools/hbRelease | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/build/tools/hbRelease b/src/build/tools/hbRelease index 486d94d4970..7c3c1e55589 100755 --- a/src/build/tools/hbRelease +++ b/src/build/tools/hbRelease @@ -6,7 +6,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2012,2016 +# Contributors Listed Below - COPYRIGHT 2012,2017 # [+] International Business Machines Corp. # # @@ -427,6 +427,7 @@ sub execute_pre_release if($release =~ m/fips9/) { $CMVC_FILES .= "src/hbfw/img/hostboot_bootloader.bin "; + $CMVC_FILES .= "src/hbfw/img/hostboot_securerom.bin "; } # CMVC open feature