Jean Delvare
69f0354a9b
White space cleanup
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6310 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
ea83cb97f8
Update the package overview to reflect the move of eeprog.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6309 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
d3f9109aa6
Drop man page references to deprecated eeprom and eepromer.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6308 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
b5298db986
Mark eepromer and eeprom as deprecated.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6307 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
80f985bafb
Update svn:update
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6306 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
cc2b0ab7a2
Move eeprog to separate subdir and implement Module.mk for it.
Contributed by Matwey V. Kornilov.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6305 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
81aafd0719
decode-dimms: New manufacturer names from JEP106AQ
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6299 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
08f0524c33
decode-dimms: Manufacturer name changes from JEP106AQ
5 manufacturer names were updated from JEP106AK to JEP106AQ.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6298 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
76cc3ea410
decode-dimms: Refactor manufacturer decoding
Instead of reencoding pre-DDR3 manufacturer codes to DDR3 manufacturer
codes, move the common decoding to a separate function.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6297 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
a6f70a6b9f
decode-dimms: Complete check for out-of-bounds vendor ID
We also need to discard vendor ID 0 and to report "Unknown" if the
vendor is in a page we don't support yet.
Additionally, check that data is present at all for DDR3 modules as we
already do for pre-DDR3 modules.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6296 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
3bbb93ea82
decode-dimms: Correctly check for out-of-bounds vendor ID
Contributed by Lubomir Rintel.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6295 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
31d3bbdcb8
Don't hard-code lib directory name
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6290 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
272ec325c6
Enable static use of libi2c
When debugging embedded systems, it is often nice to simply TFTP the
desired i2ctool to the target without the hazzle of dealing with shared
libs. Using -static is overkill, too, so let's add a switch which will
only link functions from libi2c statically.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6289 7894878c-1315-0410-8ee3-d5d059ff63e0
10 years ago
Jean Delvare
2cbd9b5d75
py-smbus: Linkage fix
Contributed by Michael Göhler. My original attempt to fix it just
shows how little I know about python.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6278 7894878c-1315-0410-8ee3-d5d059ff63e0
11 years ago
Jean Delvare
0d826b060f
py-smbus: Add support for python 3
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6267 7894878c-1315-0410-8ee3-d5d059ff63e0
11 years ago
Jean Delvare
60df27a776
py-smbus: Link with libi2c
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6262 7894878c-1315-0410-8ee3-d5d059ff63e0
11 years ago
Jean Delvare
46a8d8a283
Mention the current maintainer. Original patch from Wolfram Sang.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6261 7894878c-1315-0410-8ee3-d5d059ff63e0
11 years ago
Jean Delvare
01199b6373
decode-dimms: Fix DDR3 extended temp range refresh rate decoding
Based on a patch from Peter Missel. The meaning of byte 31, bit 1,
was inverted. Also, this bit is only meaningful if the extended
temperature range is supported (bit 0 is set.)
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6249 7894878c-1315-0410-8ee3-d5d059ff63e0
11 years ago
Jean Delvare
8314b6fc26
ddcmon: Merge copyright information
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6226 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
4bbad0fae1
Update my e-mail address and copyright years.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6224 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
e32b1c37bd
Manual pages for eeprog, eeprom and eepromer, contributed by Jaromir
Capik.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6204 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
81a3820cbd
Add missing option -r to usage summary
Reported by Jaromir Capik.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6201 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
ab2c876288
Add manual pages for decode-dimms and decode-vaio
Contributed by Jaromir Capik.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6200 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
8b465452b3
decode-dimms: Generate XHTML 1.1 compliant markup
In HTML output mode, generate XHTML 1.1 compliant markup.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6183 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
34a4434e33
decode-dimms: Generate HTML 4.01 compliant markup
In HTML output mode, generate HTML 4.01 compliant markup.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6182 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
ede42ae4b8
py-smbus: fix module level docs
When you do `pydoc smbus`, you just get the high level description.
There is no automatic display of the classes (like SMBus). This is
due to the name not being specified quite right in the type.
Contributed by Mike Frysinger.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6171 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
4e0b80d594
decode-dimms: Encode "degrees" to HTML degree symbol
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6161 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
1109541b69
decode-dimms: For HTML output, merge adjacent cells even if the whole line cannot be merged
Original patch from Paul Goyette.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6159 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
02cb1fe0b9
Doh. I've proofread these names twice and even that was not enough :(
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6158 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
0bfdc5b85c
Add manufacturer names from Jedec document JEP106AK.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6155 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
23df7bf187
decode-dimms: Fix typo in vendor name
Contributed by Paul Goyette.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6150 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
3068ae1ec9
DDR3: Fully decode the SDRAM Device Type field.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6149 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
13f82c4453
DDR3: Cleanup the decoding of the Module Thermal Sensor field.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6148 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
9b3b1fe843
DDR3: Add support for Load Reduced DIMM (LRDIMM).
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6147 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
d6cea36b8c
DDR3: Don't print raw SSTE32882 register values. Undecoded, they have
no value for the user.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6146 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
4532d0e65b
DDR3: Simplify decoding of the heat spreader byte. This is basically a
boolean, no need to make it more complex until the specification is
extended to encode details.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6145 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
3c0fa7c600
DDR3: Decode the register revision byte as suggested by Jedec
documentation.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6144 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
0950ccbb2f
DDR3: Fix --side-by-side when some modules lack manufacturer
information that others have.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6143 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
5561fbabf1
DDR3: Print rank 1 mapping of unbuffered DIMM.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6142 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
62a32795b5
DDR3: Print physical characteristics and registered DIMM information
for all module types which support it.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6141 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
1cc6b92b9a
DDR3: Move "mm" in physical dimensions from label to values, for
consistency.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6140 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
6ef700886a
DDR3: Print width of all known module types.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6139 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
acd43b1773
DDR3: Decode and print reference card revision.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6138 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
c86e8c2e45
DDR3: Move decoding of the reference card to a dedicated function.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6137 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
bd15d6eb89
DDR3: Print timings at standard speeds. This makes it easier to figure
out which memory modules will work well together.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6136 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
5d14992dbb
DDR3: Repeat tCK, tAA, tRCD, tRP and tRAS values, so that they show up
no only as cycle counts but also absolute time values.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6135 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
ce5e370506
DDR3: Fix speed and PC3 number of high-speed modules.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6134 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
7321cb0fcc
DDR3: Decode the FTB fields of tCk, tAA, tRCD, tRP and tRC.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6133 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
b4e1cbb787
DDR3: Don't print the medium and fine time bases, they aren't directly
useful to the user. Simply store them for later use.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6132 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago
Jean Delvare
9ef19df2eb
DDR3: Round down PC3 numbers to comply with Jedec.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6131 7894878c-1315-0410-8ee3-d5d059ff63e0
12 years ago