Changeset 6042

Show
Ignore:
Timestamp:
04/18/12 09:22:13 (13 months ago)
Author:
khali
Message:

Decode and print bus width extension of DDR3 memory modules.

Location:
i2c-tools/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • i2c-tools/trunk/CHANGES

    r6013 r6042  
    33 
    44SVN HEAD 
     5  decode-dumms: Decode module configuration type of DDR2 SDRAM 
     6                Decode bus width extension of DDR3 SDRAM 
    57  i2c-stub-from-dump: Be more tolerant on input dump format 
    68 
  • i2c-tools/trunk/eeprom/decode-dimms

    r6041 r6042  
    11701170        printl("SDRAM Device Width", (1 << (($bytes->[7] & 7) + 2))." bits"); 
    11711171 
     1172        printl("Bus Width Extension", ($bytes->[8] & 24)." bits"); 
     1173 
    11721174        my $taa; 
    11731175        my $trcd;