From b1dea34a6c857cf175dff09ee7165331d374f121 Mon Sep 17 00:00:00 2001 From: crgeddes Date: Tue, 28 Jul 2015 11:52:53 -0500 Subject: 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 Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- src/include/usr/targeting/common/utilFilter.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/usr') 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. -- cgit v1.2.3