summaryrefslogtreecommitdiffstats
path: root/src/include/usr/targeting/common
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2015-07-28 11:52:53 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-11-16 12:34:40 -0600
commitb1dea34a6c857cf175dff09ee7165331d374f121 (patch)
tree879ed02ec1b34c229f2e085742448ded2f0fec40 /src/include/usr/targeting/common
parentfc7293d210b0293d18abc66cbd719d1b5ac4d820 (diff)
downloadtalos-hostboot-b1dea34a6c857cf175dff09ee7165331d374f121.tar.gz
talos-hostboot-b1dea34a6c857cf175dff09ee7165331d374f121.zip
Fixed vddr not disabling for non-functional, present centaurs
All that was required for this was to add an extra argument to the targeting method getAllChips so that both functional, and non-functional chips are selected. RTC: 90467 Change-Id: I344ec6ca685f14b0c2afbada7e3e780ec9f2ea14 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19394 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Elizabeth Liner <eliner@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/targeting/common')
-rw-r--r--src/include/usr/targeting/common/utilFilter.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/usr/targeting/common/utilFilter.H b/src/include/usr/targeting/common/utilFilter.H
index bccecfb18..589dcdb67 100644
--- a/src/include/usr/targeting/common/utilFilter.H
+++ b/src/include/usr/targeting/common/utilFilter.H
@@ -52,6 +52,8 @@ namespace TARGETING
};
+
+
/**
* @brief Predicate function to sort by HUID
*
@@ -133,6 +135,7 @@ void getChipletResources(TARGETING::TargetHandleList & o_vector,
void getAllChips(TARGETING::TargetHandleList & o_vector,
TYPE i_type, bool i_functional = true );
+
/**
* @brief Populate the o_vector with target chiplet pointers based on the
* requested type, and functional state.
OpenPOWER on IntegriCloud