diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2019-02-04 17:33:18 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-11 10:15:36 -0600 |
| commit | 27e1f1e7bd37aa279d4bbd6dfca98670624acca6 (patch) | |
| tree | 8c70072dc28191b701cbcfc3f237d14b17168010 /src/build/tools | |
| parent | 77e4bbb369ee24edca2b6fa19c6395be9aa2e681 (diff) | |
| download | talos-hostboot-27e1f1e7bd37aa279d4bbd6dfca98670624acca6.tar.gz talos-hostboot-27e1f1e7bd37aa279d4bbd6dfca98670624acca6.zip | |
Update simics to latest build for Axone simics bringup
Axone and beyond use the src/build/citest/etc/simbuild file to
declare which version of released simics we want to use. This will
grab a number of simics improvements, highlights are fixes to the
i2c_mux logic and general IPL speed improvements.
Change-Id: I9294d2adf33a8584f5eb1a381a4ba50b932c5ee5
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71355
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-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-x | src/build/tools/hb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/tools/hb b/src/build/tools/hb index 214202278..29c2d43cc 100755 --- a/src/build/tools/hb +++ b/src/build/tools/hb @@ -6,7 +6,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2018 +# Contributors Listed Below - COPYRIGHT 2011,2019 # [+] International Business Machines Corp. # # @@ -424,8 +424,8 @@ 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" - echo "cd ${SANDBOXBASE}/simics/ && ./runsim -m ${MACHINE} -o hb_script_to_run=${MY_DIR}/startup.simics pnor_img=${MY_DIR}/../../../hbfw/img/axone.pnor" - execute_in_sandbox "cd ${SANDBOXBASE}/simics/ && ./runsim -m ${MACHINE} -o hb_script_to_run=${MY_DIR}/startup.simics pnor_img=${MY_DIR}/../../../hbfw/img/axone.pnor" "ppc" + echo "cd ${SANDBOXBASE}/simics/ && ./runsim -m ${MACHINE} hb_script_to_run=${MY_DIR}/startup.simics pnor_img=${MY_DIR}/../../../hbfw/img/axone.pnor" + execute_in_sandbox "cd ${SANDBOXBASE}/simics/ && ./runsim -m ${MACHINE} hb_script_to_run=${MY_DIR}/startup.simics pnor_img=${MY_DIR}/../../../hbfw/img/axone.pnor" "ppc" else execute_in_sandbox \ "start_simics -machine ${MACHINE} ${SIMICSOPTIONS} $*" "ppc" |

