summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2018-12-21 13:00:03 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-01-16 15:18:43 -0600
commita567fae92a161e1d15ef2ba545e993b2c51322a3 (patch)
treefdf498850d30e1db989d0d7c15beb094b29c5890 /src/include/usr
parent566bc52410a9acffdd57603cd9c64a71fb6561d9 (diff)
downloadtalos-hostboot-a567fae92a161e1d15ef2ba545e993b2c51322a3.tar.gz
talos-hostboot-a567fae92a161e1d15ef2ba545e993b2c51322a3.zip
Set the DIMM SPD size
- Created attribute DIMM_SPD_BYTE_SIZE to contain the DIMM SPD size - Added the attribute DIMM_SPD_BYTE_SIZE to target lcard-dimm so that all DIMMs get this attribute - Enumerated the sizes of DDR3, DDR4 and DDR5 for easy access and easy updates if necessary. - Added code in spd.C to set the size of the DIMM at presence detect Change-Id: Ia08fd41ef93f54f7f695c92e346e92bda8cd6d64 RTC: 202746 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70008 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> 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: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/vpd/vpdreasoncodes.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/vpd/vpdreasoncodes.H b/src/include/usr/vpd/vpdreasoncodes.H
index ffc36a193..fe81435c3 100644
--- a/src/include/usr/vpd/vpdreasoncodes.H
+++ b/src/include/usr/vpd/vpdreasoncodes.H
@@ -85,6 +85,7 @@ enum vpdModuleId
VPD_SPD_WRITE_DATA = 0x6D,
VPD_SPD_GET_MOD_TYPE = 0x6E,
VPD_SPD_FETCH_DATA = 0x6F,
+ VPD_SPD_SET_DIMM_SIZE = 0x70,
// Runtime VPD
VPD_RT_GET_ADDR = 0x80,
OpenPOWER on IntegriCloud