summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/bus_training/erepairAccessorHwpFuncs.C
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2014-05-27 13:14:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-05-29 10:38:20 -0500
commitc4594ec503b576f5e8d448024c0d3689903e28a6 (patch)
treefa40b1f65f00e661addfe59f2c246ca571eb4044 /src/usr/hwpf/hwp/bus_training/erepairAccessorHwpFuncs.C
parent25b9110ea8ed6a0563b4ebee3bb25a3a1f8ba60b (diff)
downloadtalos-hostboot-c4594ec503b576f5e8d448024c0d3689903e28a6.tar.gz
talos-hostboot-c4594ec503b576f5e8d448024c0d3689903e28a6.zip
SW258709: Sync erepair FAPI code across FSP/eKB/Hostboot
Change-Id: I1de6583ec14c66dc894b67143eeb4b50a6ea7eea CQ:SW258709 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11301 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/11304 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/bus_training/erepairAccessorHwpFuncs.C')
-rw-r--r--src/usr/hwpf/hwp/bus_training/erepairAccessorHwpFuncs.C11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/usr/hwpf/hwp/bus_training/erepairAccessorHwpFuncs.C b/src/usr/hwpf/hwp/bus_training/erepairAccessorHwpFuncs.C
index 7c266035f..349d9817e 100644
--- a/src/usr/hwpf/hwp/bus_training/erepairAccessorHwpFuncs.C
+++ b/src/usr/hwpf/hwp/bus_training/erepairAccessorHwpFuncs.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* COPYRIGHT International Business Machines Corp. 2013,2014 */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -20,6 +20,7 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
+// $Id: erepairAccessorHwpFuncs.C,v 1.2 2014/04/29 11:58:49 bilicon Exp $
/**
* @file erepairAccessorHwpFuncs.C
*
@@ -483,7 +484,7 @@ fapi::ReturnCode erepairGetRestoreLanes(const fapi::Target &i_endp1_target,
if(o_endp1_txFaillanes.size() > l_threshold)
{
l_thresholdExceed = true;
- l_numTxFailLanes = o_endp1_txFaillanes.size();
+ l_numTxFailLanes = o_endp1_txFaillanes.size();
FAPI_ERR("erepairGetRestoreLanes: eRepair threshold exceed error"
" seen in Tx of endp1 target. No.of lanes: %d",
@@ -494,7 +495,7 @@ fapi::ReturnCode erepairGetRestoreLanes(const fapi::Target &i_endp1_target,
if(o_endp1_rxFaillanes.size() > l_threshold)
{
l_thresholdExceed = true;
- l_numRxFailLanes = o_endp1_rxFaillanes.size();
+ l_numRxFailLanes = o_endp1_rxFaillanes.size();
FAPI_ERR("erepairGetRestoreLanes: eRepair threshold exceed error"
" seen in Rx of endp1 target. No.of lanes: %d",
@@ -505,7 +506,7 @@ fapi::ReturnCode erepairGetRestoreLanes(const fapi::Target &i_endp1_target,
if(o_endp2_txFaillanes.size() > l_threshold)
{
l_thresholdExceed = true;
- l_numTxFailLanes = o_endp2_txFaillanes.size();
+ l_numTxFailLanes = o_endp2_txFaillanes.size();
FAPI_ERR("erepairGetRestoreLanes: eRepair threshold exceed error"
" seen in Tx of endp2 target. No.of lanes: %d",
@@ -516,7 +517,7 @@ fapi::ReturnCode erepairGetRestoreLanes(const fapi::Target &i_endp1_target,
if(o_endp2_rxFaillanes.size() > l_threshold)
{
l_thresholdExceed = true;
- l_numRxFailLanes = o_endp2_rxFaillanes.size();
+ l_numRxFailLanes = o_endp2_rxFaillanes.size();
FAPI_ERR("erepairGetRestoreLanes: eRepair threshold exceed error"
" seen in Rx of endp2 target. No.of lanes: %d",
OpenPOWER on IntegriCloud