summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/hwasPlatDeconfigGard.C
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-10-09 19:35:22 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-13 10:56:52 -0600
commitdc6883356b6269f01f40c4e688e2b27453314b78 (patch)
treef9ddc267a0857957a3e4cb3042eb86f475f329b0 /src/usr/hwas/hwasPlatDeconfigGard.C
parentd0b46f99488db08b5d729ea1aa04d744d148d987 (diff)
downloadtalos-hostboot-dc6883356b6269f01f40c4e688e2b27453314b78.tar.gz
talos-hostboot-dc6883356b6269f01f40c4e688e2b27453314b78.zip
add plat calls to support RAT events in doGard.
Change-Id: If8f7b6829002ed746a3763a2292abe06751fb752 CMVC-Prereq: 900117 RTC: 87759 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6596 Tested-by: Jenkins Server 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.C12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/usr/hwas/hwasPlatDeconfigGard.C b/src/usr/hwas/hwasPlatDeconfigGard.C
index 5f658235b..3f1a330a0 100644
--- a/src/usr/hwas/hwasPlatDeconfigGard.C
+++ b/src/usr/hwas/hwasPlatDeconfigGard.C
@@ -47,9 +47,21 @@ namespace HWAS
using namespace HWAS::COMMON;
using namespace TARGETING;
+const uint32_t EMPTY_GARD_RECORDID = 0xFFFFFFFF;
+
void _flush(void *i_addr);
errlHndl_t _GardRecordIdSetup(void *&io_platDeconfigGard);
+errlHndl_t DeconfigGard::platLogEvent(
+ const Target * const i_pTarget,
+ const GardEvent i_eventType)
+{
+ errlHndl_t l_pErr = NULL;
+ HWAS_DBG("LogEvent %d", i_eventType);
+
+ return l_pErr;
+}
+
errlHndl_t DeconfigGard::platClearGardRecords(
const Target * const i_pTarget)
{
OpenPOWER on IntegriCloud