summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2018-07-19 11:18:55 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-07-27 01:19:47 -0500
commitd12c98f3bf942b3b60ab5c5428a63fa3b19e7dd7 (patch)
tree948bb7b2ad47d82548648eccc9624aad45ecb1af /src/import/hwpf
parentaee8470bb2619bba6f305b9465fd9d57e20b6f01 (diff)
downloadtalos-sbe-d12c98f3bf942b3b60ab5c5428a63fa3b19e7dd7.tar.gz
talos-sbe-d12c98f3bf942b3b60ab5c5428a63fa3b19e7dd7.zip
Add MEM_PORT target
Change-Id: Iff9984db164099845c8a5bc7ce28f412337f5925 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62917 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63011 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H4
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml3
2 files changed, 5 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H
index e5807063..8597e373 100644
--- a/src/import/hwpf/fapi2/include/target_types.H
+++ b/src/import/hwpf/fapi2/include/target_types.H
@@ -79,6 +79,7 @@ enum TargetType
TARGET_TYPE_OMIC = 0x04000000, ///< OMIC type
TARGET_TYPE_MCC = 0x08000000, ///< MCC type
TARGET_TYPE_OCMB_CHIP = 0x10000000, ///< OCMB type
+ TARGET_TYPE_MEM_PORT = 0x20000000, ///< MEM_PORT type
TARGET_TYPE_ALL = 0xFFFFFFFF, ///< Any/All types
@@ -109,7 +110,8 @@ enum TargetType
TARGET_TYPE_MC |
TARGET_TYPE_OMI |
TARGET_TYPE_OMIC |
- TARGET_TYPE_MCC,
+ TARGET_TYPE_MCC |
+ TARGET_TYPE_MEM_PORT,
// 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 2c4ea7a2..ee5a949a 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml
@@ -34,7 +34,8 @@
TARGET_TYPE_OBUS_BRICK,
TARGET_TYPE_SBE, TARGET_TYPE_PPE, TARGET_TYPE_PERV,
TARGET_TYPE_PEC, TARGET_TYPE_PHB, TARGET_TYPE_CAPP,
- TARGET_TYPE_MBA, TARGET_TYPE_ABUS, TARGET_TYPE_L4
+ TARGET_TYPE_MBA, TARGET_TYPE_ABUS, TARGET_TYPE_L4,
+ TARGET_TYPE_MEM_PORT
</targetType>
<description>
A unit's position within the chip with respect to similar units.
OpenPOWER on IntegriCloud