summaryrefslogtreecommitdiffstats
path: root/sbe
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2016-04-06 02:21:04 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-04-12 11:01:48 -0400
commitc1cf72e07b427cfedd2833b101c76cd1ed5300b9 (patch)
treeaa7fe4bf420f7e931b38b22e8f9f2bbb502e4f0f /sbe
parent5e213b46db68e9f8d8d5be9543f6b70c6d1602e3 (diff)
downloadtalos-sbe-c1cf72e07b427cfedd2833b101c76cd1ed5300b9.tar.gz
talos-sbe-c1cf72e07b427cfedd2833b101c76cd1ed5300b9.zip
Do not copy powermgmt.act
powermgmt.act is not used by any HWPs. It has action errors that simics complains about. Change-Id: I7c8efe14d2b41810f2ae6e6a2ce3a6cbc0c128a1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22934 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'sbe')
-rwxr-xr-xsbe/build/citest/create-sandbox3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbe/build/citest/create-sandbox b/sbe/build/citest/create-sandbox
index e2b2f1f9..ddc212d7 100755
--- a/sbe/build/citest/create-sandbox
+++ b/sbe/build/citest/create-sandbox
@@ -44,7 +44,8 @@ execute_in_sandbox "start_simics -no_start -machine $MACHINE -batch_mode" \
# Copy action files. As we are taking actions files from ppe, copy them here
# so that any workaround necessary can be applied over them in pre-simsetup path
mkdir -p $SANDBOXBASE/src/simu/data/cec-chip
-cp $SBEROOT/import/chips/p9/sw_simulation/* $SANDBOXBASE/src/simu/data/cec-chip || exit -1
+cp $SBEROOT/import/chips/p9/sw_simulation/chip.act $SANDBOXBASE/src/simu/data/cec-chip || exit -1
+cp $SBEROOT/import/chips/p9/sw_simulation/pervasive.act $SANDBOXBASE/src/simu/data/cec-chip || exit -1
# Run postsimsetup workarounds.
echo "----Running postsimsetup workarounds."
OpenPOWER on IntegriCloud