summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H')
-rw-r--r--src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H b/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H
index a798d2296..7a3781f60 100644
--- a/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H
+++ b/src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/include/usr/hwpf/hwp/erepairFailLaneGetHwp.H $ */
+/* $Source: src/include/usr/hwpf/hwp/erepairGetFailedLanesHwp.H $ */
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012 */
+/* COPYRIGHT International Business Machines Corp. 2012,2013 */
/* */
/* p1 */
/* */
@@ -49,13 +49,13 @@ extern "C"
{
/**
- * @brief FW Team HWP that retrieves the eRepair fail lanes.
- * It retrieves the eRepair data from the P8 MVPD and the Centaur FRU
- * VPD sections reserved for Field usage. It then parses the
+ * @brief FW Team HWP that retrieves the eRepair fail lanes from Field VPD.
+ * It retrieves the eRepair data from the P8 MVPD or the Centaur FRU
+ * VPD sections depending on the passed target type. It then parses the
* eRepair data to determine the fail lane numbers on the sub-interfaces
* (Tx and Rx) of the passed bus target.
*
- * @param[in] i_tgtHandle Reference to X-Bus or A-Bus or MCS or Target
+ * @param[in] i_tgtHandle Reference to X-Bus or A-Bus or MCS or memBuf Target
* @param[o] o_txFailLanes Reference to a vector that will hold eRepair fail
* lane numbers of the Tx sub-interface.
* @param[o] o_rxFailLanes Reference to a vector that will hold eRepair fail
@@ -63,8 +63,6 @@ extern "C"
*
* @return ReturnCode
*
- * TODO: i_tgtHandle There will be future support for Centaur Target.
- * RTC Task 51234. Depends on RTC Story 44009
*/
fapi::ReturnCode erepairGetFailedLanesHwp(const fapi::Target &i_tgtHandle,
std::vector<uint8_t> &o_txFailLanes,
OpenPOWER on IntegriCloud