diff options
| author | Matt Derksen <mderkse1@us.ibm.com> | 2018-07-05 12:29:21 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-07-16 17:50:43 -0400 |
| commit | 3e645f2d3703b957e2308a21e64697e0bb5102eb (patch) | |
| tree | 84388e05152b0bd0049ac851c9e4b6b1366abb7e /src/include/usr/errl | |
| parent | f4f189641a8ab52949b3b9097b91b7ae376281b8 (diff) | |
| download | blackbird-hostboot-3e645f2d3703b957e2308a21e64697e0bb5102eb.tar.gz blackbird-hostboot-3e645f2d3703b957e2308a21e64697e0bb5102eb.zip | |
Add WOF compare data section for RC_WOF_TABLE_NOT_FOUND errors
Only show data that was compared to find a matching WOF table.
Show each non-matching table in the WOF compare section along with
what we were trying to match
Change-Id: Ia3b44fac54a212e3584536c376598de5dfcf9a8d
CQ:SW426770
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61986
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl')
| -rw-r--r-- | src/include/usr/errl/errlreasoncodes.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/errl/errlreasoncodes.H b/src/include/usr/errl/errlreasoncodes.H index dfe0eb8fc..c77e1de2a 100644 --- a/src/include/usr/errl/errlreasoncodes.H +++ b/src/include/usr/errl/errlreasoncodes.H @@ -77,6 +77,7 @@ namespace ERRORLOG ERRL_UDT_STRING_SET = 0x09, ERRL_UDT_BUILD = 0x0A, ERRL_UDT_SYSSTATE = 0x0B, + ERRL_UDT_WOFDATA = 0x0C, }; // Identifiers for ERRL user data subsection versions |

