1 .TH SUPERIOTOOL 8 "January 18, 2008"
3 superiotool \- Super I/O detection tool
5 .B superiotool \fR[\fB\-delVvh\fR]
8 is a GPL'd user-space utility which can
10 * detect which Super I/O chip is soldered onto your mainboard,
12 * at which configuration port it's located (usually 0x2e or 0x4e), and
14 * dump all register contents of the Super I/O chip, together with the
15 default values as per datasheet (to make comparing the values easy).
17 It is mainly used for coreboot development purposes (see coreboot.org
18 for details on coreboot), but it may also be useful for other things.
20 The list of supported Super I/O chips is available at
21 .BR https://coreboot.org/Superiotool#Supported_devices ","
22 but it can also be viewed by running
23 .BR "superiotool -l" "."
25 If no command line option is specified,
27 merely tries to detect the Super I/O chip.
30 option to dump the Super I/O register contents.
33 Dump Super I/O registers (if the Super I/O chip is detected and
37 option for this chip). The output will look something like this:
41 Found SMSC FDC37N769 (id=0x28, rev=0x01) at 0x3f0
45 idx 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11...
47 val 20 90 80 f4 00 00 ff 00 00 00 40 00 0e 28 01 00 00 00...
49 def 28 9c 88 70 00 00 ff 00 00 00 00 00 02 28 NA 00 00 80...
53 fields contain the register numbers/indexes of the Super I/O, the
55 fields contain the contents of the respective register as read from the
58 fields contain the default values for the respective register, as specified
61 The numbers in the output are all in hex format, and some special values
65 (i.e., the datasheet doesn't specify a default value for the respective
69 (the datasheet explicitly marks this register as reserved), and
72 which can mean several things. It's recommended to consult the datasheet for
73 detailed information about the
76 .B "\-e, \-\-extra-dump"
77 Dump extra secondary register contents too, if available. Only in combination
80 option. This option will, for instance, dump the environmental controller (EC)
81 configuration registers for the ITE IT8716F chip. The format is similar to
86 .B "\-l, \-\-list-supported"
87 List all Super I/O chips recognized by
88 .BR superiotool ". The phrase"
89 .BR "(dump available)"
90 following a chip name indicates that
97 Enable verbose mode. This option can be used together with the
100 The verbose output will not only list for which type of Super I/O the tool
101 is scanning, but also at which configuration port it's probing, and which
102 Super I/O initialization sequence is used. If no Super I/O was detected
103 in a probing run, the returned output will be shown, as it may be useful
104 for figuring out which (currently unrecognized) Super I/O chip this may be.
106 .B "\-v, \-\-version"
107 Show version information and exit.
110 Show a help text and exit.
112 Please report any bugs on the coreboot mailing list
113 .RB "(" https://coreboot.org/Mailinglist ")."
115 Please see the individual source code files and/or the README file.
118 is covered by the GNU General Public License (GPL), either version 2 of
119 the License, or (at your option) any later version.
121 .BR sensors-detect (8)