Superiotool: Difference between revisions
Jump to navigation
Jump to search
(→Supported devices: Add missing supported chips.) |
|||
Line 488: | Line 488: | ||
| SMSC | | SMSC | ||
| SCH5504 | | SCH5504 | ||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| SCH5514D-NS | |||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
Line 523: | Line 530: | ||
| SMSC | | SMSC | ||
| SCH5317 | | SCH5317 | ||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| SCH5027 | |||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
Line 575: | Line 589: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| [http://www.linuxbios.org/pipermail/linuxbios/2007-October/025846.html 1] | | [http://www.linuxbios.org/pipermail/linuxbios/2007-October/025846.html 1] | ||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| SIO10N268 | |||
| style="background:lime" | Yes | |||
| style="background:lime" | Yes | |||
| — | |||
| — | | — | ||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
Line 668: | Line 689: | ||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
| Winbond | | Winbond | ||
| W83977F/G/AF/AG | | W83977F-A/G-A/AF-A/AG-A | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No |
Revision as of 21:09, 16 August 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. |