summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2017-03-29 21:49:19 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-04-06 05:49:05 -0400
commit6a24c715018e6a3473ab239e3208a753aeed04be (patch)
tree03eca556c12e9a0fdecfb1699666a157f6d3cc23 /src/import
parentee19a0c9e042e3b459a53f5cfdf037a1ca4219b0 (diff)
downloadtalos-sbe-6a24c715018e6a3473ab239e3208a753aeed04be.tar.gz
talos-sbe-6a24c715018e6a3473ab239e3208a753aeed04be.zip
add TARGET_TYPE_MC
Change-Id: Iab6fe6798154bc80fab80e274eb0ecaad7d4c451 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38603 Tested-by: Jenkins Server <pfd-jenkins+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: Brent Wieman <bwieman@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38604 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H6
1 files changed, 4 insertions, 2 deletions
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,
OpenPOWER on IntegriCloud