summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2019-05-31 09:11:05 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-06-18 10:21:51 -0500
commit3d3bb8cd5fe69a2d0f5cf1501629590c3ed91eed (patch)
treee433f1ac0d275349ec692516dd7fe76ec5193a45 /src/import/hwpf
parentea9fb95e6c5a4a069a21c0a17dca1eb0f5ffe2e9 (diff)
downloadtalos-hostboot-3d3bb8cd5fe69a2d0f5cf1501629590c3ed91eed.tar.gz
talos-hostboot-3d3bb8cd5fe69a2d0f5cf1501629590c3ed91eed.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/78581 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: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-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 41ae1b935..920d3309d 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