mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Add --list-supported option which lists the supported ROM chips, chipsets, and mainboards
Corresponding to flashrom svn r199 and coreboot v2 svn r3133. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Ward Vandewege <ward@gnu.org>
This commit is contained in:
15
flashrom.8
15
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
|
||||
|
Reference in New Issue
Block a user