Changeset 5595 for i2c-tools/trunk
- Timestamp:
- 01/13/09 18:32:03 (3 years ago)
- Location:
- i2c-tools/trunk
- Files:
-
- 1 removed
- 3 modified
-
CHANGES (modified) (1 diff)
-
eeprom/Module.mk (modified) (1 diff)
-
eeprom/README (modified) (1 diff)
-
eeprom/decode-xeon (deleted)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/CHANGES
r5566 r5595 6 6 Add support for DDR3 SDRAM 7 7 Fix decoding of SDR SDRAM bytes 12-14 8 decode-xeon: Delete 8 9 i2c-stub-from-dump: Use udev settle to speed up initialization 9 10 -
i2c-tools/trunk/eeprom/Module.mk
r5594 r5595 11 11 12 12 EEPROM_TARGETS := decode-dimms decode-vaio ddcmon decode-edid 13 14 # decode-xeon was not yet ported to the Linux 2.6 sysfs interface15 ifeq (,$(findstring /2.6., /$(KERNELVERSION)))16 EEPROM_TARGETS += decode-xeon17 endif18 13 19 14 # -
i2c-tools/trunk/eeprom/README
r5162 r5595 17 17 information, while decode-edid prints timing information for 18 18 inclusion into your X11 configuration file. 19 20 * decode-xeon (perl script)21 ID ROM data decoding for Xeon processors. Support for sysfs is still22 missing, so this script doesn't work with 2.6 kernels yet.
