summaryrefslogtreecommitdiffstats
path: root/src/import/generic
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/generic')
-rw-r--r--src/import/generic/procedures/xml/attribute_info/generic_memory_attributes.xml19
-rw-r--r--src/import/generic/procedures/xml/attribute_info/generic_memory_mrw_attributes.xml15
2 files changed, 33 insertions, 1 deletions
diff --git a/src/import/generic/procedures/xml/attribute_info/generic_memory_attributes.xml b/src/import/generic/procedures/xml/attribute_info/generic_memory_attributes.xml
index 4f29962f8..9b5d3a271 100644
--- a/src/import/generic/procedures/xml/attribute_info/generic_memory_attributes.xml
+++ b/src/import/generic/procedures/xml/attribute_info/generic_memory_attributes.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2016,2018 -->
+<!-- Contributors Listed Below - COPYRIGHT 2016,2019 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -78,4 +78,21 @@
<mssAccessorName>mem_2n_mode</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_MEM_VPD_DQ_MAP</id>
+ <targetType>TARGET_TYPE_MEM_PORT</targetType>
+ <description>
+ [Dimm DQ PIN] The map from the Dual Inline Memory Module
+ (DIMM) Data (DQ) Pin to the Module Package Data (DQ) Pinout
+ </description>
+ <initToZero></initToZero>
+ <valueType>uint8</valueType>
+ <writeable/>
+ <mssUnits></mssUnits>
+ <mssBlobStart>0</mssBlobStart>
+ <mssBlobLength>72</mssBlobLength>
+ <mssAccessorName>mem_vpd_dq_map</mssAccessorName>
+ <array>72</array>
+ </attribute>
+
</attributes>
diff --git a/src/import/generic/procedures/xml/attribute_info/generic_memory_mrw_attributes.xml b/src/import/generic/procedures/xml/attribute_info/generic_memory_mrw_attributes.xml
index 476e3551c..ba699ad18 100644
--- a/src/import/generic/procedures/xml/attribute_info/generic_memory_mrw_attributes.xml
+++ b/src/import/generic/procedures/xml/attribute_info/generic_memory_mrw_attributes.xml
@@ -23,4 +23,19 @@
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
<attributes>
+ <attribute>
+ <id>ATTR_MEM_MRW_IS_PLANAR</id>
+ <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
+ <description>
+ Indicates if the DIMM connected to this controller
+ are in a planar configuration
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE = 0x00, TRUE = 0x01</enum>
+ <platInit/>
+ <default>FALSE</default>
+ <initToZero/>
+ <mssAccessorName>mem_mrw_is_planar</mssAccessorName>
+ </attribute>
+
</attributes>
OpenPOWER on IntegriCloud