summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2017-08-17 12:52:11 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-08-26 18:27:36 -0400
commit063bc982053fef5d02bb19cb1bb8bab59104db51 (patch)
tree42aa8ed3bea31821c92eaca4a594d77cbd150f80 /src/import/hwpf/fapi2/include
parent762243b4a659f79dcf5c405910c02bb997b602f4 (diff)
downloadtalos-hostboot-063bc982053fef5d02bb19cb1bb8bab59104db51.tar.gz
talos-hostboot-063bc982053fef5d02bb19cb1bb8bab59104db51.zip
add TARGET_TYPE_OMI
update attribute xml Change-Id: I8544e5149f1015887e503076bdca407356c77230 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44741 Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44747 Tested-by: Jenkins OP Build CI <op-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.H6
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H4
2 files changed, 7 insertions, 3 deletions
diff --git a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
index f17b83fa7..72516181b 100644
--- a/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
+++ b/src/import/hwpf/fapi2/include/collect_reg_ffdc.H
@@ -171,7 +171,8 @@ const fapi2::TargetType TARGET_TYPE_PROC_CHIPLETS = fapi2::TARGET_TYPE_EX |
fapi2::TARGET_TYPE_PERV |
fapi2::TARGET_TYPE_PEC |
fapi2::TARGET_TYPE_PHB |
- fapi2::TARGET_TYPE_MC;
+ fapi2::TARGET_TYPE_MC |
+ fapi2::TARGET_TYPE_OMI;
const fapi2::TargetType TARGET_TYPE_SCOM_TARGET = fapi2::TARGET_TYPE_PROC_CHIP |
fapi2::TARGET_TYPE_MEMBUF_CHIP |
@@ -194,7 +195,8 @@ const fapi2::TargetType TARGET_TYPE_SCOM_TARGET = fapi2::TARGET_TYPE_PROC_CHIP |
fapi2::TARGET_TYPE_PERV |
fapi2::TARGET_TYPE_PEC |
fapi2::TARGET_TYPE_PHB |
- fapi2::TARGET_TYPE_MC;
+ fapi2::TARGET_TYPE_MC |
+ fapi2::TARGET_TYPE_OMI;
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H
index ab2558d61..f9aec708a 100644
--- a/src/import/hwpf/fapi2/include/target_types.H
+++ b/src/import/hwpf/fapi2/include/target_types.H
@@ -75,6 +75,7 @@ enum TargetType
TARGET_TYPE_PEC = 0x00400000, ///< PEC type
TARGET_TYPE_PHB = 0x00800000, ///< PHB type
TARGET_TYPE_MC = 0x01000000, ///< MC type
+ TARGET_TYPE_OMI = 0x02000000, ///< OMI type
TARGET_TYPE_ALL = 0xFFFFFFFF, ///< Any/All types
@@ -101,7 +102,8 @@ enum TargetType
TARGET_TYPE_PERV |
TARGET_TYPE_PEC |
TARGET_TYPE_PHB |
- TARGET_TYPE_MC,
+ TARGET_TYPE_MC |
+ TARGET_TYPE_OMI,
// Mappings to target types found in the error xml files
TARGET_TYPE_EX_CHIPLET = TARGET_TYPE_EX,
OpenPOWER on IntegriCloud