diff options
| author | Andre Marin <aamarin@us.ibm.com> | 2018-07-19 11:18:55 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2018-08-02 12:04:23 -0500 |
| commit | d175f43bb50556c1afb1e79777279195dcf4c144 (patch) | |
| tree | d0ef254f01b9ed1974f0d1909c160f16c71d552b /src/import/hwpf/fapi2/include | |
| parent | ea861ac8618f52275bb47565237c3faf974a003e (diff) | |
| download | talos-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')
| -rw-r--r-- | src/import/hwpf/fapi2/include/collect_reg_ffdc.H | 8 | ||||
| -rw-r--r-- | src/import/hwpf/fapi2/include/target_types.H | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H index 3e96bfe14..12f74117a 100644 --- a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H +++ b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2017 */ +/* Contributors Listed Below - COPYRIGHT 2015,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -171,7 +171,8 @@ const fapi2::TargetType TARGET_TYPE_PROC_CHIPLETS = fapi2::TARGET_TYPE_EX | fapi2::TARGET_TYPE_PEC | fapi2::TARGET_TYPE_PHB | fapi2::TARGET_TYPE_MC | - fapi2::TARGET_TYPE_OMI; + fapi2::TARGET_TYPE_OMI | + fapi2::TARGET_TYPE_MEM_PORT; const fapi2::TargetType TARGET_TYPE_SCOM_TARGET = fapi2::TARGET_TYPE_PROC_CHIP | fapi2::TARGET_TYPE_MEMBUF_CHIP | @@ -195,7 +196,8 @@ const fapi2::TargetType TARGET_TYPE_SCOM_TARGET = fapi2::TARGET_TYPE_PROC_CHIP | fapi2::TARGET_TYPE_PEC | fapi2::TARGET_TYPE_PHB | fapi2::TARGET_TYPE_MC | - fapi2::TARGET_TYPE_OMI; + fapi2::TARGET_TYPE_OMI | + fapi2::TARGET_TYPE_MEM_PORT; 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, |

