summaryrefslogtreecommitdiffstats
path: root/src/build/citest/etc/workarounds
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2011-07-14 13:49:28 -0500
committerThi N. Tran <thi@us.ibm.com>2011-07-21 09:44:19 -0500
commitf8db3532fc97a0f97d89ee97e85be4d9c81a1c54 (patch)
tree1fdb4bba6868e3fa7971abd54ae2288c0afeed8c /src/build/citest/etc/workarounds
parent471f09f1a9bcc46fc385fa8aca776cb682075c0b (diff)
downloadtalos-hostboot-f8db3532fc97a0f97d89ee97e85be4d9c81a1c54.tar.gz
talos-hostboot-f8db3532fc97a0f97d89ee97e85be4d9c81a1c54.zip
Update addresses used in XSCOM/HWPF test cases to work in VBU
Disable XSCOM and HWPF test cases so automated test doesn't fail Added XSCOM address in trace Re-enable XSCOM and HWPF test cases to be used with new fips build Change to backing build b0720a_1132.750 & fix test cases failure Change-Id: Iac54bdcde54d2d8168455e1f51f6ff309f14918f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/200 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/citest/etc/workarounds')
-rwxr-xr-xsrc/build/citest/etc/workarounds27
1 files changed, 15 insertions, 12 deletions
diff --git a/src/build/citest/etc/workarounds b/src/build/citest/etc/workarounds
index eb6e77a3c..e874d5872 100755
--- a/src/build/citest/etc/workarounds
+++ b/src/build/citest/etc/workarounds
@@ -7,19 +7,22 @@ echo "+++ Copy desired SALERNO config file to sandbox and modify L3 to 8MB."
mkdir -p $sb/simu/configs
cp $BACKING_BUILD/src/simu/configs/P8_SALERNO.config $sb/simu/configs
sed -i -e's/SETENV GFW_P8_SALERNO_L3_MB_SIZE.*/SETENV GFW_P8_SALERNO_L3_MB_SIZE 8/' $sb/simu/configs/P8_SALERNO.config
+sed -i -e's/SETENV GFW_P8_SALERNO_MODEL_EC .*/SETENV GFW_P8_SALERNO_MODEL_EC 910431/' $sb/simu/configs/P8_SALERNO.config
echo "+++ Copy in the P8 scomdef."
-mkdir -p $sb/src/engd/scomdef
-cp /gsa/ausgsa/home/a/n/andrewg/web/public/hostboot/simics/p8_910400.scomdef \
- $sb/src/engd/scomdef/
+mkdir -p $sb/engd/scomdef
+cp /gsa/ausgsa/home/a/n/andrewg/web/public/hostboot/simics/p8_910431.scomdef $sb/engd/scomdef/
-echo "+++ XSCOM patch for HMER status."
-rm $sb/../simics/amd64-linux/lib/p8_phyp_scom.so
-ln -s /afs/rch/usr7/calebs/public/simics/salerno/p8_phyp_scom.so \
- $sb/../simics/amd64-linux/lib/p8_phyp_scom.so
+# These workarounds should no longer be needed.
+# Keep them here just in case.
-echo "+++ Clock state workaround."
-mkdir -p $sb/simu/data/cec-chip
-cp $BACKING_BUILD/src/simu/data/cec-chip/p8.por $sb/simu/data/cec-chip
-sed -i -e's/LOGIC(0xFF000001).*/LOGIC(0xFF000001)=0xFFFFFFFF FFFFFFFF/' \
- $sb/simu/data/cec-chip/p8.por
+#echo "+++ XSCOM patch for HMER status."
+#rm $sb/../simics/amd64-linux/lib/p8_phyp_scom.so
+#ln -s /afs/rch/usr7/calebs/public/simics/salerno/p8_phyp_scom.so \
+# $sb/../simics/amd64-linux/lib/p8_phyp_scom.so
+
+#echo "+++ Clock state workaround."
+#mkdir -p $sb/simu/data/cec-chip
+#cp $BACKING_BUILD/src/simu/data/cec-chip/p8.por $sb/simu/data/cec-chip
+#sed -i -e's/LOGIC(0xFF000001).*/LOGIC(0xFF000001)=0xFFFFFFFF FFFFFFFF/' \
+# $sb/simu/data/cec-chip/p8.por
OpenPOWER on IntegriCloud