summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2018-04-27 07:59:56 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-06-27 00:00:31 -0400
commit353567d4b17828b597a7b3bd1f7dcd20e9378466 (patch)
tree57bb5dccf8b04a63748950ca5724b8a10ce47ac5 /src/import/hwpf/fapi2/include
parent57fb07ecc684788b3636d09ef1847e45d1c732cf (diff)
downloadtalos-hostboot-353567d4b17828b597a7b3bd1f7dcd20e9378466.tar.gz
talos-hostboot-353567d4b17828b597a7b3bd1f7dcd20e9378466.zip
Add more fapi2 target types for Axone
Change-Id: Ie825c3e9034f657aed821c43ebafb242bd125cd5 Signed-off-by: Matt K. Light <mklight@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57946 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57957 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include')
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H
index ecf4f0deb..5022ea0d5 100644
--- a/src/import/hwpf/fapi2/include/target_types.H
+++ b/src/import/hwpf/fapi2/include/target_types.H
@@ -76,12 +76,16 @@ enum TargetType
TARGET_TYPE_PHB = 0x00800000, ///< PHB type
TARGET_TYPE_MC = 0x01000000, ///< MC type
TARGET_TYPE_OMI = 0x02000000, ///< OMI type
+ TARGET_TYPE_OMIC = 0x04000000, ///< OMIC type
+ TARGET_TYPE_MCC = 0x08000000, ///< MCC type
+ TARGET_TYPE_OCMB_CHIP = 0x10000000, ///< OCMB type
TARGET_TYPE_ALL = 0xFFFFFFFF, ///< Any/All types
// Compound target types
TARGET_TYPE_CHIPS = TARGET_TYPE_PROC_CHIP |
- TARGET_TYPE_MEMBUF_CHIP,
+ TARGET_TYPE_MEMBUF_CHIP |
+ TARGET_TYPE_OCMB_CHIP,
TARGET_TYPE_CHIPLETS = TARGET_TYPE_EX |
TARGET_TYPE_MBA |
@@ -103,7 +107,9 @@ enum TargetType
TARGET_TYPE_PEC |
TARGET_TYPE_PHB |
TARGET_TYPE_MC |
- TARGET_TYPE_OMI,
+ TARGET_TYPE_OMI |
+ TARGET_TYPE_OMIC |
+ TARGET_TYPE_MCC,
// Mappings to target types found in the error xml files
TARGET_TYPE_EX_CHIPLET = TARGET_TYPE_EX,
OpenPOWER on IntegriCloud