From 6ae7434ab89e9fdc53bf50cf932452e7ce4eb9f7 Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Thu, 30 Jun 2016 10:02:07 -0500 Subject: 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 Tested-by: FSP CI Jenkins Reviewed-by: Elizabeth K. Liner Reviewed-by: Stephen M. Cprek Reviewed-by: Daniel M. Crowell Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26585 Tested-by: Jenkins Server --- src/include/usr/hwas/common/hwasCallout.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H index 1ed36f119..30c83084b 100644 --- a/src/include/usr/hwas/common/hwasCallout.H +++ b/src/include/usr/hwas/common/hwasCallout.H @@ -91,6 +91,7 @@ enum epubProcedureID EPUB_PRC_HB_CODE = 0x55, EPUB_PRC_TOD_CLOCK_ERR = 0x56, EPUB_PRC_COOLING_SYSTEM_ERR = 0x5C, + EPUB_PRC_FW_VERIFICATION_ERR = 0x5D, }; // from srci/fsp/srci.H -- cgit v1.2.1