summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml61
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml7
2 files changed, 66 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index da75d4697..682d49fbd 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -34840,4 +34840,65 @@ Measured in GB</description>
<readable/>
</attribute>
+<attribute>
+ <id>EFF_REGISTER_TYPE</id>
+ <description>
+ Register Type
+ Decodes SPD Byte 131
+ creator: mss_eff_cnfg
+ consumer: eff_dimm
+ </description>
+ <simpleType>
+ <uint8_t></uint8_t>
+ <array>2, 2</array>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_EFF_REGISTER_TYPE</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
+ <id>EFF_RCD_MFG_ID</id>
+ <description>
+ Register Manufacturer ID Code
+ Decodes SPD Byte 133 and 134
+ creator: mss_eff_cnfg
+ </description>
+ <simpleType>
+ <uint16_t></uint16_t>
+ <array>2, 2</array>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_EFF_RCD_MFG_ID</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
+ <id>EFF_REGISTER_REV</id>
+ <description>
+ Register Revision Number
+ Decodes SPD Byte 135
+ creator: mss_eff_cnfg
+ </description>
+ <simpleType>
+ <uint8_t></uint8_t>
+ <array>2, 2</array>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_EFF_REGISTER_REV</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 1ebd91bfa..9b54a8951 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -143,7 +143,7 @@
<attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
<default>0x00000001</default> <!-- GARD -->
</attribute>
-
+
<attribute><id>VPD_REC_NUM</id></attribute>
<!-- New attributes for mss/proc_setup_bars -->
<!-- proc_setup_bars_memory_attributes.xml -->
@@ -465,7 +465,7 @@
</attribute>
<attribute><id>CDM_DOMAIN</id><default>MEM</default></attribute>
<attribute><id>FRU_ID</id></attribute>
- <attribute><id>MSS_VREF_CAL_CNTL</id></attribute>
+ <attribute><id>MSS_VREF_CAL_CNTL</id></attribute>
</targetType>
<!--Dummy card to use as a DIMM for initial I2C/EEPROM testing -->
@@ -1918,6 +1918,9 @@
<attribute><id>MSS_VREF_DAC_NIBBLE</id></attribute>
<attribute><id>MSS_MVPD_FWMS</id></attribute>
<attribute><id>MSS_PHY_SEQ_REFRESH</id></attribute>
+ <attribute><id>EFF_REGISTER_TYPE</id></attribute>
+ <attribute><id>EFF_RCD_MFG_ID</id></attribute>
+ <attribute><id>EFF_REGISTER_REV</id></attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud