summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/target_types.H
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2018-07-19 11:18:55 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-08-02 12:04:23 -0500
commitd175f43bb50556c1afb1e79777279195dcf4c144 (patch)
treed0ef254f01b9ed1974f0d1909c160f16c71d552b /src/import/hwpf/fapi2/include/target_types.H
parentea861ac8618f52275bb47565237c3faf974a003e (diff)
downloadtalos-hostboot-d175f43bb50556c1afb1e79777279195dcf4c144.tar.gz
talos-hostboot-d175f43bb50556c1afb1e79777279195dcf4c144.zip
Add MEM_PORT target
Change-Id: Iff9984db164099845c8a5bc7ce28f412337f5925 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62917 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+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: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63012 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include/target_types.H')
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H4
1 files changed, 3 insertions, 1 deletions
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,
OpenPOWER on IntegriCloud