diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2012-04-06 10:43:34 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-04-06 11:09:27 -0500 |
| commit | 3de79fd2abfe0ef165a55ec06cc917a631be5705 (patch) | |
| tree | eb2f60829e928b51326915bd5b1b1dcd4f85c2e5 /src/include | |
| parent | 3b9b970812926d1cbc063174dd7f097b4fcb3793 (diff) | |
| download | talos-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/include')
| -rw-r--r-- | src/include/usr/isteps/istep06list.H | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/usr/isteps/istep06list.H b/src/include/usr/isteps/istep06list.H index 72a394ea4..cdcb8b8dc 100644 --- a/src/include/usr/isteps/istep06list.H +++ b/src/include/usr/isteps/istep06list.H @@ -58,8 +58,10 @@ namespace INITSERVICE */ const TaskInfo g_istep06[] = { + // @ todo isteps are numbered wrong to match up with hb-istep - + // need to add stubs for the other substeps { - ISTEPNAME(6,3,"host_init_fsi"), // substep name + ISTEPNAME(06,00,"host_init_fsi"), // substep name HWAS::host_init_fsi, // pointer to fn { START_FN, // task type @@ -67,7 +69,7 @@ const TaskInfo g_istep06[] = { } }, { - ISTEPNAME(6,5,"host_discover_targets"), // substep name + ISTEPNAME(06,01,"host_discover_targets"), // substep name HWAS::host_discover_targets, // pointer to fn { START_FN, // task type @@ -75,7 +77,7 @@ const TaskInfo g_istep06[] = { } }, { - ISTEPNAME(6, 6, "host_gard"), // substep name + ISTEPNAME(06,02, "host_gard"), // substep name HWAS::host_gard, // pointer to fn { START_FN, // task type |

