summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/target.C
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2016-06-28 10:06:24 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-07 21:46:43 -0400
commit5d339a08975a2f351b1831057a2b8704db829f01 (patch)
tree98e6b14ab1c5c3901d7b84067011f59c87a48c3f /src/usr/targeting/common/target.C
parent5f9b0a77685f06b187746b2977839102e262dc06 (diff)
downloadtalos-hostboot-5d339a08975a2f351b1831057a2b8704db829f01.tar.gz
talos-hostboot-5d339a08975a2f351b1831057a2b8704db829f01.zip
Add P9 units to getAttrTankTargetPosData
Change-Id: I769c524419e1c4f556169c279d0436c710237107 RTC: 127348 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26347 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/target.C')
-rw-r--r--src/usr/targeting/common/target.C16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/usr/targeting/common/target.C b/src/usr/targeting/common/target.C
index bf0625298..ae05ee230 100644
--- a/src/usr/targeting/common/target.C
+++ b/src/usr/targeting/common/target.C
@@ -501,7 +501,21 @@ void Target::getAttrTankTargetPosData(uint16_t & o_pos,
(l_element.type == TYPE_MCS) ||
(l_element.type == TYPE_MBA) ||
(l_element.type == TYPE_XBUS) ||
- (l_element.type == TYPE_ABUS))
+ (l_element.type == TYPE_ABUS) ||
+ (l_element.type == TYPE_CORE) ||
+ (l_element.type == TYPE_EQ) ||
+ (l_element.type == TYPE_MCA) ||
+ (l_element.type == TYPE_MCBIST) ||
+ (l_element.type == TYPE_MI) ||
+ (l_element.type == TYPE_CAPP) ||
+ (l_element.type == TYPE_DMI) ||
+ (l_element.type == TYPE_OBUS) ||
+ (l_element.type == TYPE_NV) ||
+ (l_element.type == TYPE_SBE) ||
+ (l_element.type == TYPE_PPE) ||
+ (l_element.type == TYPE_PERV) ||
+ (l_element.type == TYPE_PEC) ||
+ (l_element.type == TYPE_PHB))
{
o_unitPos = l_element.instance;
}
OpenPOWER on IntegriCloud