summaryrefslogtreecommitdiffstats
path: root/src/build/simics/hb-simdebug.py
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2012-04-06 10:43:34 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-06 11:09:27 -0500
commit3de79fd2abfe0ef165a55ec06cc917a631be5705 (patch)
treeeb2f60829e928b51326915bd5b1b1dcd4f85c2e5 /src/build/simics/hb-simdebug.py
parent3b9b970812926d1cbc063174dd7f097b4fcb3793 (diff)
downloadtalos-hostboot-3de79fd2abfe0ef165a55ec06cc917a631be5705.tar.gz
talos-hostboot-3de79fd2abfe0ef165a55ec06cc917a631be5705.zip
Patch for HWAS to work with hb-istep
HWAS stubs (istep 6) are numbered 3, 5, and 6 but are in the table as 0,1,2 . When hb-istep calls istep 6.3 it will get a "not found" error. Short term solution for this sprint is to renumber the stubs to 0,1,2 . This will be fixed permanently in another patch Add IStep Stubs for all ISteps in IPL Flow Document (task 39253) Change-Id: I7647c4405e1a19a83fe35af5ca6152b6585123d4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/834 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/simics/hb-simdebug.py')
-rwxr-xr-xsrc/build/simics/hb-simdebug.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/build/simics/hb-simdebug.py b/src/build/simics/hb-simdebug.py
index 9971283a4..9daabaf5c 100755
--- a/src/build/simics/hb-simdebug.py
+++ b/src/build/simics/hb-simdebug.py
@@ -461,12 +461,7 @@ def istepHB( symsFile, str_arg1 ):
## start with empty inList. Put some dummy isteps in istep4 for debug.
n = 25 ## size of inlist array
inList = [[None]*n for x in xrange(n)] ## init to nothing
- inList[4][0] = "i1"
- inList[4][1] = "i2"
- inList[4][2] = "i3"
- inList[4][3] = "i4"
-
-
+
## bump seqnum
bump_g_SeqNum()
OpenPOWER on IntegriCloud