diff options
author | Brian Horton <brianh@linux.ibm.com> | 2012-02-16 11:16:23 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-02-16 13:19:43 -0600 |
commit | 5f6568a59e35570f149d148f0cb24e068e70efcf (patch) | |
tree | bcb04216589d761376951286bd8cb9a2d910ea79 /src/usr/hwpf/test | |
parent | 10bc99ba760ce7e67b005b7b61f884581c75d6ad (diff) | |
download | blackbird-hostboot-5f6568a59e35570f149d148f0cb24e068e70efcf.tar.gz blackbird-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/test')
-rw-r--r-- | src/usr/hwpf/test/hwpftest.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwpf/test/hwpftest.H b/src/usr/hwpf/test/hwpftest.H index 26f198f3e..3e564457f 100644 --- a/src/usr/hwpf/test/hwpftest.H +++ b/src/usr/hwpf/test/hwpftest.H @@ -660,7 +660,7 @@ public: } // Get a DIMM Target - TARGETING::PredicateCTM predDimm( TARGETING::CLASS_CARD, + TARGETING::PredicateCTM predDimm( TARGETING::CLASS_LOGICAL_CARD, TARGETING::TYPE_DIMM ); TargetHandleList dimmList; |