summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2017-08-17 12:52:11 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-08-25 12:45:33 -0400
commitfc241b27f02795dbe4c99670ba6f9007dce195d3 (patch)
treea188c895e71b41041eb36f47be85b6c741b20b5d /src
parenteb9e05406d8054152d66f32a6d205369edc4481b (diff)
downloadtalos-sbe-fc241b27f02795dbe4c99670ba6f9007dce195d3.tar.gz
talos-sbe-fc241b27f02795dbe4c99670ba6f9007dce195d3.zip
add TARGET_TYPE_OMI
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>
Diffstat (limited to 'src')
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H4
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H
index 1790b040..8747d7b7 100644
--- a/src/import/hwpf/fapi2/include/target_types.H
+++ b/src/import/hwpf/fapi2/include/target_types.H
@@ -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
@@ -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,
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml
index 8452d9a7..ded7a21d 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml
@@ -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,
OpenPOWER on IntegriCloud