From d8fdb9f6399d602c3314fe8a0a6578364e886120 Mon Sep 17 00:00:00 2001 From: Brian Horton Date: Tue, 25 Jun 2013 16:43:53 -0500 Subject: rework gard interfaces to handle new hwsv functions the FSP gard records will now be stored in the system model, so the gard functions change to support new platform specific functions. Change-Id: I9a847a3defa7e613d128b1077763640e124360a8 RTC: 73818 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5806 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: SHELDON R. BAILEY Reviewed-by: A. Patrick Williams III --- src/include/usr/hwas/hwasPlatDeconfigGard.H | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/include/usr/hwas/hwasPlatDeconfigGard.H') diff --git a/src/include/usr/hwas/hwasPlatDeconfigGard.H b/src/include/usr/hwas/hwasPlatDeconfigGard.H index 2f229c164..098e2c08b 100644 --- a/src/include/usr/hwas/hwasPlatDeconfigGard.H +++ b/src/include/usr/hwas/hwasPlatDeconfigGard.H @@ -53,5 +53,17 @@ #define HWAS_GET_SINGLETON(__TYPE__) \ __TYPE__::instance() +namespace HWAS +{ + +struct HBDeconfigGard +{ + // GARD Record Data + uint32_t iv_nextGardRecordId; // Next GARD Record ID to use + uint32_t iv_maxGardRecords; // Maximum number of GARD Records + void *iv_pGardRecords; // Pointer to the GARD Records in PNOR +}; + +} // namespace HWAS #endif // HWASPLATDECONFIGGARD_H_ -- cgit v1.2.1