summaryrefslogtreecommitdiffstats
path: root/src/build/citest
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/citest
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/citest')
-rwxr-xr-xsrc/build/citest/cxxtest-start.sh2
-rw-r--r--src/build/citest/etc/bbuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/build/citest/cxxtest-start.sh b/src/build/citest/cxxtest-start.sh
index ede7845d4..770f5f365 100755
--- a/src/build/citest/cxxtest-start.sh
+++ b/src/build/citest/cxxtest-start.sh
@@ -38,7 +38,7 @@ if [ "$MACHINE" != "NIMBUS" ] && [ "$MACHINE" != "CUMULUS" ] && \
[ "$MACHINE" != "CUMULUS_CDIMM" ] && [ "$MACHINE" != "FSPBUILD" ];
then
export PATH=$PATH:$SANDBOXBASE/simics/
- export START_SIMICS_CMD="runsim -m $MACHINE hb_script_to_run=$SANDBOXBASE/obj/ppc/simu/scripts/hbfw/startup.simics pnor_img=$SANDBOXBASE/obj/ppc/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"
+ export START_SIMICS_CMD="runsim -m $MACHINE hb_script_to_run=$SANDBOXBASE/obj/ppc/simu/scripts/hbfw/startup.simics pnor_img=$SANDBOXBASE/obj/ppc/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=${BACKING_BUILD}/obj/ppc/simu/data/cec-chip/scandef.abr"
fi
# Front end to autocitest - script to execute unit tests under simics.
diff --git a/src/build/citest/etc/bbuild b/src/build/citest/etc/bbuild
index 873e0f4bd..a6ac16e07 100644
--- a/src/build/citest/etc/bbuild
+++ b/src/build/citest/etc/bbuild
@@ -1 +1 @@
-/esw/fips930/Builds/b0121a_1904.930
+/esw/fips940/Builds/b0516a_1921.940
OpenPOWER on IntegriCloud