Browse Source

Decode and print bus width extension of DDR3 memory modules.

git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6042 7894878c-1315-0410-8ee3-d5d059ff63e0
tags/v3.1.1
Jean Delvare 13 years ago
parent
commit
f043eb5430
  1. 2
      CHANGES
  2. 2
      eeprom/decode-dimms

2
CHANGES

@ -2,6 +2,8 @@ i2c-tools CHANGES
-----------------
SVN HEAD
decode-dumms: Decode module configuration type of DDR2 SDRAM
Decode bus width extension of DDR3 SDRAM
i2c-stub-from-dump: Be more tolerant on input dump format
3.1.0 (2011-12-04)

2
eeprom/decode-dimms

@ -1169,6 +1169,8 @@ sub decode_ddr3_sdram($)
printl("SDRAM Device Width", (1 << (($bytes->[7] & 7) + 2))." bits");
printl("Bus Width Extension", ($bytes->[8] & 24)." bits");
my $taa;
my $trcd;
my $trp;

Loading…
Cancel
Save