Superiotool

From coreboot
Revision as of 15:13, 16 September 2007 by Uwe (talk | contribs) (Info page for superiotool.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The wiki is being retired!

Documentation is now handled by the same processes we use for code: Add something to the Documentation/ directory in the coreboot repo, and it will be rendered to https://doc.coreboot.org/. Contributions welcome!

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 Status
Fintek F71805 OK
Fintek F71872 OK
ITE IT8702F OK
ITE IT8705F OK
ITE IT8708F OK
ITE IT8710F OK
ITE IT8712F OK
ITE IT8716F OK
ITE IT8718F OK
ITE IT8726F ?
NSC PC8374 OK

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.


GNU head 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.