summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMatthew Raybuck <matthew.raybuck@ibm.com>2019-05-01 08:12:44 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-07 09:58:34 -0500
commit6390bd34536aa14d814ab07390ef679a1aeff2b2 (patch)
tree9ca8a343cc568b2ac13230299836b329c6895d32 /src/include/usr
parentf1b76d406973cffd6276fcbf05a036a0ef31b150 (diff)
downloadtalos-hostboot-6390bd34536aa14d814ab07390ef679a1aeff2b2.tar.gz
talos-hostboot-6390bd34536aa14d814ab07390ef679a1aeff2b2.zip
Add keywords for part and serial number for DDIMM
Adds the PART_NUMBER and SERIAL_NUMBER keywords to spdDDR4.H for DDIMM modules. This way OCMBs don't need to read the ENTIRE_SPD and then index to the correct spot. Change-Id: Id0aa805b10305b75fd4f57bb92acb7bbef5667e5 RTC:203788 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76921 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@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/spdenums.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/vpd/spdenums.H b/src/include/usr/vpd/spdenums.H
index a6577ed12..87606349c 100644
--- a/src/include/usr/vpd/spdenums.H
+++ b/src/include/usr/vpd/spdenums.H
@@ -341,7 +341,9 @@ enum
LRMM_ODT_RTT_PARK_2400_3200 = SPD_FIRST_MOD_SPEC | 0xb2,
RMM_CRC = SPD_FIRST_MOD_SPEC | 0xb3,
LRMM_CRC = SPD_FIRST_MOD_SPEC | 0xb4,
- SPD_LAST_MOD_SPEC = SPD_FIRST_MOD_SPEC | 0xb5,
+ OCMB_MODULE_PART_NUMBER = SPD_FIRST_MOD_SPEC | 0xb5,
+ OCMB_MODULE_SERIAL_NUMBER = SPD_FIRST_MOD_SPEC | 0xb6,
+ SPD_LAST_MOD_SPEC = SPD_FIRST_MOD_SPEC | 0xb7,
// This keyword should be last in the list
// Invalid Keyword
OpenPOWER on IntegriCloud