aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/flashrom.8
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-03-12 11:54:51 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-03-12 11:54:51 +0000
commit098913dadfcb9e5205112ee05ec3042bbd4cb277 (patch)
tree22040c256a0bca0783c6d106b3793d84ac3652cb /util/flashrom/flashrom.8
parent2aa14367774bc19ab4df4ff527e15d5e73258ddd (diff)
Add --list-supported option to flashrom which lists the supported
ROM chips, chipsets, and mainboards (Closes #90). Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Ward Vandewege <ward@gnu.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3133 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flashrom.8')
-rw-r--r--util/flashrom/flashrom.815
1 files changed, 13 insertions, 2 deletions
diff --git a/util/flashrom/flashrom.8 b/util/flashrom/flashrom.8
index 287b7f78fd..21e9036aeb 100644
--- a/util/flashrom/flashrom.8
+++ b/util/flashrom/flashrom.8
@@ -2,13 +2,13 @@
.SH NAME
flashrom \- a universal BIOS/ROM/flash programming utility
.SH SYNOPSIS
-.B flashrom \fR[\fB\-rwvEVfhR\fR] [\fB\-c\fR chipname] [\fB\-s\fR exclude_start] [\fB\-e\fR exclude_end]
+.B flashrom \fR[\fB\-rwvEVfLhR\fR] [\fB\-c\fR chipname] [\fB\-s\fR exclude_start] [\fB\-e\fR exclude_end]
[\fB-m\fR vendor:part] [\fB-l\fR file.layout] [\fB-i\fR image_name] [file]
.SH DESCRIPTION
.B flashrom
is a universal flash programming utility for DIP, PLCC, or SPI flash ROM
chips. It can be used to flash BIOS/coreboot/firmware images, for example.
-
+.sp
(see
.B http://coreboot.org
for details on coreboot)
@@ -61,6 +61,17 @@ Only flash image
.B <name>
from flash layout.
.TP
+.B "\-L, \-\-list\-supported"
+List the ROM chips, chipsets, and mainboards supported by flashrom.
+The list of mainboards consists of those boards which need a special
+ROM write-enable function for flashrom to work.
+.sp
+There are many other boards which will work out of the box, without such
+special support in flashrom. Some of the known-good/known-bad and tested ones
+are listed at
+.BR http://coreboot.org/Flashrom#Supported_mainboards ,
+but the list is not exhaustive, of course.
+.TP
.B "\-h, \-\-help"
Show a help text and exit.
.TP