summaryrefslogtreecommitdiffstats
path: root/src/build/citest/etc/workarounds.presimsetup
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/citest/etc/workarounds.presimsetup')
-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 eb9455f21..a8be1f7b0 100755
--- a/src/build/citest/etc/workarounds.presimsetup
+++ b/src/build/citest/etc/workarounds.presimsetup
@@ -27,6 +27,12 @@
## to setup the sandbox
##
+# remove this with task 40101
+echo "+++ Copy new centaur.act and p8.act for Chip ID/EC."
+mkdir -p $sb/simu/data/cec-chip/
+cat $BACKING_BUILD/src/simu/data/cec-chip/centaur.act $HOSTBOOTROOT/src/build/citest/etc/patches/centaur.act > $sb/simu/data/cec-chip/centaur.act
+cat $BACKING_BUILD/src/simu/data/cec-chip/p8.act $HOSTBOOTROOT/src/build/citest/etc/patches/p8.act > $sb/simu/data/cec-chip/p8.act
+
echo "+++ Copy desired VENICE config file to sandbox and modify L3 to 8MB."
mkdir -p $sb/simu/configs
cp --update $BACKING_BUILD/src/simu/configs/P8_VENICE.config $sb/simu/configs
OpenPOWER on IntegriCloud