summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/tod_init
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-10-03 14:25:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-10-06 09:08:21 -0500
commit0f49f18f3ddedae549342b8f561d4afb69ea7848 (patch)
tree154440aa7cd785c055269e406ee9afa97c7b3aee /src/usr/hwpf/hwp/tod_init
parent422fcabb8b9b42980f55c136ba8a7dbe4d02dbd2 (diff)
downloadtalos-hostboot-0f49f18f3ddedae549342b8f561d4afb69ea7848.tar.gz
talos-hostboot-0f49f18f3ddedae549342b8f561d4afb69ea7848.zip
SW280955: HWP changes for ensuring that correct TOD OSC is called out ( HWP rev
Change-Id: Ib4317529157f9f4ea8921e6842fafde691b25c66 CQ:SW280955 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13763 Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13767 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/tod_init')
-rw-r--r--src/usr/hwpf/hwp/tod_init/proc_tod_init/proc_tod_init.C35
-rw-r--r--src/usr/hwpf/hwp/tod_init/proc_tod_init/proc_tod_init.H24
2 files changed, 46 insertions, 13 deletions
diff --git a/src/usr/hwpf/hwp/tod_init/proc_tod_init/proc_tod_init.C b/src/usr/hwpf/hwp/tod_init/proc_tod_init/proc_tod_init.C
index a07889146..7fd18d588 100644
--- a/src/usr/hwpf/hwp/tod_init/proc_tod_init/proc_tod_init.C
+++ b/src/usr/hwpf/hwp/tod_init/proc_tod_init/proc_tod_init.C
@@ -22,7 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: proc_tod_init.C,v 1.11 2014/09/09 16:23:42 jklazyns Exp $
+// $Id: proc_tod_init.C,v 1.12 2014/10/03 18:44:41 thi Exp $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2012
// *! All Rights Reserved -- Property of IBM
@@ -42,6 +42,7 @@
//------------------------------------------------------------------------------
// Includes
//------------------------------------------------------------------------------
+#include "proc_tod_utils.H"
#include "proc_tod_init.H"
#include "p8_scom_addresses.H"
@@ -55,12 +56,20 @@ extern "C"
//------------------------------------------------------------------------------
// function: proc_tod_init
//
-// parameters: i_tod_node Reference to TOD topology (FAPI targets included within)
+// parameters:
+// i_tod_node Reference to TOD topology (FAPI targets included within)
+//
+// i_failingTodProc, Porinter to the fapi target, the memory location
+// addressed by this parameter will be populated with processor target
+// which is not able to recieve proper singals from OSC.
+// Caller needs to look at this parameter only when proc_tod_init fails
+// and reason code indicates OSC failure. It is defaulted to NULL.
//
// returns: FAPI_RC_SUCCESS if TOD topology is successfully initialized
// else FAPI or ECMD error is sent through
//------------------------------------------------------------------------------
-fapi::ReturnCode proc_tod_init(const tod_topology_node* i_tod_node)
+fapi::ReturnCode proc_tod_init(const tod_topology_node* i_tod_node,
+ fapi::Target* i_failingTodProc )
{
fapi::ReturnCode rc;
@@ -82,7 +91,7 @@ fapi::ReturnCode proc_tod_init(const tod_topology_node* i_tod_node)
}
//Start configuring each node; (init_tod_node will recurse on each child)
- rc = init_tod_node(i_tod_node);
+ rc = init_tod_node(i_tod_node,i_failingTodProc);
if (!rc.ok())
{
FAPI_ERR("proc_tod_init: Failure initializing TOD!");
@@ -160,12 +169,20 @@ fapi::ReturnCode proc_tod_clear_error_reg(const tod_topology_node* i_tod_node)
//------------------------------------------------------------------------------
// function: init_tod_node
//
-// parameters: i_tod_node Reference to TOD topology (FAPI targets included within)
+// parameters:
+// i_tod_node Reference to TOD topology (FAPI targets included within)
+//
+// i_failingTodProc, Porinter to the fapi target, the memory location
+// addressed by this parameter will be populated with processor target
+// which is not able to recieve proper singals from OSC.
+// Caller needs to look at this parameter only when proc_tod_init fails
+// and reason code indicates OSC failure. It is defaulted to NULL.
//
// returns: FAPI_RC_SUCCESS if TOD topology is successfully initialized
// else FAPI or ECMD error is sent through
//------------------------------------------------------------------------------
-fapi::ReturnCode init_tod_node(const tod_topology_node* i_tod_node)
+fapi::ReturnCode init_tod_node(const tod_topology_node* i_tod_node,
+ fapi::Target* i_failingTodProc)
{
fapi::ReturnCode rc;
ecmdDataBufferBase data(64);
@@ -173,7 +190,7 @@ fapi::ReturnCode init_tod_node(const tod_topology_node* i_tod_node)
uint32_t tod_init_pending_count = 0; // Timeout counter for bits that are cleared by hardware
fapi::Target* target = i_tod_node->i_target;
- FAPI_INF("configure_tod_node: Start: Configuring %s", target->toEcmdString());
+ FAPI_INF("init_tod_node: Start: Configuring %s", target->toEcmdString());
do
{
@@ -347,11 +364,13 @@ fapi::ReturnCode init_tod_node(const tod_topology_node* i_tod_node)
{
FAPI_ERR("init_tod_node: M_PATH_0_STEP_CHECK_ERROR! (TOD_ERROR_REG = 0x%016llX)",data.getDoubleWord(0));
FAPI_SET_HWP_ERROR(rc, RC_PROC_TOD_INIT_M_PATH_0_STEP_CHECK_ERROR);
+ *i_failingTodProc = *target;
}
else if (data.isBitSet(TOD_ERROR_REG_M_PATH_1_STEP_CHECK_ERROR))
{
FAPI_ERR("init_tod_node: M_PATH_1_STEP_CHECK_ERROR! (TOD_ERROR_REG = 0x%016llX)",data.getDoubleWord(0));
FAPI_SET_HWP_ERROR(rc, RC_PROC_TOD_INIT_M_PATH_1_STEP_CHECK_ERROR);
+ *i_failingTodProc = *target;
}
else
{
@@ -383,7 +402,7 @@ fapi::ReturnCode init_tod_node(const tod_topology_node* i_tod_node)
++child)
{
tod_topology_node* tod_node = *child;
- rc = init_tod_node(tod_node);
+ rc = init_tod_node(tod_node,i_failingTodProc);
if (!rc.ok())
{
FAPI_ERR("init_tod_node: Failure configuring downstream node!");
diff --git a/src/usr/hwpf/hwp/tod_init/proc_tod_init/proc_tod_init.H b/src/usr/hwpf/hwp/tod_init/proc_tod_init/proc_tod_init.H
index affac8cfc..0461dae5f 100644
--- a/src/usr/hwpf/hwp/tod_init/proc_tod_init/proc_tod_init.H
+++ b/src/usr/hwpf/hwp/tod_init/proc_tod_init/proc_tod_init.H
@@ -22,7 +22,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: proc_tod_init.H,v 1.4 2013/03/05 23:21:08 jklazyns Exp $
+// $Id: proc_tod_init.H,v 1.5 2014/10/03 18:44:52 thi Exp $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2012
// *! All Rights Reserved -- Property of IBM
@@ -58,8 +58,8 @@
//------------------------------------------------------------------------------
// function pointer typedef definition for HWP call support
-typedef fapi::ReturnCode
-(*proc_tod_init_FP_t) (const tod_topology_node*);
+typedef fapi::ReturnCode (*proc_tod_init_FP_t) (const tod_topology_node*,
+ fapi::Target* );
//------------------------------------------------------------------------------
// Function prototypes
@@ -73,10 +73,17 @@ extern "C"
*
* @param[in] i_tod_node Reference to TOD topology (FAPI targets included within)
*
+ * @param[in] i_failingTodProc, Pointer to the fapi target, the memory location
+ * addressed by this parameter will be populated with processor target
+ * which is not able to recieve proper singals from OSC.
+ * Caller needs to look at this parameter only when proc_tod_init fails
+ * and reason code indicates OSC failure. It is defaulted to NULL.
+ *
* @return FAPI_RC_SUCCESS if TOD topology is successfully initialized
* else FAPI or ECMD error is sent through
*/
-fapi::ReturnCode proc_tod_init(const tod_topology_node* i_tod_node);
+fapi::ReturnCode proc_tod_init(const tod_topology_node* i_tod_node,
+ fapi::Target* i_failingTodProc = NULL );
/**
* @brief Clears TOD error register
@@ -93,10 +100,17 @@ fapi::ReturnCode proc_tod_clear_error_reg(const tod_topology_node* i_tod_node);
*
* @param[in] i_tod_node Reference to TOD topology (FAPI targets included within)
*
+ * @param[in] i_failingTodProc, Pointer to the fapi target, the memory location
+ * addressed by this parameter will be populated with processor target
+ * which is not able to recieve proper singals from OSC.
+ * Caller needs to look at this parameter only when proc_tod_init fails
+ * and reason code indicates OSC failure. It is defaulted to NULL.
+ *
* @return FAPI_RC_SUCCESS if TOD topology is successfully initialized
* else FAPI or ECMD error is sent through
*/
-fapi::ReturnCode init_tod_node(const tod_topology_node* i_tod_node);
+fapi::ReturnCode init_tod_node(const tod_topology_node* i_tod_node,
+ fapi::Target* i_failingTodProc = NULL);
} // extern "C"
OpenPOWER on IntegriCloud