diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2018-12-06 19:24:50 -0600 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2019-04-02 16:45:23 -0500 |
| commit | 54178321414bc23e827940c120e6759265d33385 (patch) | |
| tree | c2b1dfdaa1b13076cadeb01001feaddc5c1cc1e3 /src/usr/ipmiext | |
| parent | 9882fe3c773b6843668fa5bc468d2a54252a420d (diff) | |
| download | blackbird-hostboot-54178321414bc23e827940c120e6759265d33385.tar.gz blackbird-hostboot-54178321414bc23e827940c120e6759265d33385.zip | |
Constants for future DIMMs
Just adding a few constants to indentify future DIMMs.
Change-Id: Ib3bdf01c918162f0753458236c0c45a4b6e55274
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70075
Tested-by: Jenkins Server <pfd-jenkins+hostboot@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>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/ipmiext')
| -rw-r--r-- | src/usr/ipmiext/ipmifruinv.C | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/ipmiext/ipmifruinv.C b/src/usr/ipmiext/ipmifruinv.C index 262c6c57c..606f9a167 100644 --- a/src/usr/ipmiext/ipmifruinv.C +++ b/src/usr/ipmiext/ipmifruinv.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014,2018 */ +/* Contributors Listed Below - COPYRIGHT 2014,2019 */ /* [+] International Business Machines Corp. */ /* [+] Jim Yuan */ /* [+] Maxim Polyakov */ @@ -97,7 +97,8 @@ static const JedecNameMap jedecBasicType[] = { 0x0C, "DDR4" }, { 0x0E, "DDR4E" }, { 0x0F, "LPDDR3" }, - { 0x10, "LPDDR4" } + { 0x10, "LPDDR4" }, + { 0x12, "DDR5" } }; static const JedecNameMap jedecModuleType[] = @@ -110,6 +111,7 @@ static const JedecNameMap jedecModuleType[] = { 0x06, "MINI UDIMM" }, { 0x08, "SORDIMM 72b"}, { 0x09, "SOUDIMM 72b" }, + { 0x0A, "DDIMM" }, { 0x0C, "SODIMM 16b" }, { 0x0D, "SODIMM 32b" } }; |

