Changeset 5595 for i2c-tools/trunk

Show
Ignore:
Timestamp:
01/13/09 18:32:03 (3 years ago)
Author:
khali
Message:

Delete the decode-xeon script. It was essentially unmaintained, was
never updated to support Linux 2.6, and lacked a license statement.

Location:
i2c-tools/trunk
Files:
1 removed
3 modified

Legend:

Unmodified
Added
Removed
  • i2c-tools/trunk/CHANGES

    r5566 r5595  
    66                Add support for DDR3 SDRAM 
    77                Fix decoding of SDR SDRAM bytes 12-14 
     8  decode-xeon: Delete 
    89  i2c-stub-from-dump: Use udev settle to speed up initialization 
    910 
  • i2c-tools/trunk/eeprom/Module.mk

    r5594 r5595  
    1111 
    1212EEPROM_TARGETS  := decode-dimms decode-vaio ddcmon decode-edid 
    13  
    14 # decode-xeon was not yet ported to the Linux 2.6 sysfs interface 
    15 ifeq (,$(findstring /2.6., /$(KERNELVERSION))) 
    16 EEPROM_TARGETS  += decode-xeon 
    17 endif 
    1813 
    1914# 
  • i2c-tools/trunk/eeprom/README

    r5162 r5595  
    1717  information, while decode-edid prints timing information for 
    1818  inclusion into your X11 configuration file. 
    19  
    20 * decode-xeon (perl script) 
    21   ID ROM data decoding for Xeon processors. Support for sysfs is still 
    22   missing, so this script doesn't work with 2.6 kernels yet.