Browse Source

decode-dimms: Decode manufacturing data for LPDDR3

I assume the manufacturing data format for LPDDR3 is the same as
regular DDR3.

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

3
eeprom/decode-dimms

@ -2719,7 +2719,8 @@ for $current (0 .. $#dimm) {
$decode_callback{$type}->(\@bytes)
if exists $decode_callback{$type};
if ($type eq "DDR3 SDRAM") {
if ($type eq "DDR3 SDRAM" ||
$type eq "LPDDR3 SDRAM") {
# Decode DDR3-specific manufacturing data in bytes
# 117-149
if (@bytes >= 150) {

Loading…
Cancel
Save