aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2019-10-02 13:47:17 +0200
committerJean Delvare <jdelvare@suse.de>2019-10-02 13:47:17 +0200
commit78ed68308b586b8acd3d58b0e46b73580e34667f (patch)
tree87fbc624163870ae634c8fa4d56ad55d26535949
parenta108ff4742129cac35c3eb839bf3eb936662af42 (diff)
downloadi2c-tools-78ed68308b586b8acd3d58b0e46b73580e34667f.tar.gz
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>
-rwxr-xr-xeeprom/decode-dimms3
1 files changed, 2 insertions, 1 deletions
diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms
index b1e4107..a752a47 100755
--- a/eeprom/decode-dimms
+++ b/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) {