summaryrefslogtreecommitdiffstats
path: root/src/build/tools/hbRelease
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2017-10-27 16:14:07 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-11-08 11:25:50 -0500
commit1100f64331cb45c9c0ac439f673b962bf98c27d3 (patch)
treee66dffc70a6f950a85b5297abea0388b7b4df6a6 /src/build/tools/hbRelease
parent219a0628c4f8f773b930b6936b9a9474e0da829b (diff)
downloadtalos-hostboot-1100f64331cb45c9c0ac439f673b962bf98c27d3.tar.gz
talos-hostboot-1100f64331cb45c9c0ac439f673b962bf98c27d3.zip
Add script to edit hostboot binary images to enable CFM testing
-Add editimgid perl script to grab image id from binary file and upate it with /cfm extension -Modify hbfw/img/makefile to call script when CFM_TEST_IMAGE environment variable is set -Update hbRelease and dist.targets to process the new perl script Change-Id: Ib4816e44932b37c2b432969b8f910d4f0ed381b2 RTC:160351 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48957 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: PAMELA J. EGGLER <eggler@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build/tools/hbRelease')
-rwxr-xr-xsrc/build/tools/hbRelease1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/tools/hbRelease b/src/build/tools/hbRelease
index 67ab9e663..248f36227 100755
--- a/src/build/tools/hbRelease
+++ b/src/build/tools/hbRelease
@@ -430,6 +430,7 @@ sub execute_pre_release
{
$CMVC_FILES .= "src/hbfw/img/hostboot_bootloader.bin ";
$CMVC_FILES .= "src/hbfw/img/hostboot_securerom.bin ";
+ $CMVC_FILES .= "src/hbfw/img/editimgid ";
}
OpenPOWER on IntegriCloud