summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf
diff options
context:
space:
mode:
authorVan Lee <vanlee@us.ibm.com>2012-02-22 09:58:05 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-02-22 16:54:29 -0600
commitca7d3dd133b9b82d55532efb36e4f56a9df7dd5d (patch)
tree60211e4a8c9e3cea66e15d189df80517fcdddcb2 /src/usr/hwpf
parentddb7ed4a1c3da475aa1fd6036171d4bbba75e722 (diff)
downloadtalos-hostboot-ca7d3dd133b9b82d55532efb36e4f56a9df7dd5d.tar.gz
talos-hostboot-ca7d3dd133b9b82d55532efb36e4f56a9df7dd5d.zip
GetChildChiplets does not return MBA chiplets of Centaur
Change-Id: I5c27374b711dc4f7e40c7a5ead3e3a373ce4eb7c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/684 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
-rw-r--r--src/usr/hwpf/plat/fapiPlatSystemConfig.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatSystemConfig.C b/src/usr/hwpf/plat/fapiPlatSystemConfig.C
index 021dc7fbe..84df623c7 100644
--- a/src/usr/hwpf/plat/fapiPlatSystemConfig.C
+++ b/src/usr/hwpf/plat/fapiPlatSystemConfig.C
@@ -140,7 +140,7 @@ fapi::ReturnCode fapiGetChildChiplets(
TARGETING::targetService().
getAssociated(l_chipletList, l_pChip,
TARGETING::TargetService::CHILD,
- TARGETING::TargetService::IMMEDIATE, &l_predicate);
+ TARGETING::TargetService::ALL, &l_predicate);
// Return fapi::Targets to the caller
for (uint32_t i = 0; i < l_chipletList.size(); i++)
OpenPOWER on IntegriCloud