summaryrefslogtreecommitdiffstats
path: root/src/build/citest
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-03-02 14:46:53 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-03-21 16:10:12 -0500
commit368e90dff4f15530ba286e90c3cee574f58a1783 (patch)
treef1f86938caa4bec6ece00e966c5781fd52ac7175 /src/build/citest
parent606503c551de7b751c6a0b78df2b0c43bd9446cd (diff)
downloadtalos-hostboot-368e90dff4f15530ba286e90c3cee574f58a1783.tar.gz
talos-hostboot-368e90dff4f15530ba286e90c3cee574f58a1783.zip
Support P8 mambo model and Murano proc.
RTC: 38206 Change-Id: Iab79041931db533ad6b6ebd057c1ef9fe4c4b8cc Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/714 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/citest')
-rwxr-xr-xsrc/build/citest/etc/workarounds.presimsetup5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/build/citest/etc/workarounds.presimsetup b/src/build/citest/etc/workarounds.presimsetup
index 8a7ea500c..7836ed2b0 100755
--- a/src/build/citest/etc/workarounds.presimsetup
+++ b/src/build/citest/etc/workarounds.presimsetup
@@ -48,6 +48,11 @@ sed -i -e's/SETENV GFW_P8_MURANO_L3_MB_SIZE.*/SETENV GFW_P8_MURANO_L3_MB_SIZE 8/
# Backing build already contains 910431. Leave this workaround here for future scomdef files
#sed -i -e's/SETENV GFW_P8_MURANO_MODEL_EC.*/SETENV GFW_P8_MURANO_MODEL_EC 910431/' $sb/simu/configs/P8_MURANO.config
+echo "+++ Enable P8 Mambo and 8-threads."
+sed -i -e's/SETENV GFW_P8_VENICE_ENABLE_P8_PROC.*/SETENV GFW_P8_VENICE_ENABLE_P8_PROC yes/' $sb/simu/configs/P8_VENICE.config
+sed -i -e's/SETENV GFW_SIMICS_ENV_THREADS_PER_CORE.*/SETENV GFW_SIMICS_ENV_THREADS_PER_CORE 8/' $sb/simu/configs/P8_VENICE.config
+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
#Note: Leave this here as an example
#echo "+++ Some message about why you need to do this."
OpenPOWER on IntegriCloud