Superiotool: Difference between revisions

From coreboot
Jump to navigation Jump to search
(SMSC FDC37N769 now supported.)
(Update usage information.)
Line 87: Line 87:


== Usage ==
== Usage ==
Probe/detect the Super I/O in your mainboard:


  $ superiotool
  $ superiotool


Currently the tool will automatically try to detect which Super I/O you have, and also dump the register contents.
Detailed register dump of the Super I/O (if detected):
 
$ superiotool -d


Please see the [http://tracker.linuxbios.org/trac/LinuxBIOS/browser/trunk/util/superiotool/README README] for further information.


{{GPL}}
{{GPL}}

Revision as of 12:49, 19 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
SMSC FDC37N769 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

Probe/detect the Super I/O in your mainboard:

$ superiotool

Detailed register dump of the Super I/O (if detected):

$ superiotool -d

Please see the README for further information.

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.