summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2019-10-28 15:08:48 -0500
committerChristian R Geddes <crgeddes@us.ibm.com>2019-11-13 14:04:20 -0600
commit0247cc5fbda6733f8006e8cda36abb153f0c0227 (patch)
tree7f21a6332a10462f9f99486c5e9aeeec054b1a74 /src
parent3f280b8d23c3c26dc28b4c0d5672f17842c7d8f6 (diff)
downloadtalos-hostboot-0247cc5fbda6733f8006e8cda36abb153f0c0227.tar.gz
talos-hostboot-0247cc5fbda6733f8006e8cda36abb153f0c0227.zip
Update ATTR_MEM_VPD_DQ_MAPs default to a 1-to-1 mapping
CMVC-Coreq: 1096221 Change-Id: I4c771180f3bcc8e64959976be07ce8cf222ae688 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/86144 Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/86264 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/generic/procedures/xml/attribute_info/generic_memory_attributes.xml10
1 files changed, 8 insertions, 2 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 7dcd3818e..ea15be54c 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
@@ -86,9 +86,15 @@
The map from the Dual Inline Memory Module
(DIMM) Data (DQ) Pin to the Module Package Data (DQ) Pinout
</description>
- <initToZero></initToZero>
+ <platInit/>
+ <mrwHide/>
+ <default>
+ <!-- Default to a 1:1 layout to match the DDIMM specification -->
+ 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,
+ 27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,
+ 51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71
+ </default>
<valueType>uint8</valueType>
- <writeable/>
<mssUnits></mssUnits>
<mssBlobStart>0</mssBlobStart>
<mssBlobLength>72</mssBlobLength>
OpenPOWER on IntegriCloud