diff options
| author | Andrew Geissler <andrewg@us.ibm.com> | 2013-04-02 14:03:07 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-04-05 10:52:26 -0500 |
| commit | bfc1a5511eb003271517efa15908f02527be4dff (patch) | |
| tree | fc73b56f7f663944783f1a413ab53fa4377e5176 /src/build/debug | |
| parent | d80544e716c93297feb4c64fceabcdec6c2efbc7 (diff) | |
| download | talos-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-x | src/build/debug/simics-debug-framework.py | 2 |
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 |

