Difference between revisions of "Superiotool"
(→Supported devices: List chips that where extended register dumps are available and supported.) |
(→Supported devices: Update to r3784.) |
||
| Line 47: | Line 47: | ||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
| Fintek | | Fintek | ||
| − | | F71862FG | + | | F71862FG / F71863FG |
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
| Line 74: | Line 74: | ||
| — | | — | ||
| + | |- bgcolor="#dddddd" valign="top" | ||
| + | | ITE | ||
| + | | IT8228E | ||
| + | | style="background:lime" | Yes | ||
| + | | style="background:red" | No | ||
| + | | — | ||
| + | | — | ||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| ITE | | ITE | ||
| Line 126: | Line 133: | ||
| ITE | | ITE | ||
| IT8710F | | IT8710F | ||
| + | | style="background:lime" | Yes | ||
| + | | style="background:red" | No | ||
| + | | — | ||
| + | | — | ||
| + | |- bgcolor="#dddddd" valign="top" | ||
| + | | ITE | ||
| + | | IT8711F | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
| Line 150: | Line 164: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| [http://www.linuxbios.org/pipermail/linuxbios/2007-September/024884.html 1], [http://www.coreboot.org/pipermail/coreboot/2008-May/034452.html 2] | | [http://www.linuxbios.org/pipermail/linuxbios/2007-September/024884.html 1], [http://www.coreboot.org/pipermail/coreboot/2008-May/034452.html 2] | ||
| + | | — | ||
| + | |- bgcolor="#dddddd" valign="top" | ||
| + | | ITE | ||
| + | | IT8720F | ||
| + | | style="background:lime" | Yes | ||
| + | | style="background:red" | No | ||
| + | | — | ||
| + | | — | ||
| + | |- bgcolor="#dddddd" valign="top" | ||
| + | | ITE | ||
| + | | IT8722F | ||
| + | | style="background:lime" | Yes | ||
| + | | style="background:red" | No | ||
| + | | — | ||
| — | | — | ||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| ITE | | ITE | ||
| IT8726F | | IT8726F | ||
| + | | style="background:lime" | Yes | ||
| + | | style="background:lime" | Yes | ||
| + | | — | ||
| + | | — | ||
| + | |- bgcolor="#dddddd" valign="top" | ||
| + | | ITE | ||
| + | | IT8761E | ||
| + | | style="background:lime" | Yes | ||
| + | | style="background:red" | No | ||
| + | | — | ||
| + | | — | ||
| + | |- bgcolor="#dddddd" valign="top" | ||
| + | | ITE | ||
| + | | IT8780F | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
Revision as of 21:48, 10 December 2008
Superiotool is a GPL'd user-space helper tool for coreboot development purposes (but may also be useful for other things). It allows you to detect which Super I/O you have on your mainboard, and it can provide detailed information about the register contents of the Super I/O.
This utility should work on most modern UNIX-like operating systems; it has been tested on at least Linux and FreeBSD.
Supported devices
|
|
|
Extended dumps (EC, HWM) available for:
Use the --extra-dump option to see the contents of these registers.
| Vendor | Super I/O | Detect | Dump | BIOS | CB2 |
|---|---|---|---|---|---|
| ITE | IT8716F EC | Yes | Yes | 1 | — |
| ITE | IT8718F EC | Yes | Yes | 1 | — |
| Winbond | W83627THF/THG HWM | Yes | Yes | — | — |
1 Previosly National Semiconductor, now bought by Winbond.
2 Register dump output from a running coreboot system (vs. proprietary BIOS).
Installation
Manual installation
$ svn co svn://coreboot.org/repos/trunk/util/superiotool $ cd superiotool $ make $ sudo make install
Debian
$ apt-get install superiotool
Fedora
$ yum install superiotool
Usage
Probe/detect the Super I/O in your mainboard:
$ superiotool
Register dump as table of hex-values (if the Super I/O is detected):
$ superiotool -d
Please see the README for further information.
| |
This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |