From ca7d3dd133b9b82d55532efb36e4f56a9df7dd5d Mon Sep 17 00:00:00 2001 From: Van Lee Date: Wed, 22 Feb 2012 09:58:05 -0600 Subject: 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 Reviewed-by: MIKE J. JONES Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/plat/fapiPlatSystemConfig.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) -- cgit v1.2.3