summaryrefslogtreecommitdiffstats
path: root/src/build/debug
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-03-20 13:07:42 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-03-23 10:05:07 -0400
commitd87aceae2d5e5cb66201af5f897b06fa1471d90e (patch)
tree8ca50bf550c1b460d9dc686aed5839901ba5d3e8 /src/build/debug
parent98de8e60e8395033bf1deed9ede0929ecb796841 (diff)
downloadtalos-hostboot-d87aceae2d5e5cb66201af5f897b06fa1471d90e.tar.gz
talos-hostboot-d87aceae2d5e5cb66201af5f897b06fa1471d90e.zip
Add PNOR SectionIdToString to replace direct access to cv_EYECATCHER
This catches if the const array size does not match the number of pnor sections and out of range index errors Also it adds genErrlParsing for bootloader files Change-Id: I0a90816a7620022dec16bc7358a68ffbdade0083 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38159 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build/debug')
-rw-r--r--src/build/debug/Hostboot/BlTrace.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/debug/Hostboot/BlTrace.pm b/src/build/debug/Hostboot/BlTrace.pm
index 321dca079..1c629d707 100644
--- a/src/build/debug/Hostboot/BlTrace.pm
+++ b/src/build/debug/Hostboot/BlTrace.pm
@@ -65,6 +65,7 @@ my %traceText = (
"E5" => "Utils checkHeader block count invalid",
"E6" => "Utils checkHeader header size invalid",
"E7" => "Utils parseEntries invalid section",
+ "E8" => "Utils SectionIdToString PNOR section id out of range",
"F0" => "Main getHBBSection returned",
"F1" => "Main removeECC returned error",
"F2" => "PNOR Access readTOC checkForNullBuffer null buffer",
OpenPOWER on IntegriCloud