[flashrom] [commit] r1197 - trunk

repository service svn at flashrom.org
Thu Oct 7 01:03:21 CEST 2010


Author: hailfinger
Date: Thu Oct  7 01:03:21 2010
New Revision: 1197
URL: http://flashrom.org/trac/flashrom/changeset/1197

Log:
Update the author list in the man page.
Update programmer parameter documentation.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/flashrom.8
   trunk/pcidev.c

Modified: trunk/flashrom.8
==============================================================================
--- trunk/flashrom.8	Wed Oct  6 04:56:44 2010	(r1196)
+++ trunk/flashrom.8	Thu Oct  7 01:03:21 2010	(r1197)
@@ -97,7 +97,7 @@
 .sp
 * Force chip read and pretend the chip is there.
 .sp
-* Force chip access even if the chip is bigger than the maximum supported\
+* Force chip access even if the chip is bigger than the maximum supported \
 size for the flash bus.
 .sp
 * Force erase even if erase is known bad.
@@ -169,6 +169,9 @@
 .sp
 .BR "* nicsmc1211" " (for flash ROMs on RTL8139-compatible SMC2 network cards)"
 .sp
+.BR "* nicnatsemi" " (for flash ROMs on National Semiconductor DP838* network \
+cards)"
+.sp
 .BR "* gfxnvidia" " (for flash ROMs on NVIDIA graphics cards)"
 .sp
 .BR "* drkaiser" " (for flash ROMs on Dr. Kaiser PC-Waechter PCI cards)"
@@ -187,6 +190,8 @@
 .sp
 .BR "* buspirate_spi" " (for SPI flash ROMs attached to a Bus Pirate)"
 .sp
+.BR "* dediprog" " (for SPI flash ROMs attached to a Dediprog SF100)"
+.sp
 .BR "* rayer_spi" " (for SPI flash ROMs attached to a RayeR parport \
 based programmer)"
 .sp
@@ -313,8 +318,8 @@
 Example:
 .B "flashrom \-p dummy:bus=lpc+fwh"
 .TP
-.BR "nic3com" , " nicrealtek" , " nicsmc1211" , " gfxnvidia" , " satasii \
-" and " atahpt " programmers
+.BR "nic3com" , " nicrealtek" , " nicsmc1211" , " nicnatsemi" , " gfxnvidia\
+" , " satasii " and " atahpt " programmers
 These programmers have an option to specify the PCI address of the card
 your want to use, which must be specified if more than one card supported
 by the selected programmer is installed in your system. The syntax is
@@ -396,6 +401,9 @@
 .BR 30k ", " 125k ", " 250k ", " 1M ", " 2M ", " 2.6M ", " 4M ", " 8M
 (in Hz). The default is the maximum frequency of 8 MHz.
 .TP
+.BR "dediprog " programmer
+No parameters defined yet.
+.TP
 .BR "rayer_spi " programmer
 The default I/O base address used for the parallel port is 0x378 and you can use
 the optional
@@ -484,28 +492,48 @@
 .br
 Please see the individual files.
 .SH AUTHORS
+Andrew Morgan <ziltro at ziltro.com>
+.br
 Carl-Daniel Hailfinger
 .br
 Claus Gindhart <claus.gindhart at kontron.com>
 .br
+David Borg <borg.db at gmail.com>
+.br
+David Hendricks <dhendrix at google.com>
+.br
 Dominik Geyer <dominik.geyer at kontron.com>
 .br
 Eric Biederman
 .br
 Giampiero Giancipoli <gianci at email.it>
 .br
+Helge Wagner <helge.wagner at ge.com>
+.br
+Idwer Vollering <vidwer+flashrom at gmail.com>
+.br
 Joe Bao <Zheng.Bao at amd.com>
 .br
+Jörg Fischer <turboj at gmx.de>
+.br
+Joshua Roys <roysjosh at gmail.com>
+.br
 Luc Verhaegen <libv at skynet.be>
 .br
 Li-Ta Lo
 .br
 Markus Boas <ryven at ryven.de>
 .br
+Mattias Mattsson <vitplister at gmail.com>
+.br
 Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de>
 .br
 Nikolay Petukhov <nikolay.petukhov at gmail.com>
 .br
+Patrick Georgi <patrick.georgi at coresystems.de>
+.br
+Peter Lemenkov <lemenkov at gmail.com>
+.br
 Peter Stuge <peter at stuge.se>
 .br
 Reinder E.N. de Haan <lb_reha at mveas.com>
@@ -520,6 +548,8 @@
 .br
 Stefan Wildemann <stefan.wildemann at kontron.com>
 .br
+Stephan Guilloux <stephan.guilloux at free.fr>
+.br
 Steven James <pyro at linuxlabs.com>
 .br
 Uwe Hermann <uwe at hermann-uwe.de>

Modified: trunk/pcidev.c
==============================================================================
--- trunk/pcidev.c	Wed Oct  6 04:56:44 2010	(r1196)
+++ trunk/pcidev.c	Thu Oct  7 01:03:21 2010	(r1197)
@@ -119,7 +119,7 @@
 		exit(1);
 	} else if (found > 1) {
 		msg_perr("Error: Multiple supported PCI devices found. "
-			"Use 'flashrom -p xxxx:bb:dd.f' \n"
+			"Use 'flashrom -p xxxx:pci=bb:dd.f' \n"
 			"to explicitly select the card with the given BDF "
 			"(PCI bus, device, function).\n");
 		exit(1);




More information about the flashrom mailing list