From fc241b27f02795dbe4c99670ba6f9007dce195d3 Mon Sep 17 00:00:00 2001 From: "Matt K. Light" Date: Thu, 17 Aug 2017 12:52:11 -0500 Subject: add TARGET_TYPE_OMI update attribute xml Change-Id: I8544e5149f1015887e503076bdca407356c77230 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44741 Tested-by: PPE CI Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Richard J. Knight Reviewed-by: Daniel M. Crowell Reviewed-by: Sachin Gupta Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44746 Reviewed-by: Hostboot Team --- src/import/hwpf/fapi2/include/target_types.H | 4 +++- src/import/hwpf/fapi2/xml/attribute_info/unit_attributes.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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 @@ 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, -- cgit v1.2.1