summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/istep09list.H
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2016-05-27 08:28:51 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-05-31 11:10:03 -0400
commit2d06eff617168231897bd70defa7e7cb38571f02 (patch)
tree5a9eaccfce8542574635e5913caf775862ee4f13 /src/include/usr/isteps/istep09list.H
parent70f8d0bd375bd2363dec005de3fa4be60a695c6f (diff)
downloadtalos-hostboot-2d06eff617168231897bd70defa7e7cb38571f02.tar.gz
talos-hostboot-2d06eff617168231897bd70defa7e7cb38571f02.zip
Hostboot IPL Flow v0.95 Updates
Change-Id: Idb12755e59948c260124b07fe20a31396f7f41fe RTC: 155066 CMVC-Coreq:995561 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25117 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: RAJESWARAN THILLAIGOVINDAN <rajeswgo@in.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/istep09list.H')
-rw-r--r--src/include/usr/isteps/istep09list.H29
1 files changed, 12 insertions, 17 deletions
diff --git a/src/include/usr/isteps/istep09list.H b/src/include/usr/isteps/istep09list.H
index e133ad84c..10b2b9c9b 100644
--- a/src/include/usr/isteps/istep09list.H
+++ b/src/include/usr/isteps/istep09list.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* Contributors Listed Below - COPYRIGHT 2012,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -30,7 +30,7 @@
* @file istep09list.H
*
* IStep 09 Activate PowerBus
- * IPL FLow Doc v0.67 (11/11/15)
+ * IPL FLow Doc v0.95
*
* 09.1 fabric_erepair
* : Restore Fabric Bus eRepair data
@@ -44,10 +44,10 @@
* : Advanced post EI/EDI training
* 09.6 proc_smp_link_layer
* : Start SMP link layer
- * 09.7 host_startprd_pbus
- * : Load PRD for powerbus domain
- * 09.9 proc_fab_iovalid
+ * 09.7 proc_fab_iovalid
* : Lower functional fences on local SMP
+ * 09.8 host_fbc_eff_config_aggregate
+ * : Pick link(s) for coherency
*
* Please see the note in initsvcstructs.H for description of
* the ISTEPNAME macro.
@@ -229,21 +229,16 @@ namespace INITSERVICE
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
},
{
- ISTEPNAME(09,07,"host_startprd_pbus"),
- ISTEP_09::call_host_startprd_pbus,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
- },
- {
- ISTEPNAME(09,08,"host_attnlisten_proc"),
- ISTEP_09::call_host_attnlisten_proc,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
- },
- {
- ISTEPNAME(09,09,"proc_fab_iovalid"),
+ ISTEPNAME(09,07,"proc_fab_iovalid"),
ISTEP_09::call_proc_fab_iovalid,
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
},
-};
+ {
+ ISTEPNAME(09,08,"host_fbc_eff_config_aggregate"),
+ NULL, // @TODO-RTC:154376
+ { NONE, EXT_IMAGE, IPL_NOOP, false }
+ },
+ };
const DepModInfo g_istep09Dependancies = {
{
OpenPOWER on IntegriCloud