Superiotool: Difference between revisions
m (→Supported devices: Another ITE IT8716F dump.) |
(→Supported devices: List chips that where extended register dumps are available and supported.) |
||
Line 776: | Line 776: | ||
|} | |} | ||
'''Extended dumps (EC, HWM) available for:''' | |||
Use the '''--extra-dump''' option to see the contents of these registers. | |||
{| border="0" style="font-size: smaller" valign="top" | |||
|- bgcolor="#6699dd" | |||
! align="left" | Vendor | |||
! align="left" | Super I/O | |||
! align="left" | Detect | |||
! align="left" | Dump | |||
! align="left" | BIOS | |||
! align="left" | CB<sup>2</sup> | |||
|- bgcolor="#eeeeee" valign="top" | |||
| ITE | |||
| IT8716F EC | |||
| style="background:lime" | Yes | |||
| style="background:lime" | Yes | |||
| [http://www.coreboot.org/pipermail/coreboot/2008-December/042980.html 1] | |||
| — | |||
|- bgcolor="#eeeeee" valign="top" | |||
| ITE | |||
| IT8718F EC | |||
| style="background:lime" | Yes | |||
| style="background:lime" | Yes | |||
| [http://www.coreboot.org/pipermail/coreboot/2008-May/034452.html 1] | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| Winbond | |||
| W83627THF/THG HWM | |||
| style="background:lime" | Yes | |||
| style="background:lime" | Yes | |||
| — | |||
| — | |||
|} | |||
<small> | <small> |
Revision as of 21:09, 10 December 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.
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. |