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