From 0be73bbf3014d3e7a5d519bb6023c99374df3322 Mon Sep 17 00:00:00 2001 From: Ronald Hoogenboom Date: Mon, 25 Feb 2008 22:32:41 +0000 Subject: 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 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 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3117 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/superiotool/superiotool.8 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'util/superiotool/superiotool.8') diff --git a/util/superiotool/superiotool.8 b/util/superiotool/superiotool.8 index b00ae74de8..65a302a1a6 100644 --- a/util/superiotool/superiotool.8 +++ b/util/superiotool/superiotool.8 @@ -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" -- cgit v1.2.3