1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

Update the author list in the man page

Update programmer parameter documentation.

Corresponding to flashrom svn r1197.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Carl-Daniel Hailfinger 2010-10-06 23:03:21 +00:00
parent 18430a08aa
commit 3e85442e33
2 changed files with 34 additions and 4 deletions

View File

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

View File

@ -119,7 +119,7 @@ uint32_t pcidev_init(uint16_t vendor_id, uint32_t bar,
exit(1); exit(1);
} else if (found > 1) { } else if (found > 1) {
msg_perr("Error: Multiple supported PCI devices found. " 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 " "to explicitly select the card with the given BDF "
"(PCI bus, device, function).\n"); "(PCI bus, device, function).\n");
exit(1); exit(1);