diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2018-11-13 22:03:09 -0600 |
|---|---|---|
| committer | Zane C. Shelley <zshelle@us.ibm.com> | 2018-11-27 10:10:30 -0600 |
| commit | f6bbedd9f3f33c495e227b3e27c7ea8318e3337d (patch) | |
| tree | 9b9c2bc82b180465ec203206ca4dd50a80552919 /src/usr/diag/prdf/common/framework | |
| parent | 8535abf21a5314b38b5d2245ff3be80fb8af640a (diff) | |
| download | blackbird-hostboot-f6bbedd9f3f33c495e227b3e27c7ea8318e3337d.tar.gz blackbird-hostboot-f6bbedd9f3f33c495e227b3e27c7ea8318e3337d.zip | |
PRD: Initial Axone rule files
Change-Id: I46993aa204f525e84b42eaad861cd12154430ec7
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68739
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68846
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/framework')
| -rw-r--r-- | src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H b/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H index d6e5156bc..fc9a89a1d 100644 --- a/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H +++ b/src/usr/diag/prdf/common/framework/resolution/prdfCalloutMap.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2017 */ +/* Contributors Listed Below - COPYRIGHT 2012,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -179,6 +179,7 @@ PRDF_TARGET_TYPE_ALIAS( TYPE_EQ, TARGETING::TYPE_EQ ) PRDF_TARGET_TYPE_ALIAS( TYPE_EX, TARGETING::TYPE_EX ) PRDF_TARGET_TYPE_ALIAS( TYPE_CORE, TARGETING::TYPE_CORE ) PRDF_TARGET_TYPE_ALIAS( TYPE_CAPP, TARGETING::TYPE_CAPP ) +PRDF_TARGET_TYPE_ALIAS( TYPE_NPU, TARGETING::TYPE_NPU ) PRDF_TARGET_TYPE_ALIAS( TYPE_PEC, TARGETING::TYPE_PEC ) PRDF_TARGET_TYPE_ALIAS( TYPE_PHB, TARGETING::TYPE_PHB ) PRDF_TARGET_TYPE_ALIAS( TYPE_OBUS, TARGETING::TYPE_OBUS ) @@ -192,6 +193,8 @@ PRDF_TARGET_TYPE_ALIAS( TYPE_MCA, TARGETING::TYPE_MCA ) PRDF_TARGET_TYPE_ALIAS( TYPE_MC, TARGETING::TYPE_MC ) PRDF_TARGET_TYPE_ALIAS( TYPE_MI, TARGETING::TYPE_MI ) PRDF_TARGET_TYPE_ALIAS( TYPE_DMI, TARGETING::TYPE_DMI ) +PRDF_TARGET_TYPE_ALIAS( TYPE_MCC, TARGETING::TYPE_MCC ) +PRDF_TARGET_TYPE_ALIAS( TYPE_OMIC, TARGETING::TYPE_OMIC ) PRDF_TARGET_TYPE_ALIAS( TYPE_MEMBUF, TARGETING::TYPE_MEMBUF ) PRDF_TARGET_TYPE_ALIAS( TYPE_L4, TARGETING::TYPE_L4 ) PRDF_TARGET_TYPE_ALIAS( TYPE_MBA, TARGETING::TYPE_MBA ) |

