summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-06-10 17:34:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-13 16:05:00 -0500
commitaa4a14d415c7418ec6e234e5b2dacf0f31040022 (patch)
treeb6c5f53475bd62c798d6b32837d14d57ca236eb7 /src/build/tools
parent3e49ebe43fe8e19ca1bde212e0fcc2e7863bcdac (diff)
downloadtalos-hostboot-aa4a14d415c7418ec6e234e5b2dacf0f31040022.tar.gz
talos-hostboot-aa4a14d415c7418ec6e234e5b2dacf0f31040022.zip
Update bbuild and point axone simics at scandef.abr from bbuild
We had issues updating the backing build because the SBE code was failing to boot without getting updated scandef information. Simics was lagging behind updating their copy of the scandef so we will just point directly to the one in the bbuild we want to use in the cmd line call. Change-Id: I258ccaecc3e17e82de31ff2d6d4359dcb92045b0 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78701 Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/hb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/tools/hb b/src/build/tools/hb
index 17d24983b..0ac8712c2 100755
--- a/src/build/tools/hb
+++ b/src/build/tools/hb
@@ -424,7 +424,7 @@ hb_startsimics()
#export MYDIR=$bb/obj/ppc/hbfw/simics/startup.simics
#then /runsim -m axone -o hb_script_to_run=$MYDIR
export MY_DIR="${SANDBOXBASE}/obj/ppc/simu/scripts/hbfw"
- export RUNSIMCMD="cd ${SANDBOXBASE}/simics/ && ./runsim -m ${MACHINE} hb_script_to_run=${MY_DIR}/startup.simics pnor_img=${MY_DIR}/../../../hbfw/img/axone.pnor sbe_seeprom_img=${SANDBOXBASE}/images/ppc/lab/flash/sbe_seeprom_p9a_10.bin.ecc num_procs=1 vpd_proc=vpd/images/53e4ec8a5d8439c961a18442bef70102 enable_lpc_console=TRUE"
+ export RUNSIMCMD="cd ${SANDBOXBASE}/simics/ && ./runsim -m ${MACHINE} hb_script_to_run=${MY_DIR}/startup.simics pnor_img=${MY_DIR}/../../../hbfw/img/axone.pnor sbe_seeprom_img=${SANDBOXBASE}/images/ppc/lab/flash/sbe_seeprom_p9a_10.bin.ecc num_procs=1 vpd_proc=vpd/images/53e4ec8a5d8439c961a18442bef70102 enable_lpc_console=TRUE proc_scandef_abr=${DRIVER}/obj/ppc/simu/data/cec-chip/scandef.abr"
echo "**********
echo $RUNSIMCMD
echo "**********
OpenPOWER on IntegriCloud