diff options
author | Mark Wenning <wenning@us.ibm.com> | 2011-10-20 11:17:06 -0500 |
---|---|---|
committer | Mark W. Wenning <wenning@us.ibm.com> | 2011-11-02 10:55:48 -0500 |
commit | 75a2f91534b9d3450ff450e63914bde9cb39514b (patch) | |
tree | debe069486911e560c819242a77ed6789234e9b0 /src/include/usr/errl/errlreasoncodes.H | |
parent | b72ee9b1f333be7847d694bfa2c5fbafa2e4c487 (diff) | |
download | talos-hostboot-75a2f91534b9d3450ff450e63914bde9cb39514b.tar.gz talos-hostboot-75a2f91534b9d3450ff450e63914bde9cb39514b.zip |
RTC3964: x86 Support for UserDetails
- first commit
- errlparserbase and errluserparser
- need linker step for userdetails libs
- final merge
Change-Id: I32daae8de483616f20e66581f4e8f3de0dc98257
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/467
Tested-by: Jenkins Server
Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl/errlreasoncodes.H')
-rw-r--r-- | src/include/usr/errl/errlreasoncodes.H | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/usr/errl/errlreasoncodes.H b/src/include/usr/errl/errlreasoncodes.H index 346f563c7..f5fe78f35 100644 --- a/src/include/usr/errl/errlreasoncodes.H +++ b/src/include/usr/errl/errlreasoncodes.H @@ -45,8 +45,10 @@ enum enum errlReasonCode { ERRL_FIRST_ERR = ERRL_COMP_ID | 0x01, - ERRL_ADDTOLOG_FAIL = ERRL_COMP_ID | 0x02, - ERRL_APPENDTOLOG_FAIL = ERRL_COMP_ID | 0x03, + ERRL_FILENAME_TEST = ERRL_COMP_ID | 0x02, + ERRL_ERRORMSG_TEST = ERRL_COMP_ID | 0x03, + ERRL_XMLTOKEN_TEST = ERRL_COMP_ID | 0x04, + //........ ERRL_LAST_ERR = ERRL_COMP_ID | 0xFF }; |