summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/xmltohb/target_types.xml
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2012-02-02 09:34:42 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-02-07 12:13:26 -0600
commit0f454c096f27c06cb93ad442c0e14fc734464867 (patch)
treef561b6865d75f304314f99f05da29e633da164d7 /src/usr/targeting/xmltohb/target_types.xml
parentcadd824189729c71542271e41460290ed7c5e961 (diff)
downloadtalos-hostboot-0f454c096f27c06cb93ad442c0e14fc734464867.tar.gz
talos-hostboot-0f454c096f27c06cb93ad442c0e14fc734464867.zip
Add support for logical DIMMs generated from the MRW
- Fixed whitespace pruning of entity paths in attribute compiler - Added *.mrw.xml files (empty) to hold logical DIMM target instances - Updated makefile to process *.mrw.xml files - Updated SALERNO system XML to reference logical DIMM cards - Updated attribute XML with new postion, mba port, mba slot attributes - Updated attribute XML with new class type - Updated target type XML with classes/attributes for logical DIMMs Change-Id: I2981405fdf1e8706d7380a7963ede8e9fd6bc323 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/639 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/xmltohb/target_types.xml')
-rw-r--r--src/usr/targeting/xmltohb/target_types.xml28
1 files changed, 27 insertions, 1 deletions
diff --git a/src/usr/targeting/xmltohb/target_types.xml b/src/usr/targeting/xmltohb/target_types.xml
index cc35f03af..77145653b 100644
--- a/src/usr/targeting/xmltohb/target_types.xml
+++ b/src/usr/targeting/xmltohb/target_types.xml
@@ -769,12 +769,26 @@
</targetType>
<targetType>
- <id>card-dimm</id>
+ <id>lcard-dimm</id>
<parent>card</parent>
<attribute>
<id>TYPE</id>
<default>DIMM</default>
</attribute>
+ <attribute>
+ <id>CLASS</id>
+ <default>LOGICAL_CARD</default>
+ </attribute>
+ <attribute>
+ <id>POSITION</id>
+ </attribute>
+ <attribute>
+ <id>MBA_PORT</id>
+ </attribute>
+ <attribute>
+ <id>MBA_SLOT</id>
+ </attribute>
+
<!-- Defaulting this info to the one Simics Dummy device that we have -->
<attribute>
<id>EEPROM_ADDR_INFO0</id>
@@ -787,4 +801,16 @@
</attribute>
</targetType>
+<targetType>
+ <id>lcard-dimm-jedec</id>
+ <parent>lcard-dimm</parent>
+ <attribute><id>MODEL</id><default>JEDEC</default></attribute>
+</targetType>
+
+<targetType>
+ <id>lcard-dimm-cdimm</id>
+ <parent>lcard-dimm</parent>
+ <attribute><id>MODEL</id><default>CDIMM</default></attribute>
+</targetType>
+
</attributes>
OpenPOWER on IntegriCloud