diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2015-10-05 13:15:38 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-11-04 14:39:30 -0600 |
| commit | 84b5ea9490992e1482e5697a3c2bd55a18f5e3d3 (patch) | |
| tree | c4a1bf7215917be9530e8805d3a07e969ad06399 /src/usr/diag/prdf/common/framework/resolution | |
| parent | d2202b6d28ac8ebcdee9cf2d5413c879430265fb (diff) | |
| download | blackbird-hostboot-84b5ea9490992e1482e5697a3c2bd55a18f5e3d3.tar.gz blackbird-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/usr/diag/prdf/common/framework/resolution')
| -rw-r--r-- | src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H b/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H index fbc202914..1f9718859 100644 --- a/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H +++ b/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H @@ -76,13 +76,14 @@ namespace PRDF PRDF_SYM_CALLOUT_MAP_BEGIN -PRDF_SYM_CALLOUT_ALIAS( AllProcessors, EPUB_PRC_ALL_PROCS ) -PRDF_SYM_CALLOUT_ALIAS( SP_CODE, EPUB_PRC_SP_CODE ) -PRDF_SYM_CALLOUT_ALIAS( SystemSW_Code_ENUM, EPUB_PRC_PHYP_CODE ) -PRDF_SYM_CALLOUT_ALIAS( NextLevelSupport_ENUM, EPUB_PRC_LVL_SUPP ) -PRDF_SYM_CALLOUT_ALIAS( PassiveFabric_OffNode_ENUM, EPUB_PRC_PROC_AB_BUS ) -PRDF_SYM_CALLOUT_ALIAS( ErrorCausedByMemUE_ENUM, EPUB_PRC_MEMORY_UE ) -PRDF_SYM_CALLOUT_ALIAS( TODProcInterface_Enum, EPUB_PRC_TOD_CLOCK_ERR ) +PRDF_SYM_CALLOUT_ALIAS( AllProcessors, EPUB_PRC_ALL_PROCS ) +PRDF_SYM_CALLOUT_ALIAS( SP_CODE, EPUB_PRC_SP_CODE ) +PRDF_SYM_CALLOUT_ALIAS( SystemSW_Code_ENUM, EPUB_PRC_PHYP_CODE ) +PRDF_SYM_CALLOUT_ALIAS( NextLevelSupport_ENUM, EPUB_PRC_LVL_SUPP ) +PRDF_SYM_CALLOUT_ALIAS( PassiveFabric_OffNode_ENUM, EPUB_PRC_PROC_AB_BUS ) +PRDF_SYM_CALLOUT_ALIAS( ErrorCausedByMemUE_ENUM, EPUB_PRC_MEMORY_UE ) +PRDF_SYM_CALLOUT_ALIAS( TODProcInterface_Enum, EPUB_PRC_TOD_CLOCK_ERR ) +PRDF_SYM_CALLOUT_ALIAS( CoolingSystemError_ENUM, EPUB_PRC_COOLING_SYSTEM_ERR) PRDF_SYM_CALLOUT_MAP_END |

