From 20a293fc680acd9a3cc8a6a05e4da90d55886495 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 19 Jun 2009 10:42:43 +0000 Subject: 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 Acked-by: Carl-Daniel Hailfinger --- flashrom.8 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'flashrom.8') diff --git a/flashrom.8 b/flashrom.8 index 07c462b..fd1f242 100644 --- a/flashrom.8 +++ b/flashrom.8 @@ -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 " Specify the programmer device. Currently supported are: .sp -- cgit v1.1