Superiotool: Difference between revisions
Jump to navigation
Jump to search
(Info page for superiotool.) |
(→Supported devices: More info.) |
||
Line 7: | Line 7: | ||
! align="left" | Vendor | ! align="left" | Vendor | ||
! align="left" | Super I/O | ! align="left" | Super I/O | ||
! align="left" | | ! align="left" | Detection | ||
! align="left" | Register dump | |||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
| Fintek | | Fintek | ||
| F71805 | | F71805 | ||
| style="background:lime" | | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | |||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
| Fintek | | Fintek | ||
| F71872 | | F71872 | ||
| style="background:lime" | | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | |||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| ITE | | ITE | ||
| IT8702F | | IT8702F | ||
| style="background:lime" | | | style="background:lime" | Yes | ||
| style="background:red" | No | |||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| ITE | | ITE | ||
| IT8705F | | IT8705F | ||
| style="background:lime" | | | style="background:lime" | Yes | ||
| style="background:red" | No | |||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| ITE | | ITE | ||
| IT8708F | | IT8708F | ||
| style="background:lime" | | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | |||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| ITE | | ITE | ||
| IT8710F | | IT8710F | ||
| style="background:lime" | | | style="background:lime" | Yes | ||
| style="background:red" | No | |||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| ITE | | ITE | ||
| IT8712F | | IT8712F | ||
| style="background:lime" | | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | |||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| ITE | | ITE | ||
| IT8716F | | IT8716F | ||
| style="background:lime" | | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | |||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| ITE | | ITE | ||
| IT8718F | | IT8718F | ||
| style="background:lime" | | | style="background:lime" | Yes | ||
| style="background:red" | No | |||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| ITE | | ITE | ||
| IT8726F | | IT8726F | ||
| style="background:yellow" | ? | |||
| style="background:yellow" | ? | | style="background:yellow" | ? | ||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
| NSC | | NSC<sup>1</sup> | ||
| PC8374 | | PC8374 | ||
| style="background:lime" | | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | |||
|} | |} | ||
<small> | |||
<sup>1</sup> Previosly National Semiconductor, now bought by Winbond.<br /> | |||
</small> | |||
== Installation == | == Installation == |
Revision as of 17:52, 16 September 2007
Superiotool is a GPL'd user-space helper tool for LinuxBIOS 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.
Supported devices
Vendor | Super I/O | Detection | Register dump |
---|---|---|---|
Fintek | F71805 | Yes | Yes |
Fintek | F71872 | Yes | Yes |
ITE | IT8702F | Yes | No |
ITE | IT8705F | Yes | No |
ITE | IT8708F | Yes | Yes |
ITE | IT8710F | Yes | No |
ITE | IT8712F | Yes | Yes |
ITE | IT8716F | Yes | Yes |
ITE | IT8718F | Yes | No |
ITE | IT8726F | ? | ? |
NSC1 | PC8374 | Yes | Yes |
1 Previosly National Semiconductor, now bought by Winbond.
Installation
$ svn co svn://linuxbios.org/repos/trunk/util/superiotool $ make $ sudo make install
Usage
$ superiotool
Currently the tool will automatically try to detect which Super I/O you have, and also dump the register contents.
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. |