summaryrefslogtreecommitdiffstats
path: root/src/build/debug/simics-debug-framework.py
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-05-31 13:00:52 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-06-01 20:31:48 -0500
commit63c956fe6ab673da7b68bcdf12f03608cac368b1 (patch)
tree9719fd668302c0fd2d9134b0c598631c4ac5ffb1 /src/build/debug/simics-debug-framework.py
parent450350b9bdae0f52237e22624f06f8b14854db1a (diff)
downloadtalos-hostboot-63c956fe6ab673da7b68bcdf12f03608cac368b1.tar.gz
talos-hostboot-63c956fe6ab673da7b68bcdf12f03608cac368b1.zip
Support P8 memory map from PHYP
Change-Id: I19e5c373713b6e8b12386266c5c2c3a015068d5a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1132 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/debug/simics-debug-framework.py')
-rwxr-xr-xsrc/build/debug/simics-debug-framework.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/debug/simics-debug-framework.py b/src/build/debug/simics-debug-framework.py
index 682c8aa56..33fcee913 100755
--- a/src/build/debug/simics-debug-framework.py
+++ b/src/build/debug/simics-debug-framework.py
@@ -6,7 +6,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011 - 2012
+# COPYRIGHT International Business Machines Corp. 2011-2012
#
# p1
#
@@ -399,7 +399,7 @@ def magic_instruction_callback(user_arg, cpu, arg):
# fsp-trace style.
writeLongLong(tracBinaryInfoAddr+8,1)
# Save the tracBinary buffer to a file named tracBINARY in current dir
- saveCommand = "p8Proc0.l3_cache_image.save tracBINARY 0x%x %d"%(pTracBinaryBuffer,cbUsed)
+ saveCommand = "(system_cmp0.phys_mem)->map[0][1]->image.save tracBINARY 0x%x %d"%(pTracBinaryBuffer,cbUsed)
SIM_run_alone(run_command, saveCommand )
# Run fsp-trace on tracBINARY file (implied), append output to tracMERG
os.system( "fsp-trace ./ -s hbotStringFile >>tracMERG 2>/dev/null" )
OpenPOWER on IntegriCloud