summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plugins/prdfParserEnums.H
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2017-01-17 14:33:15 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2017-02-17 13:54:01 -0500
commitb0b1c62e528e8756282afb304e853c4411c21ac9 (patch)
treef70642119d5f348c9c0fd48aa8756bd421320ef2 /src/usr/diag/prdf/common/plugins/prdfParserEnums.H
parenta3fd64b53ed779b957ef071430c4b80491a33ac1 (diff)
downloadtalos-hostboot-b0b1c62e528e8756282afb304e853c4411c21ac9.tar.gz
talos-hostboot-b0b1c62e528e8756282afb304e853c4411c21ac9.zip
PRD: TD controller state capture data
Change-Id: I63240fd048efdacc9054915ad18d7ac86f5c4503 RTC: 164706 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35276 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36519 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plugins/prdfParserEnums.H')
-rw-r--r--src/usr/diag/prdf/common/plugins/prdfParserEnums.H14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plugins/prdfParserEnums.H b/src/usr/diag/prdf/common/plugins/prdfParserEnums.H
index 59bcc9be3..417c82dea 100644
--- a/src/usr/diag/prdf/common/plugins/prdfParserEnums.H
+++ b/src/usr/diag/prdf/common/plugins/prdfParserEnums.H
@@ -335,6 +335,20 @@ namespace LD_CR_FFDC
} // namespace LD_CR_FFDC
+namespace TD_CTLR_DATA
+{
+ static const char * const START = "TDCTLR_STATE_DATA_START";
+ static const char * const END = "TDCTLR_STATE_DATA_END";
+
+ // We don't use 0 as one of the enum values here so we can ensure our data
+ // is non-zero when we add the tdCtlr state to the capture data
+ enum Version
+ {
+ IPL = 1,
+ RT = 2,
+ };
+} // namespace TD_CTLR_DATA
+
#ifdef PRDF_HOSTBOOT_ERRL_PLUGIN
} // end namespace HOSTBOOT
#endif
OpenPOWER on IntegriCloud