summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errlentry.C
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2016-06-30 10:02:07 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-04 14:04:46 -0400
commit6ae7434ab89e9fdc53bf50cf932452e7ce4eb9f7 (patch)
tree2b007fc833fac44138eff0289f55204994489a9f /src/usr/errl/errlentry.C
parent06dbeed043c9959c138c8476ff7b7bd113643be1 (diff)
downloadtalos-hostboot-6ae7434ab89e9fdc53bf50cf932452e7ce4eb9f7.tar.gz
talos-hostboot-6ae7434ab89e9fdc53bf50cf932452e7ce4eb9f7.zip
Support new verification failure procedure callout
- Added new procedure callout for verification failure - Mapped callout to firmware subsystem - Added procedure decoder to error parser Change-Id: Ie94790df68c15ba100723a9eb8a7688a7e7612a2 Forwardport: yes CMVC-Prereq: 998934 RTC: 93870 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26481 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26585 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/errl/errlentry.C')
-rw-r--r--src/usr/errl/errlentry.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/errl/errlentry.C b/src/usr/errl/errlentry.C
index 3e827603f..b010cc438 100644
--- a/src/usr/errl/errlentry.C
+++ b/src/usr/errl/errlentry.C
@@ -91,6 +91,7 @@ static const epubProcToSub_t PROCEDURE_TO_SUBSYS_TABLE[] =
{ EPUB_PRC_HB_CODE , EPUB_FIRMWARE_HOSTBOOT },
{ EPUB_PRC_TOD_CLOCK_ERR , EPUB_CEC_HDW_SUBSYS },
{ EPUB_PRC_COOLING_SYSTEM_ERR , EPUB_MISC_SUBSYS },
+ { EPUB_PRC_FW_VERIFICATION_ERR , EPUB_FIRMWARE_SUBSYS },
};
struct epubTargetTypeToSub_t
OpenPOWER on IntegriCloud