This patch adds support to dump other registers than the primary
pnp-style configuration registers, using the new option -e/--extra-dump. This patch only adds dumping of the Environmental Controller configuration registers for the IT8716f chip. Signed-off-by: Ronald Hoogenboom <hoogenboom30@zonnet.nl> I (Carl-Daniel) checked the data sheets of the whole IT87[012] series and although the environment controller is sometimes called fan controller, the location of the register is the same for all models. Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3117 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Carl-Daniel Hailfinger
parent
56cf01f29d
commit
0be73bbf30
@@ -2,7 +2,7 @@
|
||||
.SH NAME
|
||||
superiotool \- Super I/O detection tool
|
||||
.SH SYNOPSIS
|
||||
.B superiotool \fR[\fB\-dlVvh\fR]
|
||||
.B superiotool \fR[\fB\-delVvh\fR]
|
||||
.SH DESCRIPTION
|
||||
.B superiotool
|
||||
is a GPL'd user-space utility which can
|
||||
@@ -73,6 +73,16 @@ which can mean several things. It's recommended to consult the datasheet for
|
||||
detailed information about the
|
||||
.BR MM " fields."
|
||||
.TP
|
||||
.B "\-e, \-\-extra-dump"
|
||||
Dump extra secondary register contents too, if available. Only in combination
|
||||
with the
|
||||
.B --dump
|
||||
option. This option will, for instance, dump the Environmental Controller
|
||||
configuration registers for the ITE IT8716f chip. The format is similar to
|
||||
the output of the
|
||||
.B --dump
|
||||
option.
|
||||
.TP
|
||||
.B "\-l, \-\-list-supported"
|
||||
List all Super I/O chips recognized by
|
||||
.BR superiotool ". The phrase"
|
||||
|
Reference in New Issue
Block a user