summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/hwasPlatDeconfigGard.C
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2014-07-17 08:43:59 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-31 15:07:33 -0500
commitf8bb2b6c7541260a24d474436cf7392313fd8938 (patch)
tree43846f21264bd2f230bcfd44f1dc8483352587df /src/usr/hwas/hwasPlatDeconfigGard.C
parent0262d5f99f15d5b956de101674e6feb1035a9750 (diff)
downloadtalos-hostboot-f8bb2b6c7541260a24d474436cf7392313fd8938.tar.gz
talos-hostboot-f8bb2b6c7541260a24d474436cf7392313fd8938.zip
Added a new interface platReLogGardError
CQ: SW266697 CMVC-Coreq: 930117 Backport: release-fips811 Change-Id: I03d8ef3ff976bee81b8cff5e8a998ac9daa08115 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12278 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/hwasPlatDeconfigGard.C')
-rw-r--r--src/usr/hwas/hwasPlatDeconfigGard.C10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/hwas/hwasPlatDeconfigGard.C b/src/usr/hwas/hwasPlatDeconfigGard.C
index 261ad13de..9438b042d 100644
--- a/src/usr/hwas/hwasPlatDeconfigGard.C
+++ b/src/usr/hwas/hwasPlatDeconfigGard.C
@@ -65,6 +65,16 @@ errlHndl_t DeconfigGard::platLogEvent(
return l_pErr;
}
+/* Hostboot plat implementation of this function does not need to
+ * re-log the error. Currently, it is handled by FSP since it's a
+ * FSP-based-system requirement.
+ */
+errlHndl_t DeconfigGard::platReLogGardError (GardRecord &i_gardRecord)
+{
+ errlHndl_t l_pErr = NULL;
+ HWAS_INF("Error Log ID: 0x%.8X", i_gardRecord.iv_errlogEid);
+ return l_pErr;
+}
errlHndl_t DeconfigGard::platClearGardRecords(
const Target * const i_pTarget)
OpenPOWER on IntegriCloud