summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2018-06-26 08:05:27 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-07-25 12:37:08 -0500
commit00118c92219680baf1d8de6f2f1a07b0a36f273d (patch)
treeedadd825c527485f6eafca7378c991cf81345fea /src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml
parentc3dda09f76af00e8c2c603ff2adac0e73643b92e (diff)
downloadtalos-hostboot-00118c92219680baf1d8de6f2f1a07b0a36f273d.tar.gz
talos-hostboot-00118c92219680baf1d8de6f2f1a07b0a36f273d.zip
Row Repair enabled attributes and support function
Change-Id: Ic7493902fee7dcc9cbfbbddfcf9f58d47c4967c5 RTC: 195638 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/61417 Reviewed-by: Devon A. Baughen <devon.baughen1@ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/61432 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml')
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml
index b2a022ac6..caab246c0 100755
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_spd_attributes.xml
@@ -701,7 +701,7 @@
-2 bits: bank group (0-3)
-3 bits: bank (0-7)
-18 bits: row
- -1 bits: unused
+ -1 bits: repair validity (0: repair is invalid, 1: repair is valid)
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
@@ -710,4 +710,18 @@
<mssAccessorName>row_repair_data</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_ROW_REPAIR_SUPPORTED_MRW</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ True or false whether row repair is supported
+ MRW attribute
+ </description>
+ <valueType>uint8</valueType>
+ <enum>SUPPORTED = 1, UNSUPPORTED = 0</enum>
+ <platInit/>
+ <default>0</default>
+ <writeable/>
+ </attribute>
+
</attributes>
OpenPOWER on IntegriCloud