Superiotool: Difference between revisions
(→Supported devices: PC8739x dump.) |
(synced with the output of superiotool -l) |
||
Line 72: | Line 72: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| [http://www.coreboot.org/pipermail/linuxbios/2007-November/026831.html 1] | | [http://www.coreboot.org/pipermail/linuxbios/2007-November/026831.html 1] | ||
| — | |||
|- bgcolor="#eeeeee" valign="top" | |||
| Fintek | |||
| F8000 | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | | — | ||
Line 310: | Line 317: | ||
| PC87427 | | PC87427 | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background: | | style="background:lime" | Yes | ||
| — | | — | ||
| — | | — | ||
Line 344: | Line 351: | ||
| FDC37N971 | | FDC37N971 | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background: | | style="background:lime" | Yes | ||
| — | | — | ||
| — | | — | ||
Line 351: | Line 358: | ||
| FDC37N972 | | FDC37N972 | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background: | | style="background:lime" | Yes | ||
| — | | — | ||
| — | | — | ||
Line 534: | Line 541: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| A8000 | |||
| style="background:lime" | Yes | |||
| style="background:lime" | Yes | |||
| — | | — | ||
| — | | — |
Revision as of 00:08, 23 January 2009
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 | — | — |
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. |