summaryrefslogtreecommitdiff
path: root/eeprom
Commit message (Expand)AuthorAgeFilesLines
...
* decode-dimms: Print DDR2 core timings for all supported CAS values, askhali2012-10-251-9/+23
* decode-dimms: Print only the DDR2 timings which were properly defined.khali2012-10-251-21/+43
* decode-dimms: Print DDR2 equivalent speed of tCK max.khali2012-10-251-3/+5
* decode-dimms: Print DDR core timings for all supported CAS values.khali2012-10-251-14/+25
* decode-dimms: Print extra timing values for DDR memory modules as we dokhali2012-10-251-1/+46
* decode-dimms: Default to merging cells in side-by-side output mode.khali2012-10-251-0/+9
* Don't let missing DDR2 SPD revision or PLL relock time break side-by-side out...khali2012-10-221-5/+3
* Print a space before "MHz" to improve readability.khali2012-10-221-7/+7
* Print the number of banks, rows, columns and ranks for DDR modules askhali2012-10-211-0/+4
* Don't let missing DDR module height break side-by-side output.khali2012-10-211-6/+4
* Update vendor list based on Jedec document JEP106AG. Contributed bykhali2012-09-101-13/+56
* Move the code to a function, it's cleaner.khali2012-09-071-4/+12
* Optimize the code which computes the column width.khali2012-09-071-8/+10
* In side-by-side merged cells mode, don't make columns larger than theykhali2012-09-071-3/+18
* Don't choke when no SPD EEPROM is found while the eeprom or at24 driver iskhali2012-07-191-5/+6
* Read EEPROM contents before printing headers.khali2012-07-191-14/+14
* decode-dimms: Use short name in side-by-side output mode also whenkhali2012-04-191-1/+2
* Decode and print bus width extension of DDR3 memory modules.khali2012-04-181-0/+2
* Decode and print module configuration type (parity, ECC) of DDR2 memorykhali2012-04-181-7/+15
* Add support for the at24 kernel driver.khali2011-02-161-7/+38
* Decode module configuration type and refresh rate of DDR SDRAM.khali2011-02-161-19/+22
* Decode voltage interface level of DDR SDRAM.khali2009-06-091-11/+22
* Be more robust against seek/read errors on sysfs.khali2009-05-031-2/+4
* Automatically adjust the width of columns in text side-by-side mode.khali2009-03-201-2/+24
* Try harder to decode the manufacturing date.khali2009-03-201-0/+4
* Reformat "at CAS N" output so that it no longer breaks thekhali2009-03-201-33/+44
* Minimize the initial output differences between different memorykhali2009-03-201-49/+47
* Add an option to merge identical cells. This makes the output evenkhali2009-03-201-4/+27
* New side-by-side output format. Especially nice for the HTML formatkhali2009-03-201-17/+111
* Refactor HTML filtering into a separate function.khali2009-03-201-24/+17
* Delay the printing of DIMM data by storing all the output in a temporarykhali2009-03-201-6/+35
* Store the DIMM being currently decoded in a global variable, so thatkhali2009-03-201-11/+11
* Verify checksum or CRC before processing any DIMM module. That way wekhali2009-03-201-5/+16
* Store all dimm data into @dimm. Required for future evolutions.khali2009-03-201-11/+19
* Change the dimm list to a more complex data structure where we willkhali2009-03-201-10/+14
* Carry the path to eeprom data files around, instead of hard-coding itkhali2009-03-201-8/+5
* The DIMM addresses are hexadecimal values, handle them as such.khali2009-03-201-5/+6
* Filter non-DIMM EEPROMs earlier. This saves one level of indentation inkhali2009-03-201-91/+87
* Don't call an external tool (ls) to get the list of dimms. Usingkhali2009-03-201-3/+8
* Move dimm list creation to a separate function.khali2009-03-201-3/+8
* Misc coding-style fixes.khali2009-03-201-3/+7
* Delete the decode-xeon script. It was essentially unmaintained, waskhali2009-01-133-206/+0
* Licensing clarification.khali2009-01-131-1/+4
* Missed whitespace cleanups.khali2008-12-111-4/+4
* Strip trailing whitespace and redundant spaces.khali2008-12-115-40/+40
* Fix obvious decoding logic bug in decode_sdr_sdram().khali2008-12-111-3/+3
* New helper function value_or_undefined().khali2008-12-111-29/+25
* Get rid of $l everywhere else.khali2008-12-111-24/+15
* Get rid of $l in decode_sdr_sdram().khali2008-12-111-126/+119
* Add parentheses to all printl-like function calls, for clarity.khali2008-12-111-254/+254