diff options
author | Mark Wenning <wenning@us.ibm.com> | 2012-05-15 17:18:44 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-05-16 11:04:09 -0500 |
commit | bb809cc17398ed47d5ab40c9ffb97f95c5d8779f (patch) | |
tree | 4c2cd62fe9c277e7d7c5f14aa32f22ed819b2d8f /src | |
parent | f28962603a5f1b2039d256f8d339466221a0d42d (diff) | |
download | blackbird-hostboot-bb809cc17398ed47d5ab40c9ffb97f95c5d8779f.tar.gz blackbird-hostboot-bb809cc17398ed47d5ab40c9ffb97f95c5d8779f.zip |
Add remaining hwas stubs to istep 6
- stub out 6.1 and 6.2
- Jim McGuire was complaining that the isteplist.csv file
was "not sorted", so fixed the macro in that file
RTC: 41830
Change-Id: Id1a92d544d04e94dd9abb0434e7cf8e8a7623f12
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1035
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/include/usr/isteps/istep06list.H | 49 | ||||
-rw-r--r-- | src/include/usr/isteps/istep12list.H | 48 |
2 files changed, 49 insertions, 48 deletions
diff --git a/src/include/usr/isteps/istep06list.H b/src/include/usr/isteps/istep06list.H index 9c9fa9493..69465b7ab 100644 --- a/src/include/usr/isteps/istep06list.H +++ b/src/include/usr/isteps/istep06list.H @@ -1,25 +1,26 @@ -// IBM_PROLOG_BEGIN_TAG -// This is an automatically generated prolog. -// -// $Source: src/include/usr/isteps/istep6list.H $ -// -// IBM CONFIDENTIAL -// -// COPYRIGHT International Business Machines Corp. 2011 -// -// p1 -// -// Object Code Only (OCO) source materials -// Licensed Internal Code Source Materials -// IBM HostBoot Licensed Internal Code -// -// The source code for this program is not published or other- -// wise divested of its trade secrets, irrespective of what has -// been deposited with the U.S. Copyright Office. -// -// Origin: 30 -// -// IBM_PROLOG_END +/* IBM_PROLOG_BEGIN_TAG + * This is an automatically generated prolog. + * + * $Source: src/include/usr/isteps/istep06list.H $ + * + * IBM CONFIDENTIAL + * + * COPYRIGHT International Business Machines Corp. 2011 - 2012 + * + * p1 + * + * Object Code Only (OCO) source materials + * Licensed Internal Code Source Materials + * IBM HostBoot Licensed Internal Code + * + * The source code for this program is not published or other- + * wise divested of its trade secrets, irrespective of what has + * been deposited with the U.S. Copyright Office. + * + * Origin: 30 + * + * IBM_PROLOG_END_TAG + */ #ifndef __ISTEPS_ISTEP6LIST_H #define __ISTEPS_ISTEP6LIST_H @@ -67,7 +68,7 @@ const TaskInfo g_istep06[] = { } }, { - ISTEPNAME(06,01,"host_setup"), + ISTEPNAME(06,01,""), // not used. NULL, { NONE, @@ -75,7 +76,7 @@ const TaskInfo g_istep06[] = { } }, { - ISTEPNAME(06,02,"host_istep_enable"), + ISTEPNAME(06,02,""), // not used. NULL, { NONE, diff --git a/src/include/usr/isteps/istep12list.H b/src/include/usr/isteps/istep12list.H index cd24350dc..3e95ae824 100644 --- a/src/include/usr/isteps/istep12list.H +++ b/src/include/usr/isteps/istep12list.H @@ -1,26 +1,26 @@ -// IBM_PROLOG_BEGIN_TAG -// This is an automatically generated prolog. -// -// $Source: src/include/usr/isteps/istep12list.H $ -// -// IBM CONFIDENTIAL -// -// COPYRIGHT International Business Machines Corp. 2012 -// -// p1 -// -// Object Code Only (OCO) source materials -// Licensed Internal Code Source Materials -// IBM HostBoot Licensed Internal Code -// -// The source code for this program is not published or other- -// wise divested of its trade secrets, irrespective of what has -// been deposited with the U.S. Copyright Office. -// -// Origin: 30 -// -// IBM_PROLOG_END - +/* IBM_PROLOG_BEGIN_TAG + * This is an automatically generated prolog. + * + * $Source: src/include/usr/isteps/istep12list.H $ + * + * IBM CONFIDENTIAL + * + * COPYRIGHT International Business Machines Corp. 2012 + * + * p1 + * + * Object Code Only (OCO) source materials + * Licensed Internal Code Source Materials + * IBM HostBoot Licensed Internal Code + * + * The source code for this program is not published or other- + * wise divested of its trade secrets, irrespective of what has + * been deposited with the U.S. Copyright Office. + * + * Origin: 30 + * + * IBM_PROLOG_END_TAG + */ #ifndef __ISTEPS_ISTEP12LIST_H #define __ISTEPS_ISTEP12LIST_H @@ -92,7 +92,7 @@ const TaskInfo g_istep12[] = { } }, { - ISTEPNAME(12,4,"mss_eff_config"), + ISTEPNAME(12,04,"mss_eff_config"), MC_INIT::call_mss_eff_config, { START_FN, |