summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/usr/hwas/common/hwasCallout.H1
-rw-r--r--src/usr/errl/errlentry.C1
-rw-r--r--src/usr/errl/plugins/errludcallout.H3
3 files changed, 4 insertions, 1 deletions
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
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
diff --git a/src/usr/errl/plugins/errludcallout.H b/src/usr/errl/plugins/errludcallout.H
index e642e7860..efbcf0609 100644
--- a/src/usr/errl/plugins/errludcallout.H
+++ b/src/usr/errl/plugins/errludcallout.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2015 */
+/* Contributors Listed Below - COPYRIGHT 2013,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -283,6 +283,7 @@ case HWAS::_type: i_parser.PrintString( "Procedure", #_type); break;
case_PROCEDURE(EPUB_PRC_HB_CODE)
case_PROCEDURE(EPUB_PRC_TOD_CLOCK_ERR)
case_PROCEDURE(EPUB_PRC_COOLING_SYSTEM_ERR)
+ case_PROCEDURE(EPUB_PRC_FW_VERIFICATION_ERR)
default:
i_parser.PrintNumber( "Procedure", "UNKNOWN: 0x%X",
ntohl(pData->procedure) );
OpenPOWER on IntegriCloud