summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2015-10-05 13:15:38 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-11-04 14:39:30 -0600
commit84b5ea9490992e1482e5697a3c2bd55a18f5e3d3 (patch)
treec4a1bf7215917be9530e8805d3a07e969ad06399 /src/include
parentd2202b6d28ac8ebcdee9cf2d5413c879430265fb (diff)
downloadtalos-hostboot-84b5ea9490992e1482e5697a3c2bd55a18f5e3d3.tar.gz
talos-hostboot-84b5ea9490992e1482e5697a3c2bd55a18f5e3d3.zip
PRD: add support for cooling issue callout
Change-Id: I8d039ce100dbcd3f9e225014a2a88e80ba977f79 CQ: SW323280 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20948 Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Tested-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20952 CMVC-Prereq: 974682 CMVC-Prereq: 961895 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20954 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwas/common/hwasCallout.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/hwas/common/hwasCallout.H b/src/include/usr/hwas/common/hwasCallout.H
index fdc7a282c..622b1ca84 100644
--- a/src/include/usr/hwas/common/hwasCallout.H
+++ b/src/include/usr/hwas/common/hwasCallout.H
@@ -89,7 +89,8 @@ enum epubProcedureID
EPUB_PRC_PERFORMANCE_DEGRADED = 0x4D,
EPUB_PRC_MEMORY_UE = 0x4F,
EPUB_PRC_HB_CODE = 0x55,
- EPUB_PRC_TOD_CLOCK_ERR = 0x56
+ EPUB_PRC_TOD_CLOCK_ERR = 0x56,
+ EPUB_PRC_COOLING_SYSTEM_ERR = 0x5C,
};
// from srci/fsp/srci.H
OpenPOWER on IntegriCloud