summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/istep08list.H
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2012-08-15 16:01:22 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-16 13:54:43 -0500
commit1681d8660846d58472bb717917ec383b49d69faf (patch)
tree9d5449b8aab65fc06bd7c4967db7953be12b8116 /src/include/usr/isteps/istep08list.H
parent3afee991ccf79716b952706edfdf128b16154810 (diff)
downloadtalos-hostboot-1681d8660846d58472bb717917ec383b49d69faf.tar.gz
talos-hostboot-1681d8660846d58472bb717917ec383b49d69faf.zip
Updates to IPL flow v1.08
Change-Id: I496b5739f625dd5111a5cdd144e89dcd43ad1986 RTC: 45712 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1533 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/istep08list.H')
-rw-r--r--src/include/usr/isteps/istep08list.H88
1 files changed, 56 insertions, 32 deletions
diff --git a/src/include/usr/isteps/istep08list.H b/src/include/usr/isteps/istep08list.H
index efe8104d9..b029a328f 100644
--- a/src/include/usr/isteps/istep08list.H
+++ b/src/include/usr/isteps/istep08list.H
@@ -1,26 +1,26 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/include/usr/isteps/istep08list.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/istep08list.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_ISTEP08LIST_H
#define __ISTEPS_ISTEP08LIST_H
@@ -28,19 +28,23 @@
* @file istep08list.H
*
* IStep 08 EDI, EI Initialization
- * IPL FLow Doc v1.01 (03/26/12)
+ * IPL FLow Doc v1.08 (08/13/12)
*
* 08.1 fabric_erepair
* : Restore Fabric/EDI Bus eRepair data
* 08.2 fabric_io_dccal
* : Calibrate Fabric/EDI interfaces
- * 08.3 fabric_io_run_training
+ * 08.3 fabric_pre_trainadv
+ * : Advanced pre EI/EDI training
+ * 08.4 fabric_io_run_training
* : Run training on internal buses
- * 08.4 host_startPRD_pbus
+ * 08.5 fabric_post_trainadv
+ * : Advanced post EI/EDI training
+ * 08.6 host_startPRD_pbus
* : Load PRD for powerbus domain
- * 08.5 host_attnlisten_proc
+ * 08.7 host_attnlisten_proc
* : Start listening for attentions
- * 08.6 proc_fab_iovalid
+ * 08.8 proc_fab_iovalid
* : Lower functional fences on local SMP
*
* *****************************************************************
@@ -93,7 +97,17 @@ namespace INITSERVICE
{
- ISTEPNAME(08,03,"fabric_io_run_training"),
+ ISTEPNAME(08,03,"fabric_pre_trainadv"),
+ EDI_EI_INITIALIZATION::call_fabric_pre_trainadv,
+ {
+ START_FN,
+ EXT_IMAGE,
+ }
+ },
+
+
+ {
+ ISTEPNAME(08,04,"fabric_io_run_training"),
EDI_EI_INITIALIZATION::call_fabric_io_run_training,
{
START_FN,
@@ -103,7 +117,17 @@ namespace INITSERVICE
{
- ISTEPNAME(08,04,"host_startPRD_pbus"),
+ ISTEPNAME(08,05,"fabric_post_trainadv"),
+ EDI_EI_INITIALIZATION::call_fabric_post_trainadv,
+ {
+ START_FN,
+ EXT_IMAGE,
+ }
+ },
+
+
+ {
+ ISTEPNAME(08,06,"host_startPRD_pbus"),
EDI_EI_INITIALIZATION::call_host_startPRD_pbus,
{
START_FN,
@@ -113,7 +137,7 @@ namespace INITSERVICE
{
- ISTEPNAME(08,05,"host_attnlisten_proc"),
+ ISTEPNAME(08,07,"host_attnlisten_proc"),
EDI_EI_INITIALIZATION::call_host_attnlisten_proc,
{
START_FN,
@@ -123,7 +147,7 @@ namespace INITSERVICE
{
- ISTEPNAME(08,06,"proc_fab_iovalid"),
+ ISTEPNAME(08,08,"proc_fab_iovalid"),
EDI_EI_INITIALIZATION::call_proc_fab_iovalid,
{
START_FN,
OpenPOWER on IntegriCloud