summaryrefslogtreecommitdiffstats
path: root/src/import/generic/procedures
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-02-18 10:25:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-12 12:38:01 -0500
commitc96464c7d52540eda875ac62082f1ebf24de3f72 (patch)
treed609145afac507b684a2d8ab6d13b5572119ecd7 /src/import/generic/procedures
parent6f660c2b98b78730f691f62401d14dbffc2a2d0a (diff)
downloadtalos-hostboot-c96464c7d52540eda875ac62082f1ebf24de3f72.tar.gz
talos-hostboot-c96464c7d52540eda875ac62082f1ebf24de3f72.zip
Moves set bad bitmap into generic
Change-Id: I0c9e8beb0e4cd930ebccbf26d1e8149b64fae65d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72154 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72163 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/generic/procedures')
-rw-r--r--src/import/generic/procedures/xml/attribute_info/generic_dq_attributes.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/import/generic/procedures/xml/attribute_info/generic_dq_attributes.xml b/src/import/generic/procedures/xml/attribute_info/generic_dq_attributes.xml
index 333ee3d82..267e30d70 100644
--- a/src/import/generic/procedures/xml/attribute_info/generic_dq_attributes.xml
+++ b/src/import/generic/procedures/xml/attribute_info/generic_dq_attributes.xml
@@ -23,4 +23,23 @@
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
<attributes>
+
+ <attribute>
+ <id>ATTR_BAD_DQ_BITMAP</id>
+ <targetType>TARGET_TYPE_DIMM</targetType>
+ <description>
+ Bad DQ bitmap from a controller point of view.
+ The data is a 10 byte bitmap for each of 4 possible ranks.
+ The bad DQ data is stored in NVRAM, and it is stored in a special format
+ translated to a DIMM Connector point of view.
+ All of these details are hidden from the user of this attribute.
+ </description>
+ <valueType>uint8</valueType>
+ <mssAccessorName>bad_dq_bitmap</mssAccessorName>
+ <array>4 10</array>
+ <platInit/>
+ <initToZero/>
+ <writeable/>
+ </attribute>
+
</attributes>
OpenPOWER on IntegriCloud