summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2013-02-13 13:38:08 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2013-02-13 13:38:08 +0000
commit189f4e7752caf07c01e47a81aebaffda6aa694c7 (patch)
treee1172fc08af3b46a84704add60380880733aaa6d
parent45c06be748a9f6b2ca26e12fdd696234a4323510 (diff)
downloadi2c-tools-189f4e7752caf07c01e47a81aebaffda6aa694c7.tar.gz
Decode more DDR3 module types
git-svn-id: http://lm-sensors.org/svn/i2c-tools/branches/i2c-tools-3.1@6122 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--CHANGES1
-rwxr-xr-xeeprom/decode-dimms5
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 60fa164..c7b5895 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@ SVN HEAD
Remove duplicate "ns" in SDR timings
Fix decoding of SDR SPD revision
Prevent hang on reserved DDR3 module type
+ Decode more DDR3 module types
i2cdetect: Clarify the SMBus commands used for probing by default
i2c-dev.h: Minimize differences with kernel flavor
Move SMBus helper functions to include/i2c/smbus.h
diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms
index 3eed675..12324c3 100755
--- a/eeprom/decode-dimms
+++ b/eeprom/decode-dimms
@@ -1172,7 +1172,10 @@ sub decode_ddr3_sdram($)
my $ctime;
my @module_types = ("Undefined", "RDIMM", "UDIMM", "SO-DIMM",
- "Micro-DIMM", "Mini-RDIMM", "Mini-UDIMM");
+ "Micro-DIMM", "Mini-RDIMM", "Mini-UDIMM",
+ "Mini-CDIMM", "72b-SO-UDIMM", "72b-SO-RDIMM",
+ "72b-SO-CDIMM", "LRDIMM", "16b-SO-DIMM",
+ "32b-SO-DIMM");
printl("Module Type", ($bytes->[3] <= $#module_types) ?
$module_types[$bytes->[3]] :