summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/slave_sbe
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2014-03-19 08:38:03 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-02 17:17:17 -0500
commit5f089a9dfd51c9318996a143f436e12b96d025c9 (patch)
tree9fb71ea52bf8ffbd332af495a183b7c1b58ec9ef /src/usr/hwpf/hwp/slave_sbe
parentec7743b1c59b7e7deae7ec5a2a2c17325c51185e (diff)
downloadtalos-hostboot-5f089a9dfd51c9318996a143f436e12b96d025c9.tar.gz
talos-hostboot-5f089a9dfd51c9318996a143f436e12b96d025c9.zip
INITPROC: Hostboot - SW249688 RAS misc 1
Change-Id: Ie85a55f5684f414e44db6b403cdc12ae7768ef4a CQ:SW249688 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9734 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/slave_sbe')
-rw-r--r--src/usr/hwpf/hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable.C12
-rw-r--r--src/usr/hwpf/hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable_errors.xml20
2 files changed, 22 insertions, 10 deletions
diff --git a/src/usr/hwpf/hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable.C b/src/usr/hwpf/hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable.C
index faece1ed5..a13f9f78e 100644
--- a/src/usr/hwpf/hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable.C
+++ b/src/usr/hwpf/hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable.C
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013 */
+/* COPYRIGHT International Business Machines Corp. 2013,2014 */
/* */
/* p1 */
/* */
@@ -22,7 +22,7 @@
/* IBM_PROLOG_END_TAG */
// -*- mode: C++; c-file-style: "linux"; -*-
-// $Id: proc_cen_ref_clk_enable.C,v 1.2 2013/08/14 20:44:47 jmcgill Exp $
+// $Id: proc_cen_ref_clk_enable.C,v 1.3 2014/02/28 17:52:45 jmcgill Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_cen_ref_clk_enable.C,v $
//------------------------------------------------------------------------------
// *|
@@ -133,7 +133,8 @@ fapi::ReturnCode proc_cen_ref_clk_enable(const fapi::Target & i_target,
{
// bit offset exceeds field range
FAPI_ERR("proc_cen_ref_clk_enable: Translated Centaur refclock enable bit position is out of range!");
- const uint8_t& POSITION = mcs_unit_id;
+ const fapi::Target& PROC_TARGET = i_target;
+ const uint8_t& CENTAUR_POSITION = mcs_unit_id;
const uint8_t& REFCLOCK_BIT = refclock_bit;
FAPI_SET_HWP_ERROR(rc,
RC_PROC_CEN_REF_CLK_ENABLE_SWIZZLE_ERR);
@@ -158,8 +159,9 @@ fapi::ReturnCode proc_cen_ref_clk_enable(const fapi::Target & i_target,
if (configured_centaurs != i_attached_centaurs)
{
FAPI_ERR("proc_cen_ref_clk_enable: Not all Centaurs marked as attached were configured");
- const uint8_t& CONFIGURED = configured_centaurs;
- const uint8_t& ATTACHED = i_attached_centaurs;
+ const fapi::Target& PROC_TARGET = i_target;
+ const uint8_t& CONFIGURED_CENTAUR_POSITIONS = configured_centaurs;
+ const uint8_t& ATTACHED_CENTAUR_POSITIONS = i_attached_centaurs;
FAPI_SET_HWP_ERROR(rc,
RC_PROC_CEN_REF_CLK_ENABLE_CONFIG_ERR);
break;
diff --git a/src/usr/hwpf/hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable_errors.xml b/src/usr/hwpf/hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable_errors.xml
index eff8ecdc9..769b9d6a9 100644
--- a/src/usr/hwpf/hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable_errors.xml
+++ b/src/usr/hwpf/hwp/slave_sbe/proc_cen_ref_clk_enable/proc_cen_ref_clk_enable_errors.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- IBM CONFIDENTIAL -->
<!-- -->
-<!-- COPYRIGHT International Business Machines Corp. 2013 -->
+<!-- COPYRIGHT International Business Machines Corp. 2013,2014 -->
<!-- -->
<!-- p1 -->
<!-- -->
@@ -20,20 +20,30 @@
<!-- Origin: 30 -->
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
-<!-- $Id: proc_cen_ref_clk_enable_errors.xml,v 1.1 2013/08/14 20:45:46 jmcgill Exp $ -->
+<!-- $Id: proc_cen_ref_clk_enable_errors.xml,v 1.2 2014/02/28 17:53:41 jmcgill Exp $ -->
<!-- Error definitions for proc_cen_ref_clk_enable -->
<hwpErrors>
<!-- *********************************************************************** -->
<hwpError>
<rc>RC_PROC_CEN_REF_CLK_ENABLE_SWIZZLE_ERR</rc>
<description>Translated Centaur refclock enable bit position is out of range.</description>
- <ffdc>POSITION</ffdc>
+ <ffdc>PROC_TARGET</ffdc>
+ <ffdc>CENTAUR_POSITION</ffdc>
<ffdc>REFCLOCK_BIT</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
<hwpError>
<rc>RC_PROC_CEN_REF_CLK_ENABLE_CONFIG_ERR</rc>
<description>Not all Centaurs marked as attached were configured.</description>
- <ffdc>CONFIGURED</ffdc>
- <ffdc>ATTACHED</ffdc>
+ <ffdc>PROC_TARGET</ffdc>
+ <ffdc>CONFIGURED_CENTAUR_POSITIONS</ffdc>
+ <ffdc>ATTACHED_CENTAUR_POSITIONS</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud