Skip to content

Commit

Permalink
add TARGET_TYPE_OMI
Browse files Browse the repository at this point in the history
  update attribute xml

Change-Id: I8544e5149f1015887e503076bdca407356c77230
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44741
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44746
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
  • Loading branch information
mklight authored and sgupta2m committed Aug 25, 2017
1 parent eb9e054 commit fc241b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/import/hwpf/fapi2/include/target_types.H
Expand Up @@ -75,6 +75,7 @@ enum TargetType
TARGET_TYPE_PEC = 0x00400000, ///< PEC type
TARGET_TYPE_PHB = 0x00800000, ///< PHB type
TARGET_TYPE_MC = 0x01000000, ///< MC type
TARGET_TYPE_OMI = 0x02000000, ///< OMI type

TARGET_TYPE_ALL = 0xFFFFFFFF, ///< Any/All types

Expand All @@ -101,7 +102,8 @@ enum TargetType
TARGET_TYPE_PERV |
TARGET_TYPE_PEC |
TARGET_TYPE_PHB |
TARGET_TYPE_MC,
TARGET_TYPE_MC |
TARGET_TYPE_OMI,

// Mappings to target types found in the error xml files
TARGET_TYPE_EX_CHIPLET = TARGET_TYPE_EX,
Expand Down
Expand Up @@ -29,6 +29,7 @@
<targetType>
TARGET_TYPE_CORE, TARGET_TYPE_EX, TARGET_TYPE_EQ,
TARGET_TYPE_MCS, TARGET_TYPE_MCA, TARGET_TYPE_MCBIST, TARGET_TYPE_MI, TARGET_TYPE_DMI,
TARGET_TYPE_MC, TARGET_TYPE_OMI,
TARGET_TYPE_XBUS, TARGET_TYPE_OBUS,
TARGET_TYPE_OBUS_BRICK,
TARGET_TYPE_SBE, TARGET_TYPE_PPE, TARGET_TYPE_PERV,
Expand Down

0 comments on commit fc241b2

Please sign in to comment.