summaryrefslogtreecommitdiffstats
path: root/src/usr/errl
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-03-07 06:46:40 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-28 15:35:32 -0400
commitfd1825282b1cfef42129f5788c84ed259c73b470 (patch)
treef7fdde83915f8c15c3554e81fdeaa741fe642e77 /src/usr/errl
parentefc8d3c19f61b47ed4b9de3ce5f8fabf2c59fefc (diff)
downloadtalos-hostboot-fd1825282b1cfef42129f5788c84ed259c73b470.tar.gz
talos-hostboot-fd1825282b1cfef42129f5788c84ed259c73b470.zip
Update err console display to include PRDF logs
Change-Id: I42ec4de748bcfaf1efd41680e087b9664539a69f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37608 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/errl')
-rwxr-xr-xsrc/usr/errl/parser/genErrlParsers.pl11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/usr/errl/parser/genErrlParsers.pl b/src/usr/errl/parser/genErrlParsers.pl
index 0316db383..e1bf5b3eb 100755
--- a/src/usr/errl/parser/genErrlParsers.pl
+++ b/src/usr/errl/parser/genErrlParsers.pl
@@ -153,13 +153,10 @@ while (my $line = <COMP_ID_FILE>)
# Strip off any leading zeroes from the component value
$compValue =~ s/^0//g;
- # Do not add PRDF component ID
- if ($compId ne "PRDF_COMP_ID")
- {
- $compIdToValueHash{$compId} = $compValue;
- # Need the integer value for compId sorting purposes
- $compIdToHexValueHash{$compId} = hex $compValue;
- }
+
+ $compIdToValueHash{$compId} = $compValue;
+ # Need the integer value for compId sorting purposes
+ $compIdToHexValueHash{$compId} = hex $compValue;
}
}
OpenPOWER on IntegriCloud