Superiotool: Difference between revisions
Jump to navigation
Jump to search
(→Supported devices: Add missing entries, some updates and reorderings.) |
|||
Line 92: | Line 92: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| [http://www.linuxbios.org/pipermail/linuxbios/2007-November/026913.html 1] | | [http://www.linuxbios.org/pipermail/linuxbios/2007-November/026913.html 1] | ||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| ITE | |||
| IT8706R | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | | — | ||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
Line 127: | Line 134: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| [http://www.linuxbios.org/pipermail/linuxbios/2007-September/024884.html 1] | | [http://www.linuxbios.org/pipermail/linuxbios/2007-September/024884.html 1] | ||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| ITE | |||
| IT8726F | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | | — | ||
Line 305: | Line 319: | ||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| SMSC | | SMSC | ||
| | | FDC37C67x | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
Line 623: | Line 637: | ||
| style="background:red" | No | | style="background:red" | No | ||
| — | | — | ||
| — | | — | ||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
Line 649: | Line 656: | ||
| W83627DHG | | W83627DHG | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background: | | style="background:lime" | Yes | ||
| — | | — | ||
| — | | — | ||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
| Winbond | | Winbond | ||
| | | W83627UHG | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background: | | style="background:red" | No | ||
| | | — | ||
| — | | — | ||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
| Winbond | | Winbond | ||
| | | W83977F/G/AF/AG | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
Line 668: | Line 675: | ||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
| Winbond | | Winbond | ||
| | | W83977AF | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
Line 693: | Line 700: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| [http://www.linuxbios.org/pipermail/linuxbios/2007-October/025453.html 1], [http://www.linuxbios.org/pipermail/linuxbios/2007-October/025592.html 2] | | [http://www.linuxbios.org/pipermail/linuxbios/2007-October/025453.html 1], [http://www.linuxbios.org/pipermail/linuxbios/2007-October/025592.html 2] | ||
| — | |||
|- bgcolor="#eeeeee" valign="top" | |||
| Winbond | |||
| W83697SF/UF/UG | |||
| style="background:lime" | Yes | |||
| style="background:lime" | Yes | |||
| [http://www.linuxbios.org/pipermail/linuxbios/2007-October/025914.html 1] | |||
| — | |||
|- bgcolor="#eeeeee" valign="top" | |||
| Winbond | |||
| W83627EHF/EF/EHG/EG | |||
| style="background:lime" | Yes | |||
| style="background:lime" | Yes | |||
| [http://www.linuxbios.org/pipermail/linuxbios/2007-September/024887.html 1], [http://www.linuxbios.org/pipermail/linuxbios/2007-October/025284.html 2], [http://www.coreboot.org/pipermail/coreboot/2008-January/029416.html 3] | |||
| — | | — | ||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" |
Revision as of 10:13, 19 January 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.
-
ITE IT8705F
-
Winbond W83977EF
Supported devices
|
|
|
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
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. |