root/i2c-tools/trunk/CHANGES @ 5551

Revision 5551, 2.4 KB (checked in by khali, 4 years ago)

Add support for DDR3 SDRAM. Patch from Paul Goyette.

Line 
1i2c-tools CHANGES
2-----------------
3
4SVN
5  decode-dimms: Handle CRC of FB-DIMM and DDR3 SDRAM memory modules
6                Add support for DDR3 SDRAM
7  i2c-stub-from-dump: Use udev settle to speed up initialization
8
93.0.2 (2008-11-29)
10  i2c-dev.h: Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines
11  decode-dimms: Add support for little-endian word hexdumps
12                Only export the ceil function from POSIX
13  decode-vaio: Remove history
14  i2cdetect: Support i2c bus passed by name
15             Shorten the usage message
16  i2cdump: Support i2c bus passed by name
17           Shorten the usage message
18           Restrict the chip address to 0x03-0x77
19           Split the functionality checking code into a separate function
20           Better error message on missing adapter functionality
21  i2cget: Support i2c bus passed by name
22          Shorten the usage message
23          Better error message on missing adapter functionality
24  i2cset: Support i2c bus passed by name
25          Shorten the usage message
26          Restrict the chip address to 0x03-0x77
27          Split the code into several functions for clarity
28          Add support for short writes (SMBus send byte)
29          Better error message on missing adapter functionality
30          Set the data value mask with -m
31          Make reading back the written value optional
32  i2c-stub-from-dump: Add support for partial dumps
33                      Report if only garbage is found in dump file
34                      Behave properly when i2c-stub is already loaded
35                      Stop on i2cset error
36
373.0.1 (2008-04-04)
38  Drop the trailing .pl from all perl script names
39  decode-dimms: Fix DDR2 SDRAM module speed decoding
40                Update manufacturer IDs
41                Don't print anything by default if checksum fails
42                Decode all DDR2 SDRAM timing information
43                Add support for reading SPD data from hexdumps
44                Make command line parsing more robust
45  decode-vaio: Private data might not be readable by non-root users
46               Print the asset tag
47               Fix the timestamp decoding
48  i2cdump: Fix I2C block mode error code
49           Remove man page reference to hardware monitoring chips
50           Let the user specify a register range
51  i2cset: Final status messages go to stdout
52          Return success even when readback fails or doesn't match
53  i2c-stub-from-dump: New helper script to use with i2c-stub
54
553.0.0 (2007-10-14)
56  Initial release
Note: See TracBrowser for help on using the browser.