summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
diff options
context:
space:
mode:
authorBenjamin Weisenbeck <bweisenb@us.ibm.com>2013-05-23 14:53:31 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-06-11 08:55:15 -0500
commit9f501a4a60af8ff4da2e7a67d2b85057626ac062 (patch)
tree91a370abe4586b9dcc2bc704dd779e6128cbd734 /src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
parent879e709081b0474fd6cafd35378fb601481aeac7 (diff)
downloadtalos-hostboot-9f501a4a60af8ff4da2e7a67d2b85057626ac062.tar.gz
talos-hostboot-9f501a4a60af8ff4da2e7a67d2b85057626ac062.zip
PRD: Enable erepair code on FSP
Change-Id: I4d907e99c498e0c1ba0b0a59870fa2451d2fbb54 RTC: 64173 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4689 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4930
Diffstat (limited to 'src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H b/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
index 2583b456a..50e27a8d0 100755
--- a/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
+++ b/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
@@ -177,6 +177,14 @@ int32_t setVpdFailedLanes(TARGETING::TargetHandle_t i_rxBusTgt,
std::vector<uint8_t> &i_rxFailLanes,
bool & o_thrExceeded);
+/**
+ * @brief Calls io_fir_isolation HWP and commits FAPI errorlog containing
+ * additional FFDC
+ * @param i_rxBusTgt Target of the receiving end of the bus
+ * @return SUCCESS
+ */
+int32_t erepairFirIsolation(TARGETING::TargetHandle_t i_rxBusTgt);
+
//##############################################################################
//## Memory specific functions
//##############################################################################
OpenPOWER on IntegriCloud