summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/plat
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2012-02-16 11:16:23 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-02-16 13:19:43 -0600
commit5f6568a59e35570f149d148f0cb24e068e70efcf (patch)
treebcb04216589d761376951286bd8cb9a2d910ea79 /src/usr/hwpf/plat
parent10bc99ba760ce7e67b005b7b61f884581c75d6ad (diff)
downloadtalos-hostboot-5f6568a59e35570f149d148f0cb24e068e70efcf.tar.gz
talos-hostboot-5f6568a59e35570f149d148f0cb24e068e70efcf.zip
Story 37595: Targeting: Add DIMM targets to simics_Venice and VBU images
* add logic to hwas.C to find DIMMs and mark them as poweredOn, present and functional * correct bugs (s/CLASS_CARD/CLASS_LOGICAL_CARD) in other code that looked for TYPE_DIMM * add all possible DIMMs (256) to simics_VENICE.system and (8) to vbu.system.xml * also reduced simics_VENICE.system.xml file - it had 8 drawers; VENICE will only have 4. Change-Id: I7fb4913359c7153061ed1adaddf626943ee13957 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/673 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/plat')
-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 9bd778b57..021dc7fbe 100644
--- a/src/usr/hwpf/plat/fapiPlatSystemConfig.C
+++ b/src/usr/hwpf/plat/fapiPlatSystemConfig.C
@@ -171,7 +171,7 @@ fapi::ReturnCode fapiGetAssociatedDimms(
o_dimms.clear();
// Create a Class/Type/Model predicate to look for dimm cards
- TARGETING::PredicateCTM l_predicate(TARGETING::CLASS_CARD,
+ TARGETING::PredicateCTM l_predicate(TARGETING::CLASS_LOGICAL_CARD,
TARGETING::TYPE_DIMM);
// Extract the HostBoot Target pointer for the input target
OpenPOWER on IntegriCloud