mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Allow to print an auto-generated hardware support list in MediaWiki markup
Add a --list-supported-wiki / -z option which outputs the currently supported flash chips (and their status, size, and type), chipsets (plus status), mainboards (plus status), and external PCI devices usable as programmer to stdout. This allows for very easy pasting into the http://coreboot.org/flashrom page, so we can keep that page up-to-date without much hassle. The list of boards is mostly new (known good ones which don't need write-enable code, and known-bad ones) and also lists URLs to the vendor's mainboard pages. Corresponding to flashrom svn r607. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
.SH NAME
|
||||
flashrom \- detect, read, write, verify and erase flash chips
|
||||
.SH SYNOPSIS
|
||||
.B flashrom \fR[\fB\-VfLhR\fR] [\fB\-E\fR|\fB\-r\fR file|\fB\-w\fR file|\fB\-v\fR file]
|
||||
.B flashrom \fR[\fB\-VfLzhR\fR] [\fB\-E\fR|\fB\-r\fR file|\fB\-w\fR file|\fB\-v\fR file]
|
||||
[\fB\-c\fR chipname] [\fB\-s\fR addr] [\fB\-e\fR addr] [\fB\-m\fR [vendor:]part]
|
||||
[\fB\-l\fR file] [\fB\-i\fR image] [\fB\-p\fR programmer] [file]
|
||||
.SH DESCRIPTION
|
||||
@ -123,6 +123,12 @@ other boards work or do not work out of the box. For verification you have
|
||||
to test an ERASE and/or WRITE operation, so make sure you only do that
|
||||
if you have proper means to recover from failure!
|
||||
.TP
|
||||
.B "\-z, \-\-list\-supported-wiki"
|
||||
Same as
|
||||
.BR \-\-list\-supported ,
|
||||
but outputs the supported hardware in MediaWiki syntax, so that it can be
|
||||
easily pasted into the wiki page at http://coreboot.org/Flashrom.
|
||||
.TP
|
||||
.B "\-p, \-\-programmer <name>"
|
||||
Specify the programmer device. Currently supported are:
|
||||
.sp
|
||||
|
Reference in New Issue
Block a user