summaryrefslogtreecommitdiffstats
path: root/util/superiotool/README
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-01-18 18:04:28 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-01-18 18:04:28 +0000
commitcd474afd08356bb4dbc7f0b73e9927c05defe3d8 (patch)
treee110089ef44278f106c152183d5ffa096d6e8480 /util/superiotool/README
parentd84d9ba4450ea2c0dd4f79460b3b4b79739e8566 (diff)
downloadcoreboot-cd474afd08356bb4dbc7f0b73e9927c05defe3d8.tar.gz
coreboot-cd474afd08356bb4dbc7f0b73e9927c05defe3d8.tar.bz2
coreboot-cd474afd08356bb4dbc7f0b73e9927c05defe3d8.zip
Document the --list-supported option. Various small fixes (trivial).
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@3060 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/README')
-rw-r--r--util/superiotool/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/util/superiotool/README b/util/superiotool/README
index c601168a76f8..b60e861541bb 100644
--- a/util/superiotool/README
+++ b/util/superiotool/README
@@ -30,9 +30,10 @@ Installation
Usage
-----
- $ superiotool [-d] [-V] [-v] [-h]
+ $ superiotool [-d] [-l] [-V] [-v] [-h]
-d | --dump Dump Super I/O register contents
+ -l | --list-supported Show the list of supported Super I/O chips
-V | --verbose Verbose mode
-v | --version Show the superiotool version
-h | --help Show a short help text
@@ -54,10 +55,12 @@ Typical usage of superiotool:
Supported Super I/O Chips
-------------------------
-Please see http://coreboot.org/Superiotool#Supported_devices.
+Please see http://coreboot.org/Superiotool#Supported_devices, or type
+
+ $ superiotool -l
There's also a collection of sample register dumps from various Super I/O
-chips on that page. Please send further register dumps (either from a
+chips on that web page. Please send further register dumps (either from a
proprietary BIOS and/or from coreboot) to the coreboot mailing list
(http://coreboot.org/Mailinglist).
@@ -79,7 +82,7 @@ Superiotool is copyrighted by a number of individual developers. Please
refer to the respective source code files for details.
It is licensed under the terms of the GNU General Public License (GPL),
-either version 2 of the License, or (at your option) any later version.
+either version 2 of the license, or (at your option) any later version.
Contributors