From d175f43bb50556c1afb1e79777279195dcf4c144 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/63012 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes --- src/import/hwpf/fapi2/include/target_types.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/import/hwpf/fapi2/include/target_types.H') diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H index 5022ea0d5..cfbd3eacd 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, -- cgit v1.2.1