summaryrefslogtreecommitdiff
path: root/eeprom
Commit message (Expand)AuthorAgeFilesLines
...
* DDR3: Simplify decoding of the heat spreader byte. This is basically aJean Delvare2013-04-151-3/+1
* DDR3: Decode the register revision byte as suggested by JedecJean Delvare2013-04-151-1/+13
* DDR3: Fix --side-by-side when some modules lack manufacturerJean Delvare2013-04-151-12/+9
* DDR3: Print rank 1 mapping of unbuffered DIMM.Jean Delvare2013-04-141-0/+3
* DDR3: Print physical characteristics and registered DIMM informationJean Delvare2013-04-141-17/+28
* DDR3: Move "mm" in physical dimensions from label to values, forJean Delvare2013-04-141-15/+15
* DDR3: Print width of all known module types.Jean Delvare2013-04-141-8/+19
* DDR3: Decode and print reference card revision.Jean Delvare2013-04-141-4/+6
* DDR3: Move decoding of the reference card to a dedicated function.Jean Delvare2013-04-141-20/+26
* DDR3: Print timings at standard speeds. This makes it easier to figureJean Delvare2013-04-141-0/+19
* DDR3: Repeat tCK, tAA, tRCD, tRP and tRAS values, so that they show upJean Delvare2013-04-131-0/+5
* DDR3: Fix speed and PC3 number of high-speed modules.Jean Delvare2013-04-131-1/+11
* DDR3: Decode the FTB fields of tCk, tAA, tRCD, tRP and tRC.Jean Delvare2013-04-131-7/+18
* DDR3: Don't print the medium and fine time bases, they aren't directlyJean Delvare2013-04-131-9/+9
* DDR3: Round down PC3 numbers to comply with Jedec.Jean Delvare2013-04-131-0/+2
* DDR3: Round core timings up, not down.Jean Delvare2013-04-131-4/+4
* DDR3: Use the right nibble from byte 21 as the MSB of tRAS.Jean Delvare2013-04-131-1/+1
* Decode more DDR3 module typesJean Delvare2013-02-131-1/+4
* Prevent hang on reserved DDR3 module typeJean Delvare2013-02-131-1/+1
* Print timings at standard PC speeds. The minimum cycle times for theJean Delvare2012-12-201-1/+24
* Fix decoding of SDR SPD revision. The encoding changed with revisionJean Delvare2012-12-201-1/+3
* Add section headers for SDR modules, to make the output easier to read.Jean Delvare2012-12-201-2/+3
* Remove duplicate "ns" in SDR timings.Jean Delvare2012-12-201-5/+1
* Strip former manufacturer name in side-by-side output mode, to avoidJean Delvare2012-12-201-0/+1
* If DDR3 manufacturer page count parity is wrong, still print theJean Delvare2012-12-201-3/+6
* Add manufacturer names from Jedec document JEP106AJ.Jean Delvare2012-12-201-2/+6
* Introduce helper function as_ddr(), hopefully this makes the code aJean Delvare2012-12-201-8/+16
* ddr2_core_timings is now the exact same function as ddr_core_timingsJean Delvare2012-12-201-13/+5
* Print timings at standard DDR speeds. The minimum cycle times for theJean Delvare2012-12-201-12/+34
* Print timings at standard DDR2 speeds. The minimum cycle times for theJean Delvare2012-12-201-15/+36
* decode-dimms: Print DDR2 core timings for all supported CAS values, asJean Delvare2012-10-251-9/+23
* decode-dimms: Print only the DDR2 timings which were properly defined.Jean Delvare2012-10-251-21/+43
* decode-dimms: Print DDR2 equivalent speed of tCK max.Jean Delvare2012-10-251-3/+5
* decode-dimms: Print DDR core timings for all supported CAS values.Jean Delvare2012-10-251-14/+25
* decode-dimms: Print extra timing values for DDR memory modules as we doJean Delvare2012-10-251-1/+46
* decode-dimms: Default to merging cells in side-by-side output mode.Jean Delvare2012-10-251-0/+9
* Don't let missing DDR2 SPD revision or PLL relock time break side-by-side out...Jean Delvare2012-10-221-5/+3
* Print a space before "MHz" to improve readability.Jean Delvare2012-10-221-7/+7
* Print the number of banks, rows, columns and ranks for DDR modules asJean Delvare2012-10-211-0/+4
* Don't let missing DDR module height break side-by-side output.Jean Delvare2012-10-211-6/+4
* Update vendor list based on Jedec document JEP106AG. Contributed byJean Delvare2012-09-101-13/+56
* Move the code to a function, it's cleaner.Jean Delvare2012-09-071-4/+12
* Optimize the code which computes the column width.Jean Delvare2012-09-071-8/+10
* In side-by-side merged cells mode, don't make columns larger than theyJean Delvare2012-09-071-3/+18
* Don't choke when no SPD EEPROM is found while the eeprom or at24 driver isJean Delvare2012-07-191-5/+6
* Read EEPROM contents before printing headers.Jean Delvare2012-07-191-14/+14
* decode-dimms: Use short name in side-by-side output mode also whenJean Delvare2012-04-191-1/+2
* Decode and print bus width extension of DDR3 memory modules.Jean Delvare2012-04-181-0/+2
* Decode and print module configuration type (parity, ECC) of DDR2 memoryJean Delvare2012-04-181-7/+15
* Add support for the at24 kernel driver.Jean Delvare2011-02-161-7/+38