summaryrefslogtreecommitdiff
path: root/util/superiotool/README
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-09-20 23:57:44 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-09-20 23:57:44 +0000
commiteddc473ce0753bfd8aa55cc19bcec991866694fd (patch)
treec710be3d289d2d649572bf59cc429e2edc44cddb /util/superiotool/README
parentb4db2209f9e01e1a013cc33356bceec57c3a3c80 (diff)
downloadcoreboot-eddc473ce0753bfd8aa55cc19bcec991866694fd.tar.xz
Add -D / --dump-readable option which prints the Super I/O register
contents in human-readable form (e.g. "COM1 enabled" etc.) instead of the hex-table format from -d / --dump. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2795 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/README')
-rw-r--r--util/superiotool/README17
1 files changed, 11 insertions, 6 deletions
diff --git a/util/superiotool/README b/util/superiotool/README
index f0294d41cc..9fef6306cc 100644
--- a/util/superiotool/README
+++ b/util/superiotool/README
@@ -28,12 +28,13 @@ Installation
Usage
-----
- $ superiotool [-d] [-V] [-v] [-h]
+ $ superiotool [-d] [-D] [-V] [-v] [-h]
- -d | --dump Dump Super I/O registers
- -V | --verbose Verbose mode
- -v | --version Show the superiotool version
- -h | --help Show a short help text
+ -d | --dump Dump Super I/O registers
+ -D | --dump-readable Dump Super I/O registers in human-readable format
+ -V | --verbose Verbose mode
+ -v | --version Show the superiotool version
+ -h | --help Show a short help text
Per default (no options) superiotool will just probe for a Super I/O
and print its vendor, name, ID, version, and config port.
@@ -44,10 +45,14 @@ Typical usage of superiotool:
$ superiotool
- - Detailed register dump of the Super I/O (if detected):
+ - Register dump as table of hex-values of the Super I/O (if detected):
$ superiotool -d
+ - Detailed register dump in human-readable format:
+
+ $ superiotool -D
+
Supported Super I/O Chips
-------------------------