Browse Source

decode-dimms: Add DDR5 memory types to the list

No information available yet about the contents of the DDR5 SPD
EEPROMs but we can already report the basic memory type.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
tags/v4.2
Jean Delvare 6 years ago
parent
commit
a108ff4742
  1. 1
      eeprom/decode-dimms

1
eeprom/decode-dimms

@ -2707,6 +2707,7 @@ for $current (0 .. $#dimm) {
"DDR4 SDRAM", "Reserved", # 12, 13
"DDR4E SDRAM", "LPDDR3 SDRAM", # 14, 15
"LPDDR4 SDRAM", "LPDDR4X SDRAM", # 16, 17
"DDR5 SDRAM", "LPDDR5 SDRAM", # 18, 19
);
if ($bytes[2] < @type_list) {
$type = $type_list[$bytes[2]];

Loading…
Cancel
Save