summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2015-02-02 12:18:34 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-05-01 16:13:39 -0500
commit294e8789251e5d2814999a295535fe3ebc977979 (patch)
tree6f916dc0bdf18a341965736cf4f6d190e025981b /src/include/usr/errl
parent9c74c60eb3389eab15edb2d38261e5d77d1bda87 (diff)
downloadtalos-hostboot-294e8789251e5d2814999a295535fe3ebc977979.tar.gz
talos-hostboot-294e8789251e5d2814999a295535fe3ebc977979.zip
Modify user details value for HB trace
Changing the value used for HB traces in order to have separate parsed output from the FSP traces that may also be appended to our logs. CMVC-Prereq: 948316 Backport: release-fips830 CQ: SW305126 Change-Id: Ieb952909dbe7b2eb19886a6c13c0e9760d6f21b4 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15877 Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: MATTHEW A. PLOETZ <maploetz@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl')
-rw-r--r--src/include/usr/errl/hberrltypes.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/errl/hberrltypes.H b/src/include/usr/errl/hberrltypes.H
index 5aff48375..c15fd4682 100644
--- a/src/include/usr/errl/hberrltypes.H
+++ b/src/include/usr/errl/hberrltypes.H
@@ -324,7 +324,7 @@ enum errlTermState_t
*/
enum errlUserDataType_t
{
- ERRL_UDT_TRACE = 0x0C, // A trace buffer
+ FIPS_ERRL_UDT_HB_TRACE = 0x15, // A trace buffer
};
@@ -337,7 +337,7 @@ enum errlUserDataType_t
*/
enum errlUserDataVersion
{
- ERRL_UDV_DEFAULT_VER_1 = 0x0001, // Version 1, default info
+ FIPS_ERRL_UDV_DEFAULT_VER_1 = 0x0001, // Version 1, default info
};
OpenPOWER on IntegriCloud