Superiotool: Difference between revisions
Jump to navigation
Jump to search
m (→Supported devices: Split up table, it's too big.) |
|||
Line 15: | Line 15: | ||
! align="left" | Detect | ! align="left" | Detect | ||
! align="left" | Dump | ! align="left" | Dump | ||
! align="left" | HRdump | ! align="left" | HRdump<sup>2</sup> | ||
! align="left" | BIOS | ! align="left" | BIOS | ||
! align="left" | LB | ! align="left" | LB<sup>3</sup> | ||
|- bgcolor="#eeeeee" valign="top" | |- bgcolor="#eeeeee" valign="top" | ||
Line 265: | Line 265: | ||
! align="left" | Detect | ! align="left" | Detect | ||
! align="left" | Dump | ! align="left" | Dump | ||
! align="left" | HRdump | ! align="left" | HRdump<sup>2</sup> | ||
! align="left" | BIOS | ! align="left" | BIOS | ||
! align="left" | LB | ! align="left" | LB<sup>3</sup> | ||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
Line 716: | Line 716: | ||
<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> Human-readable register dump.<br /> | |||
<sup>3</sup> Register dump output from a running LinuxBIOS system (vs. proprietary BIOS).<br /> | |||
</small> | </small> | ||
Revision as of 02:29, 8 October 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
|
|
1 Previosly National Semiconductor, now bought by Winbond.
2 Human-readable register dump.
3 Register dump output from a running LinuxBIOS system (vs. proprietary BIOS).
Installation
$ svn co svn://linuxbios.org/repos/trunk/util/superiotool $ cd superiotool $ make $ sudo make install
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
Detailed register dump in human-readable format:
$ 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. |