summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2019-06-25 10:32:16 -0500
committerNicholas E Bofferding <bofferdn@us.ibm.com>2019-08-30 13:15:28 -0500
commite22e362f3cd9b96b845f8c51acd6da97c78554a4 (patch)
tree4b37414e32dbbdb9cc7cdbdd8aabb27fba49e918 /src/build/tools
parent38845b6460903998891709c6a4bfcaec2a9ed837 (diff)
downloadtalos-hostboot-e22e362f3cd9b96b845f8c51acd6da97c78554a4.tar.gz
talos-hostboot-e22e362f3cd9b96b845f8c51acd6da97c78554a4.zip
Axone 2-Proc Standalone Sim Enablement
- XML Additions for all targets on 2nd proc Change-Id: Ib8a860e4679e08253076abbbade98f4ba172e81d RTC: 208448 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82685 Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@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: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E Bofferding <bofferdn@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 ce8f744e3..013700f84 100755
--- a/src/build/tools/hb
+++ b/src/build/tools/hb
@@ -435,7 +435,7 @@ hb_startsimics()
else
VEXEC_STR=""
fi
- export RUNSIMCMD="cd ${SANDBOXBASE}/simics/ &&${VEXEC_STR} ./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 enable_lpc_console=TRUE"
+ export RUNSIMCMD="cd ${SANDBOXBASE}/simics/ &&${VEXEC_STR} ./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=2 enable_lpc_console=TRUE"
echo "**********"
echo $RUNSIMCMD
echo "**********"
OpenPOWER on IntegriCloud