102 Commits (v3.1.2)

Author SHA1 Message Date
Jean Delvare b9cf0129a9 decode-dimms: Fix DDR3 extended temp range refresh rate decoding 9 years ago
Jean Delvare 96d275f6eb Add manual pages for decode-dimms and decode-vaio 12 years ago
Jean Delvare 95674a88a5 decode-dimms: Encode "degrees" to HTML degree symbol 12 years ago
Jean Delvare e67a49f679 ddcmon: Merge copyright information 12 years ago
Jean Delvare 2df6dcb997 Update my e-mail address and copyright years. 12 years ago
Jean Delvare 407fc259e3 Doh. I've proofread these names twice and even that was not enough :( 12 years ago
Jean Delvare bfd0e2e24a Add manufacturer names from Jedec document JEP106AK. 12 years ago
Jean Delvare 9b4e137eb1 decode-dimms: Fix typo in vendor name 12 years ago
Jean Delvare 4aa36fe574 DDR3: Round down PC3 numbers to comply with Jedec. 12 years ago
Jean Delvare cbfef7739d DDR3: Round core timings up, not down. 12 years ago
Jean Delvare 7add855d52 DDR3: Use the right nibble from byte 21 as the MSB of tRAS. 12 years ago
Jean Delvare eb2db47736 Print a space before "MHz" to improve readability. 12 years ago
Jean Delvare f8d5ac8396 Decode more DDR3 module types 13 years ago
Jean Delvare 7987d0d642 Prevent hang on reserved DDR3 module type 13 years ago
Jean Delvare 363d38f24a Fix decoding of SDR SPD revision. The encoding changed with revision 13 years ago
Jean Delvare 9dbd13a1f2 Remove duplicate "ns" in SDR timings. 13 years ago
Jean Delvare 0c6e11a7e8 Add manufacturer names from Jedec document JEP106AJ. 13 years ago
Jean Delvare 5e46bf8d31 Update vendor list based on Jedec document JEP106AG. Contributed by 13 years ago
Jean Delvare 242b1c714c Don't choke when no SPD EEPROM is found while the eeprom or at24 driver 13 years ago
Jean Delvare 309c5dd001 decode-dimms: Use short name in side-by-side output mode also when 13 years ago
Jean Delvare f043eb5430 Decode and print bus width extension of DDR3 memory modules. 13 years ago
Jean Delvare 1611927d5f Decode and print module configuration type (parity, ECC) of DDR2 memory 13 years ago
Jean Delvare add2bce315 Add support for the at24 kernel driver. 15 years ago
Jean Delvare 1981d2ef40 Decode module configuration type and refresh rate of DDR SDRAM. 15 years ago
Jean Delvare 71f241a1e1 Decode voltage interface level of DDR SDRAM. 16 years ago
Jean Delvare 722106833a Be more robust against seek/read errors on sysfs. 16 years ago
Jean Delvare b24086fb79 Automatically adjust the width of columns in text side-by-side mode. 17 years ago
Jean Delvare f0249a02bb Try harder to decode the manufacturing date. 17 years ago
Jean Delvare de0313bdc0 Reformat "at CAS N" output so that it no longer breaks the 17 years ago
Jean Delvare 36f8bc1dcd Minimize the initial output differences between different memory 17 years ago
Jean Delvare aeec8074a5 Add an option to merge identical cells. This makes the output even 17 years ago
Jean Delvare 7028bbd304 New side-by-side output format. Especially nice for the HTML format 17 years ago
Jean Delvare ad86273e30 Refactor HTML filtering into a separate function. 17 years ago
Jean Delvare 989e25e2a2 Delay the printing of DIMM data by storing all the output in a temporary 17 years ago
Jean Delvare 90225865d2 Store the DIMM being currently decoded in a global variable, so that 17 years ago
Jean Delvare 745a63dba3 Verify checksum or CRC before processing any DIMM module. That way we 17 years ago
Jean Delvare 0ff2d31f8e Store all dimm data into @dimm. Required for future evolutions. 17 years ago
Jean Delvare 365220b108 Change the dimm list to a more complex data structure where we will 17 years ago
Jean Delvare 46ddf2ad9b Carry the path to eeprom data files around, instead of hard-coding it 17 years ago
Jean Delvare fbb3a50464 The DIMM addresses are hexadecimal values, handle them as such. 17 years ago
Jean Delvare cd79c7c2f8 Filter non-DIMM EEPROMs earlier. This saves one level of indentation in 17 years ago
Jean Delvare 27cb41e03c Don't call an external tool (ls) to get the list of dimms. Using 17 years ago
Jean Delvare 6c15d67bf7 Move dimm list creation to a separate function. 17 years ago
Jean Delvare 4d60bc4af7 Misc coding-style fixes. 17 years ago
Jean Delvare 4b89e48a10 Delete the decode-xeon script. It was essentially unmaintained, was 17 years ago
Jean Delvare 24f819ed0c Licensing clarification. 17 years ago
Jean Delvare b42464782f Missed whitespace cleanups. 17 years ago
Jean Delvare 4042df3ded Strip trailing whitespace and redundant spaces. 17 years ago
Jean Delvare a1813bf8c8 Fix obvious decoding logic bug in decode_sdr_sdram(). 17 years ago
Jean Delvare a617dccf4c New helper function value_or_undefined(). 17 years ago