summaryrefslogtreecommitdiffstats
path: root/src/build/citest/autocitest
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-05-01 15:14:05 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-05-24 10:35:41 -0500
commitfc433c65ca76105816ffe39bffc7f5d23345104b (patch)
treef6530d518b4223b07dd14e5ddc6fc48b83db3258 /src/build/citest/autocitest
parent5e0ff967b230bb2de22a7ea855931586f60bcf89 (diff)
downloadtalos-hostboot-fc433c65ca76105816ffe39bffc7f5d23345104b.tar.gz
talos-hostboot-fc433c65ca76105816ffe39bffc7f5d23345104b.zip
Pick up Simics FSI fixes for multiple chips
Updating the Simics level to get FSI fixes to allow multiple chips to work. This also allows us to remove some previous workarounds. The new Simics build pulled in a different PNOR so needed to disable some of the tests. The new Simics build also modified some of the L3 objects so changes were required to some debug tools. Had to update the VENICE config since Ched rewired it to look like MURANO/Tuleta. Testing: Verified 2-proc, 4-centaur MURANO config Verified 2-proc, 4-centaur VENICE config Change-Id: I6aaaf8aad2f82dbfffb8ade551d545bedaa3e048 RTC: 41305 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1066 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/citest/autocitest')
-rwxr-xr-xsrc/build/citest/autocitest3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/citest/autocitest b/src/build/citest/autocitest
index bd41cfccd..cc49290ea 100755
--- a/src/build/citest/autocitest
+++ b/src/build/citest/autocitest
@@ -107,6 +107,7 @@ fi
## set up
##
DRIVER="$1" ## backing tree
+export bb=$DRIVER ## simulate a workon
TEST_SANDBOX="$2" ## test sandbox
HBICORE_TEST="$3" ## path to hbicore_test.img
@@ -387,7 +388,7 @@ tracecalls=`cat $SBXHOME/tracecalls.log | xargs echo -n`
echo "====> dump printk buffer..."
-autosim $NOWIN --simcmd "memory_image_ln0.save ${SBXHOME}/testprintk.log 0x$printk_buffer_addr 0x$printk_buffer_size" 1> /dev/null 2> /dev/null
+autosim $NOWIN --simcmd "p8Proc0.l3_cache_image.save ${SBXHOME}/testprintk.log 0x$printk_buffer_addr 0x$printk_buffer_size" 1> /dev/null 2> /dev/null
if [ $? -ne 0 ] ; then
echo "ERROR: Unable to run $?"
stopsim
OpenPOWER on IntegriCloud