161 Commits (5e742bac783636142ce53ab464e6655e8cb92f03)
 

Author SHA1 Message Date
Jean Delvare 5e742bac78 Be more robust against seek/read errors on sysfs. 16 years ago
Jean Delvare 10d2c36b6e Automatically adjust the width of columns in text side-by-side mode. 17 years ago
Jean Delvare 9759b37e87 Try harder to decode the manufacturing date. 17 years ago
Jean Delvare 3a0114a855 Reformat "at CAS N" output so that it no longer breaks the 17 years ago
Jean Delvare e64df51d5c Minimize the initial output differences between different memory 17 years ago
Jean Delvare 31177ee398 Add an option to merge identical cells. This makes the output even 17 years ago
Jean Delvare 1ac916b481 New side-by-side output format. Especially nice for the HTML format 17 years ago
Jean Delvare 65d8a58e37 Refactor HTML filtering into a separate function. 17 years ago
Jean Delvare b9dfa3a0b8 Delay the printing of DIMM data by storing all the output in a temporary 17 years ago
Jean Delvare 64462f2f9a Store the DIMM being currently decoded in a global variable, so that 17 years ago
Jean Delvare dfdde9b38a Verify checksum or CRC before processing any DIMM module. That way we 17 years ago
Jean Delvare 2a79f090d6 Store all dimm data into @dimm. Required for future evolutions. 17 years ago
Jean Delvare 19c0ec61fb Change the dimm list to a more complex data structure where we will 17 years ago
Jean Delvare a43f10bf6d Carry the path to eeprom data files around, instead of hard-coding it 17 years ago
Jean Delvare f2e378d79a The DIMM addresses are hexadecimal values, handle them as such. 17 years ago
Jean Delvare ba5f088897 Filter non-DIMM EEPROMs earlier. This saves one level of indentation in 17 years ago
Jean Delvare e0cd97ce46 Don't call an external tool (ls) to get the list of dimms. Using 17 years ago
Jean Delvare cbdc0f6a96 Move dimm list creation to a separate function. 17 years ago
Jean Delvare ddc62ed4c3 Misc coding-style fixes. 17 years ago
Jean Delvare d3a8812cb9 Clarify Linux kernel vs. GNU/Linux OS. 17 years ago
Jean Delvare 0473589979 py-smbus depends on <linux/i2c-dev.h>. 17 years ago
Jean Delvare 8df3e67d39 List include first, so that other modules can use it. 17 years ago
Jean Delvare 8f3d98791e Add missing entry. 17 years ago
Jean Delvare c8fd67263d Integrate py-smbus into the build system. Patch from Mike Frysinger. 17 years ago
Jean Delvare 152ffbac3a Drop stray reference to lm-sensors. 17 years ago
Jean Delvare d72c33645c Update maintainer address. 17 years ago
Jean Delvare 55d662f34f Let the environment set CC and CFLAGS. Original patch from Mike Frysinger. 17 years ago
Jean Delvare de85213372 Complete GPL header. 17 years ago
Jean Delvare 30415b4597 Delete the decode-xeon script. It was essentially unmaintained, was 17 years ago
Jean Delvare 6f00564f52 Licensing clarification. 17 years ago
Jean Delvare 0933f4891c Update. 17 years ago
Jean Delvare 69c40a9bb6 Missed whitespace cleanups. 17 years ago
Jean Delvare f4fb7c3ec6 Strip trailing whitespace and redundant spaces. 17 years ago
Jean Delvare 8924f42601 Fix obvious decoding logic bug in decode_sdr_sdram(). 17 years ago
Jean Delvare 7f97fd059d New helper function value_or_undefined(). 17 years ago
Jean Delvare e6dd1be6f8 Get rid of $l everywhere else. 17 years ago
Jean Delvare 44e0474f3f Get rid of $l in decode_sdr_sdram(). 17 years ago
Jean Delvare 25afc1f196 Add parentheses to all printl-like function calls, for clarity. 17 years ago
Jean Delvare 34b426a714 Drop extra newline characters. 17 years ago
Jean Delvare dd577b1fee Clean-up manufacturing data decoding functions. 17 years ago
Jean Delvare bf72a8af61 Refactor manufacturing data decoding. 17 years ago
Jean Delvare f9b954fd90 Do not decode DDR3 manufacturing data fields which have been left 17 years ago
Jean Delvare fa0a699f13 Add support for DDR3 SDRAM. Patch from Paul Goyette. 17 years ago
Jean Delvare cda5ec8595 Read the remainder of the EEPROM data if more than 128 bytes are used. 17 years ago
Jean Delvare a1de42b944 Move manufacture date decoding to a separate function. 17 years ago
Jean Delvare 9ea9403026 New manufacturer decoding for DDR3 modules. Patch from Paul Goyette. 17 years ago
Jean Delvare 2bddbf7005 One more Rambus fix. 17 years ago
Jean Delvare 89bd668c64 Fix handling of Rambus memory modules. 17 years ago
Jean Delvare 0de7df39bf Move checksum to a separate function. Handle CRC of FB-DIMM and DDR3 17 years ago
Jean Delvare b1b1f5efa5 Update comments. 17 years ago