Skip to content

Commit

Permalink
Add securerom.bin as a CMVC file to checkin to HB releases
Browse files Browse the repository at this point in the history
Change-Id: Idb869a1b75e55f2bf2ca7fc2d3df98dbc8039538
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35804
Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Stephen Cprek authored and dcrowell77 committed Feb 2, 2017
1 parent ef97aaa commit 6fcb35a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/build/tools/hbRelease
Expand Up @@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2012,2016
# Contributors Listed Below - COPYRIGHT 2012,2017
# [+] International Business Machines Corp.
#
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6fcb35a

Please sign in to comment.