summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2019-11-19 07:48:31 -0600
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-12-05 13:17:06 -0600
commitb28407123f5e5e834d658f994432ea77f8ba01d9 (patch)
tree293ece14c9ff358a83cea9e98a9141220f822dc5 /src
parentaad465f4b596c8300fa7724995a7db994f55d72b (diff)
downloadtalos-hostboot-b28407123f5e5e834d658f994432ea77f8ba01d9.tar.gz
talos-hostboot-b28407123f5e5e834d658f994432ea77f8ba01d9.zip
Add missing target types for OCMB
Need to add missing unit numbers for FAPI ATTR Dump Change-Id: Icb6a332e7f7e6a7177dc2efc2d5e87e552f06f2c Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/87392 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@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')
-rw-r--r--src/usr/targeting/common/target.C10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/usr/targeting/common/target.C b/src/usr/targeting/common/target.C
index 3bb8ebd4a..244d04993 100644
--- a/src/usr/targeting/common/target.C
+++ b/src/usr/targeting/common/target.C
@@ -617,7 +617,9 @@ void Target::getAttrTankTargetPosData(uint16_t & o_pos,
}
else if ((l_element.type == TYPE_PROC) ||
(l_element.type == TYPE_MEMBUF) ||
- (l_element.type == TYPE_DIMM))
+ (l_element.type == TYPE_DIMM) ||
+ (l_element.type == TYPE_OCMB_CHIP) ||
+ (l_element.type == TYPE_PMIC))
{
o_pos = l_element.instance;
}
@@ -635,7 +637,11 @@ void Target::getAttrTankTargetPosData(uint16_t & o_pos,
(l_element.type == TYPE_PPE) ||
(l_element.type == TYPE_PERV) ||
(l_element.type == TYPE_PEC) ||
- (l_element.type == TYPE_PHB))
+ (l_element.type == TYPE_PHB) ||
+ (l_element.type == TYPE_OMI) ||
+ (l_element.type == TYPE_MCC) ||
+ (l_element.type == TYPE_OMIC) ||
+ (l_element.type == TYPE_MEM_PORT))
{
o_unitPos = l_element.instance;
}
OpenPOWER on IntegriCloud