From 6a24c715018e6a3473ab239e3208a753aeed04be Mon Sep 17 00:00:00 2001 From: "Matt K. Light" Date: Wed, 29 Mar 2017 21:49:19 -0500 Subject: add TARGET_TYPE_MC Change-Id: Iab6fe6798154bc80fab80e274eb0ecaad7d4c451 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38603 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Brent Wieman Reviewed-by: Richard J. Knight Reviewed-by: Daniel M. Crowell Reviewed-by: Santosh S. Puranik Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38604 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/hwpf/fapi2/include/target_types.H | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/import/hwpf/fapi2/include') diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H index b52ea9fa..f35118ee 100644 --- a/src/import/hwpf/fapi2/include/target_types.H +++ b/src/import/hwpf/fapi2/include/target_types.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER sbe Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2016 */ +/* Contributors Listed Below - COPYRIGHT 2015,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -74,6 +74,7 @@ enum TargetType TARGET_TYPE_PERV = 0x00200000, ///< Pervasive type TARGET_TYPE_PEC = 0x00400000, ///< PEC type TARGET_TYPE_PHB = 0x00800000, ///< PHB type + TARGET_TYPE_MC = 0x01000000, ///< MC type TARGET_TYPE_ALL = 0xFFFFFFFF, ///< Any/All types @@ -99,7 +100,8 @@ enum TargetType TARGET_TYPE_PPE | TARGET_TYPE_PERV | TARGET_TYPE_PEC | - TARGET_TYPE_PHB, + TARGET_TYPE_PHB | + TARGET_TYPE_MC, // Mappings to target types found in the error xml files TARGET_TYPE_EX_CHIPLET = TARGET_TYPE_EX, -- cgit v1.2.3