Skip to content

Commit

Permalink
Update ATTR_MEM_VPD_DQ_MAPs default to a 1-to-1 mapping
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cnpalmer authored and crgeddes committed Nov 13, 2019
1 parent 3f280b8 commit 0247cc5
Showing 1 changed file with 8 additions and 2 deletions.
Expand Up @@ -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>
Expand Down

0 comments on commit 0247cc5

Please sign in to comment.