From d12c98f3bf942b3b60ab5c5428a63fa3b19e7dd7 Mon Sep 17 00:00:00 2001 From: Andre Marin Date: Thu, 19 Jul 2018 11:18:55 -0500 Subject: Add MEM_PORT target Change-Id: Iff9984db164099845c8a5bc7ce28f412337f5925 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62917 Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Matt K. Light Reviewed-by: Daniel M. Crowell Reviewed-by: Louis Stermole Reviewed-by: Thi N. Tran Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63011 Reviewed-by: Sachin Gupta --- src/import/hwpf/fapi2/include/target_types.H | 4 +++- src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'src/import/hwpf/fapi2') 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 A unit's position within the chip with respect to similar units. -- cgit v1.2.1