summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/istep11list.H
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2012-07-05 11:08:27 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-07-09 13:03:22 -0500
commite4a23b3b4b8a7906852a39f7fef202f04f374ce6 (patch)
tree35563b2753a5f08769c8f69977e1522bcc72d19e /src/include/usr/isteps/istep11list.H
parent552815060119a4612ed82c67d31fb38ecee2ccaf (diff)
downloadtalos-hostboot-e4a23b3b4b8a7906852a39f7fef202f04f374ce6.tar.gz
talos-hostboot-e4a23b3b4b8a7906852a39f7fef202f04f374ce6.zip
Move proc_chiplet_scominit initfiles to dmi_scominit
There was miscommunication. Some initfiles were provided and added to proc_chiplet_scominit, but they should have been added to dmi_scominit. Change-Id: I294d2a5909b0858d73eefd031916eb0c87bd6179 RTC: 44692 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1294 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/istep11list.H')
-rw-r--r--src/include/usr/isteps/istep11list.H67
1 files changed, 34 insertions, 33 deletions
diff --git a/src/include/usr/isteps/istep11list.H b/src/include/usr/isteps/istep11list.H
index 50e3b0f3d..3436c90d0 100644
--- a/src/include/usr/isteps/istep11list.H
+++ b/src/include/usr/isteps/istep11list.H
@@ -1,31 +1,32 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/include/usr/isteps/istep4list.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/istep11list.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_ISTEP11LIST_H
#define __ISTEPS_ISTEP11LIST_H
/**
* list of functions called for DMI Training - ISTEP 11 according to Dean's
- * HostBoot IPL Flow v982
+ * HostBoot IPL Flow v1.05
*
* 11.1. dmi_scominit
* : Scom setup on centaur
@@ -35,12 +36,12 @@
* : Calibrate DMI interfaces
* 11.4. dmi_io_run_training
* : Run training on MC buses
- * 11.5. host_startPRD_dmi
+ * 11.5. proc_cen_framelock
+ * : Initialize EDI Frame
+ * 11.6. host_startPRD_dmi
* : Load PRD for DMI domain
- * 11.6. host_attnlisten_cen
+ * 11.7. host_attnlisten_cen
* : Start listening for attentions
- * 11.7. proc_cen_framelock
- * : Initialize EDI Frame
* 11.8. cen_set_inband_addr
* : Set the Inband base addresses
*/
@@ -107,24 +108,24 @@ const TaskInfo g_istep11[] = {
}
},
{
- ISTEPNAME(11,05,"host_startPRD_dmi"), // substep name
- DMI_TRAINING::call_host_startPRD_dmi, // pointer to fn
+ ISTEPNAME(11,05,"proc_cen_framelock"), // substep name
+ DMI_TRAINING::call_proc_cen_framelock, // pointer to fn
{
START_FN, // task type
EXT_IMAGE, // Extended Module
}
},
{
- ISTEPNAME(11,06,"host_attnlisten_cen"), // substep name
- DMI_TRAINING::call_host_attnlisten_cen, // pointer to fn
+ ISTEPNAME(11,06,"host_startPRD_dmi"), // substep name
+ DMI_TRAINING::call_host_startPRD_dmi, // pointer to fn
{
START_FN, // task type
EXT_IMAGE, // Extended Module
}
},
{
- ISTEPNAME(11,07,"proc_cen_framelock"), // substep name
- DMI_TRAINING::call_proc_cen_framelock, // pointer to fn
+ ISTEPNAME(11,07,"host_attnlisten_cen"), // substep name
+ DMI_TRAINING::call_host_attnlisten_cen, // pointer to fn
{
START_FN, // task type
EXT_IMAGE, // Extended Module
OpenPOWER on IntegriCloud