From 5cab254e8ffa2c5f7deee449ef54ed898cfca95c Mon Sep 17 00:00:00 2001 From: "Matt K. Light" Date: Fri, 31 May 2019 09:11:05 -0500 Subject: update TARGET_TYPE_MULTICASTABLE Change-Id: I01424bdf9dc3f649fec8fa32cb398144a707465e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78166 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Joachim Fenkes Reviewed-by: Joseph J. McGill Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78429 Tested-by: FSP CI Jenkins Tested-by: Hostboot CI Tested-by: HWSV CI Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78582 Reviewed-by: RAJA DAS --- src/import/hwpf/fapi2/include/target_types.H | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/import') 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, -- cgit v1.2.1