summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorRaja Das <rajadas2@in.ibm.com>2016-12-01 21:46:57 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-03-21 04:36:03 -0400
commit3096fa341d7199ad69837d3fbc0200d1074e9a74 (patch)
treec85193beba21da24ce15c47bcc708fcabb4dbcb3 /src/tools
parent5c49c264d74e8d69e3dab8e7849dab69a0e60095 (diff)
downloadtalos-sbe-3096fa341d7199ad69837d3fbc0200d1074e9a74.tar.gz
talos-sbe-3096fa341d7199ad69837d3fbc0200d1074e9a74.zip
BMC Mpipl isteps updated, 50009 Reg updated for Major/Minor Istep
Change-Id: Id06d2f0e84f055feb3080b043f0ac3de3de5ab01 RTC: 164425 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33292 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/debug/sbe-debug.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/debug/sbe-debug.py b/src/tools/debug/sbe-debug.py
index 522a8446..1d1d4a40 100755
--- a/src/tools/debug/sbe-debug.py
+++ b/src/tools/debug/sbe-debug.py
@@ -262,14 +262,14 @@ def parsevalue(iValue):
tempVal = iValue[10:14]
print "SBE Current State : %s (%s)" %(sbeStates[tempVal], tempVal)
- tempVal = iValue[14:18]
+ tempVal = iValue[14:22]
print "Istep Major : %s" %(int(tempVal, 2))
- tempVal = iValue[18:26]
+ tempVal = iValue[22:28]
print "Istep Minor : %s" %(int(tempVal, 2))
- tempVal = iValue[26:34]
- print "Reserved Bit [24:31] : %s" %(tempVal)
+ tempVal = iValue[28:34]
+ print "Reserved Bit [26:31] : %s" %(tempVal)
def usage():
print "usage: testarg.py [-h] [-l {trace,attr,ppestate,sbestate,sbestatus,sbelocalregister}]\n\
OpenPOWER on IntegriCloud