Superiotool: Difference between revisions
(Winbond WPCD376I support.) |
(Update to r5048.) |
||
Line 114: | Line 114: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| ITE | |||
| IT8703F | |||
| style="background:lime" | Yes | |||
| style="background:lime" | Yes | |||
| — | | — | ||
| — | | — | ||
Line 191: | Line 198: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| ITE | |||
| IT8510E/TE/G | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| ITE | |||
| IT8511E/TE/G | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | | — | ||
| — | | — | ||
Line 415: | Line 436: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| FDC37M602 | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | | — | ||
| — | | — | ||
Line 702: | Line 730: | ||
! align="left" | BIOS | ! align="left" | BIOS | ||
! align="left" | CB<sup>2</sup> | ! align="left" | CB<sup>2</sup> | ||
|- bgcolor="#dddddd" valign="top" | |||
| VIA | |||
| VT82C686A/VT82C686B | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | |||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" |
Revision as of 17:11, 24 January 2010
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.
-
ITE IT8705F
-
Winbond W83977EF
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 | — | — |
SMSC | LPC47N227 runtime register block | 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/coreboot/trunk/util/superiotool $ cd superiotool $ make $ sudo make install
Debian / Ubuntu
$ 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. |