root/i2c-tools/trunk/eeprom

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @6043 [6043] 5 weeks khali decode-dimms: Use short name in side-by-side output mode also when reading …
(edit) @6042 [6042] 5 weeks khali Decode and print bus width extension of DDR3 memory modules.
(edit) @6041 [6041] 5 weeks khali Decode and print module configuration type (parity, ECC) of DDR2 memory …
(edit) @5929 [5929] 15 months khali Add support for the at24 kernel driver.
(edit) @5928 [5928] 15 months khali Decode module configuration type and refresh rate of DDR SDRAM.
(edit) @5733 [5733] 3 years khali Decode voltage interface level of DDR SDRAM.
(edit) @5714 [5714] 3 years khali Be more robust against seek/read errors on sysfs.
(edit) @5706 [5706] 3 years khali Automatically adjust the width of columns in text side-by-side mode.
(edit) @5705 [5705] 3 years khali Try harder to decode the manufacturing date.
(edit) @5704 [5704] 3 years khali Reformat "at CAS N" output so that it no longer breaks the side-by-side …
(edit) @5703 [5703] 3 years khali Minimize the initial output differences between different memory modules, …
(edit) @5702 [5702] 3 years khali Add an option to merge identical cells. This makes the output even …
(edit) @5701 [5701] 3 years khali New side-by-side output format. Especially nice for the HTML format but …
(edit) @5700 [5700] 3 years khali Refactor HTML filtering into a separate function.
(edit) @5699 [5699] 3 years khali Delay the printing of DIMM data by storing all the output in a temporary …
(edit) @5698 [5698] 3 years khali Store the DIMM being currently decoded in a global variable, so that it …
(edit) @5697 [5697] 3 years khali Verify checksum or CRC before processing any DIMM module. That way we know …
(edit) @5696 [5696] 3 years khali Store all dimm data into @dimm. Required for future evolutions.
(edit) @5695 [5695] 3 years khali Change the dimm list to a more complex data structure where we will be …
(edit) @5694 [5694] 3 years khali Carry the path to eeprom data files around, instead of hard-coding it in …
(edit) @5693 [5693] 3 years khali The DIMM addresses are hexadecimal values, handle them as such.
(edit) @5692 [5692] 3 years khali Filter non-DIMM EEPROMs earlier. This saves one level of indentation in …
(edit) @5691 [5691] 3 years khali Don't call an external tool (ls) to get the list of dimms. Using opendir() …
(edit) @5690 [5690] 3 years khali Move dimm list creation to a separate function.
(edit) @5689 [5689] 3 years khali Misc coding-style fixes.
(edit) @5595 [5595] 3 years khali Delete the decode-xeon script. It was essentially unmaintained, was never …
(edit) @5594 [5594] 3 years khali Licensing clarification.
(edit) @5562 [5562] 3 years khali Missed whitespace cleanups.
(edit) @5561 [5561] 3 years khali Strip trailing whitespace and redundant spaces.
(edit) @5560 [5560] 3 years khali Fix obvious decoding logic bug in decode_sdr_sdram().
(edit) @5559 [5559] 3 years khali New helper function value_or_undefined().
(edit) @5558 [5558] 3 years khali Get rid of $l everywhere else.
(edit) @5557 [5557] 3 years khali Get rid of $l in decode_sdr_sdram().
(edit) @5556 [5556] 3 years khali Add parentheses to all printl-like function calls, for clarity.
(edit) @5555 [5555] 3 years khali Drop extra newline characters.
(edit) @5554 [5554] 3 years khali Clean-up manufacturing data decoding functions.
(edit) @5553 [5553] 3 years khali Refactor manufacturing data decoding.
(edit) @5552 [5552] 3 years khali Do not decode DDR3 manufacturing data fields which have been left blank.
(edit) @5551 [5551] 3 years khali Add support for DDR3 SDRAM. Patch from Paul Goyette.
(edit) @5548 [5548] 3 years khali Read the remainder of the EEPROM data if more than 128 bytes are used. …
(edit) @5547 [5547] 3 years khali Move manufacture date decoding to a separate function.
(edit) @5546 [5546] 3 years khali New manufacturer decoding for DDR3 modules. Patch from Paul Goyette.
(edit) @5545 [5545] 3 years khali One more Rambus fix.
(edit) @5544 [5544] 3 years khali Fix handling of Rambus memory modules.
(edit) @5543 [5543] 3 years khali Move checksum to a separate function. Handle CRC of FB-DIMM and DDR3 SDRAM …
(edit) @5542 [5542] 3 years khali Update comments.
(edit) @5541 [5541] 3 years khali Pass all EEPROM bytes to decoding functions, saving the need to splice the …
(edit) @5540 [5540] 3 years khali Read all EEPROM bytes at once, this is easier and even more efficient in …
(edit) @5539 [5539] 3 years khali Move manufacturing information decoding to a separate function in …
(edit) @5538 [5538] 3 years khali Spelling fixes.
(edit) @5388 [5388] 4 years khali Only export the ceil function from POSIX. By default, POSIX exports …
(edit) @5287 [5287] 4 years khali Add support for little-endian word hexdumps.
(edit) @5172 [5172] 4 years khali Remove history, it belongs to SVN. Don't tell people to contact me, …
(edit) @5164 [5164] 4 years khali Update the FSF address.
(edit) @5162 [5162] 4 years khali Drop the trailing .pl from all perl script names.
(edit) @5161 [5161] 4 years khali Cache the parsed hexdumps so that each dump file is only parsed once.
(edit) @5160 [5160] 4 years khali Drop $opt_body, name was confusing and we can easily do without it. Update …
(edit) @5159 [5159] 4 years khali Make command line parsing more robust.
(edit) @5158 [5158] 4 years khali More coding-style fixes.
(edit) @5157 [5157] 4 years khali Patch from Trent Piepho: This adds a "-x" option to decode-dimms.pl, …
(edit) @5156 [5156] 4 years khali More coding-style fixes.
(edit) @5155 [5155] 4 years khali More consistency in output.
(edit) @5154 [5154] 4 years khali Use the same formatting for CAS latencies for all memory types.
(edit) @5153 [5153] 4 years khali Strip trailing whitespace. Coding-style fixes.
(edit) @5152 [5152] 4 years khali Patch from Trent Piepho: This lets decode-dimms.pl decode almost all of …
(edit) @5150 [5150] 4 years khali Hard-code program name in header comment.
(edit) @5089 [5089] 4 years khali Switch to SVN revision numbering, so that the version is always …
(edit) @5088 [5088] 4 years khali Drop the embedded changelog, SVN has a better revision history and the …
(edit) @5087 [5087] 4 years khali Don't print anything by default if the checksum fails. There are many more …
(edit) @5029 [5029] 5 years khali The timestamp is only 18-byte long.
(edit) @5028 [5028] 5 years khali More Vaio models tested successfully.
(edit) @5027 [5027] 5 years khali The model name is actually the first half of the asset tag.
(edit) @5026 [5026] 5 years khali Private Sony Vaio data might not be readable by non-root users.
(edit) @5017 [5017] 5 years ruik Update IDs (JEP106W). Change 'formerly' to 'former'.
(edit) @5011 [5011] 5 years khali decode-dimms: Fix DDR2 SDRAM module speed decoding.
(edit) @4926 [4926] 5 years khali Typo fix.
(edit) @4908 [4908] 5 years khali Don't install decode-xeon.pl on Linux 2.6 systems, it doesn't work there.
(edit) @4907 [4907] 5 years khali Fix license name.
(edit) @4906 [4906] 5 years khali Rename module Makefiles from Makefile to Module.mk. They can't be used as …
(edit) @4905 [4905] 5 years khali Add a main Makefile and make it call the tools and eeprom modules …
(edit) @4493 [4493] 5 years khali Update the references to the lm-sensors package.
(edit) @4490 [4490] 5 years khali Add a description of what the different eeprom decoding scripts do.
(copy) @4489 [4489] 5 years khali Move the eeprom decoding scripts to the i2c-tools package.
copied from lm-sensors/branches/lm-sensors-3.0.0/prog/eeprom:
(copy) @4303 [4303] 5 years mmh Create a branch for 3.0.0.
Note: See TracRevisionLog for help on using the revision log.