Superiotool: Difference between revisions
Jump to navigation
Jump to search
(→Supported devices: NSC PC87317 dump support.) |
(LinuxBIOS -> coreboot name change) |
||
Line 1: | Line 1: | ||
'''Superiotool''' is a GPL'd user-space helper tool for | '''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 [[wikipedia:Super I/O|Super I/O]] you have on your mainboard, and it can provide detailed information about the register contents of the Super I/O. | ||
<gallery> | <gallery> | ||
Line 40: | Line 40: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| [http://www. | | [http://www.coreboot.org/pipermail/linuxbios/2007-September/024916.html 1] | ||
| — | | — | ||
Line 69: | Line 69: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| [http://www. | | [http://www.coreboot.org/pipermail/linuxbios/2007-November/026831.html 1] | ||
| — | | — | ||
Line 721: | Line 721: | ||
<small> | <small> | ||
<sup>1</sup> Previosly National Semiconductor, now bought by Winbond.<br /> | <sup>1</sup> Previosly National Semiconductor, now bought by Winbond.<br /> | ||
<sup>2</sup> Register dump output from a running | <sup>2</sup> Register dump output from a running coreboot system (vs. proprietary BIOS).<br /> | ||
</small> | </small> | ||
Line 728: | Line 728: | ||
=== Manual installation === | === Manual installation === | ||
$ svn co svn:// | $ svn co svn://coreboot.org/repos/trunk/util/superiotool | ||
$ cd superiotool | $ cd superiotool | ||
$ make | $ make | ||
Line 747: | Line 747: | ||
$ superiotool -d | $ superiotool -d | ||
Please see the [http://tracker. | Please see the [http://tracker.coreboot.org/trac/coreboot/browser/trunk/util/superiotool/README README] for further information. | ||
{{GPL}} | {{GPL}} |
Revision as of 17:22, 17 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. |