summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-04-03 16:54:49 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-04 11:38:59 -0500
commit36123c3c9911bc6feefc27e17b4285f1079b569f (patch)
tree59af716fcb641a5099de9cc62f36b23be1143796 /src
parent39b58eb2a515c4d53ab599c552ebc7c69f7343f7 (diff)
downloadtalos-hostboot-36123c3c9911bc6feefc27e17b4285f1079b569f.tar.gz
talos-hostboot-36123c3c9911bc6feefc27e17b4285f1079b569f.zip
Disable Multiple Centaurs due to Simics bug
We need to temporarily disable multiple Centaurs in our config until the Simics models work again. Right now they get FSI errors. Change-Id: Ia963ad7e8c90664bfa7d70b8aa2c963d634bbf06 RTC: 39901 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/820 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src')
-rwxr-xr-xsrc/build/citest/etc/workarounds.presimsetup6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build/citest/etc/workarounds.presimsetup b/src/build/citest/etc/workarounds.presimsetup
index 1e0e43d13..ff56666d8 100755
--- a/src/build/citest/etc/workarounds.presimsetup
+++ b/src/build/citest/etc/workarounds.presimsetup
@@ -47,6 +47,12 @@ sed -i -e's/SETENV GFW_SIMICS_ENV_THREADS_PER_CORE.*/SETENV GFW_SIMICS_ENV_THREA
sed -i -e's/SETENV GFW_P8_MURANO_ENABLE_P8_PROC.*/SETENV GFW_P8_MURANO_ENABLE_P8_PROC yes/' $sb/simu/configs/P8_MURANO.config
sed -i -e's/SETENV GFW_SIMICS_ENV_THREADS_PER_CORE.*/SETENV GFW_SIMICS_ENV_THREADS_PER_CORE 8/' $sb/simu/configs/P8_MURANO.config
+#Remove this with Task 39902
+echo "+++ Temporarily disabling multiple Centaurs (Simics bug)."
+sed -i -e's/SETENV GFW_P8_VENICE_CENTAURS_PER_PROC.*/SETENV GFW_P8_VENICE_CENTAURS_PER_PROC 1/' $sb/simu/configs/P8_VENICE.config
+sed -i -e's/SETENV GFW_P8_MURANO_CENTAURS_PER_PROC.*/SETENV GFW_P8_MURANO_CENTAURS_PER_PROC 1/' $sb/simu/configs/P8_MURANO.config
+
+
#Note: Leave this here as an example
#echo "+++ Some message about why you need to do this."
#mkdir -p $sb/simu/data
OpenPOWER on IntegriCloud