summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/istep21list.H
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2014-01-27 15:33:09 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-14 12:41:36 -0600
commit10a93afdbdd5bccc9a10b797d66b008580ba16bb (patch)
treecaddb050384fe2eb4cd8844c59a28d9ea9e8b7c0 /src/include/usr/isteps/istep21list.H
parent5850220077f29041920e83de66ec458dac9c82a7 (diff)
downloadtalos-hostboot-10a93afdbdd5bccc9a10b797d66b008580ba16bb.tar.gz
talos-hostboot-10a93afdbdd5bccc9a10b797d66b008580ba16bb.zip
Hostboot Serviceability Review Part 2
Resolving TODOs and ensuring error logs have correct callouts Change-Id: Ic2e65427487fb91553ffe4ed6e3ed922004963ba RTC: 92837 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8374 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/istep21list.H')
-rw-r--r--src/include/usr/isteps/istep21list.H48
1 files changed, 10 insertions, 38 deletions
diff --git a/src/include/usr/isteps/istep21list.H b/src/include/usr/isteps/istep21list.H
index 6a689b37c..5b64e65ba 100644
--- a/src/include/usr/isteps/istep21list.H
+++ b/src/include/usr/isteps/istep21list.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -55,52 +55,26 @@
namespace INITSERVICE
{
const TaskInfo g_istep21[] = {
-
{
-
"", // dummy, index 0
NULL,
- {
- NONE,
- EXT_IMAGE,
- IPL_NOOP,
- false, // true = check for attentions
- }
+ { NONE, EXT_IMAGE, IPL_NOOP, false }
},
-
{
ISTEPNAME(21,01,"host_runtime_setup"),
START_PAYLOAD::call_host_runtime_setup,
- {
- START_FN,
- EXT_IMAGE,
- MPIPL_OP | NORMAL_IPL_OP,
- false,
- }
+ { START_FN, EXT_IMAGE, MPIPL_OP | NORMAL_IPL_OP, false }
},
{
ISTEPNAME(21,02,"host_verify_hdat"),
START_PAYLOAD::call_host_verify_hdat,
- {
- START_FN,
- EXT_IMAGE,
- MPIPL_OP | NORMAL_IPL_OP,
- false,
- }
+ { START_FN, EXT_IMAGE, MPIPL_OP | NORMAL_IPL_OP, false }
},
{
ISTEPNAME(21,03,"host_start_payload"),
START_PAYLOAD::call_host_start_payload,
- {
- START_FN,
- EXT_IMAGE,
- MPIPL_OP | NORMAL_IPL_OP,
- false,
- }
+ { START_FN, EXT_IMAGE, MPIPL_OP | NORMAL_IPL_OP, false }
},
-
-
- // END OF LIST!
};
const DepModInfo g_istep21Dependancies = {
@@ -115,16 +89,14 @@ const DepModInfo g_istep21Dependancies = {
DEP_LIB(libocc.so),
*/
- { 0 },
+ NULL
}
};
-
-// make a struct from the above with the number of items included
-const ExtTaskInfo g_istep21TaskList = {
- &(g_istep21[0]),
- ( sizeof(g_istep21)/sizeof(TaskInfo) ),
- &g_istep21Dependancies // later, depModules struct
+const ExtTaskInfo g_istep21TaskList = {
+ &(g_istep21[0]),
+ ( sizeof(g_istep21)/sizeof(TaskInfo) ),
+ &g_istep21Dependancies
};
}; // end namespace
OpenPOWER on IntegriCloud