summaryrefslogtreecommitdiffstats
path: root/src/build/debug
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2013-04-02 14:03:07 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-05 10:52:26 -0500
commitbfc1a5511eb003271517efa15908f02527be4dff (patch)
treefc73b56f7f663944783f1a413ab53fa4377e5176 /src/build/debug
parentd80544e716c93297feb4c64fceabcdec6c2efbc7 (diff)
downloadtalos-hostboot-bfc1a5511eb003271517efa15908f02527be4dff.tar.gz
talos-hostboot-bfc1a5511eb003271517efa15908f02527be4dff.zip
Support multi-core in standalone and move to new build.
Change-Id: I5e69a15be0117b007dc343fcba5fa7e1493331fc RTC: 68317 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3841 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/debug')
-rwxr-xr-xsrc/build/debug/simics-debug-framework.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/debug/simics-debug-framework.py b/src/build/debug/simics-debug-framework.py
index 4e868d725..d1b4fd452 100755
--- a/src/build/debug/simics-debug-framework.py
+++ b/src/build/debug/simics-debug-framework.py
@@ -353,7 +353,7 @@ def hexDumpToNumber(hexlist):
# Fetch the current HRMOR value.
def getHRMOR():
- runStr = "(system_cmp0.cpu0_0_05_0).read-reg HRMOR"
+ runStr = "(system_cmp0.cpu0_0_04_0).read-reg HRMOR"
( result, out ) = quiet_run_command( runStr, output_modes.regular )
return result
OpenPOWER on IntegriCloud