summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2019-05-31 09:11:05 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-06-14 08:56:39 -0500
commit5cab254e8ffa2c5f7deee449ef54ed898cfca95c (patch)
tree85ebd63dd1d2934b0b3795dfde9116a1afe41f45 /src/import
parent42cc2406dde66f1c96fb7f292cd4a99a5ac0e6db (diff)
downloadtalos-sbe-5cab254e8ffa2c5f7deee449ef54ed898cfca95c.tar.gz
talos-sbe-5cab254e8ffa2c5f7deee449ef54ed898cfca95c.zip
update TARGET_TYPE_MULTICASTABLE
Change-Id: I01424bdf9dc3f649fec8fa32cb398144a707465e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78166 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78429 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78582 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/hwpf/fapi2/include/target_types.H9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/import/hwpf/fapi2/include/target_types.H b/src/import/hwpf/fapi2/include/target_types.H
index cca9d779..1b29f597 100644
--- a/src/import/hwpf/fapi2/include/target_types.H
+++ b/src/import/hwpf/fapi2/include/target_types.H
@@ -128,10 +128,11 @@ enum TargetType : uint64_t
TARGET_TYPE_MULTICASTABLE = TARGET_TYPE_CORE |
TARGET_TYPE_EQ |
- TARGET_TYPE_MCBIST |
- TARGET_TYPE_OBUS |
- TARGET_TYPE_PERV |
- TARGET_TYPE_PEC,
+ TARGET_TYPE_IOHS |
+ TARGET_TYPE_MC |
+ TARGET_TYPE_PAUC |
+ TARGET_TYPE_PEC |
+ TARGET_TYPE_PERV,
// Mappings to target types found in the error xml files
TARGET_TYPE_EX_CHIPLET = TARGET_TYPE_EX,
OpenPOWER on IntegriCloud