Changeset 1339 for trunk/flashrom.8


Ignore:
Timestamp:
06/16/11 01:44:52 (11 months ago)
Author:
stefanct
Message:

Update the flashrom manpage

  • Add missing entries for nicintel and satamv.
  • Add various programmers to those that support the 'pci=' option.
  • Small cosmetic, whitespace, grammar or consistency fixes.
  • Update the date of last change of the manpage.
  • Add Stefan Tauner to the list of authors.

Signed-off-by: Uwe Hermann <uwe@…>
Signed-off-by: Andrew Morgan <ziltro@…>
Signed-off-by: Stefan Tauner <stefan.tauner@…>
Acked-by: Uwe Hermann <uwe@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/flashrom.8

    r1331 r1339  
    1 .TH FLASHROM 8 "Jun 06, 2010" 
     1.TH FLASHROM 8 "Jun 14, 2011" 
    22.SH NAME 
    33flashrom \- detect, read, write, verify and erase flash chips 
     
    173173cards)" 
    174174.sp 
     175.BR "* nicintel" " (for parallel flash ROMs attached to Intel 10/100Mbit \ 
     176network cards) 
     177.sp 
    175178.BR "* gfxnvidia" " (for flash ROMs on NVIDIA graphics cards)" 
    176179.sp 
     
    178181.sp 
    179182.BR "* satasii" " (for flash ROMs on Silicon Image SATA/IDE controllers)" 
     183.sp 
     184.BR "* satamv" " (for flash ROMs on Marvell SATA controllers)" 
    180185.sp 
    181186.BR "* atahpt" " (for flash ROMs on Highpoint ATA/RAID controllers)" 
     
    314319syntax where 
    315320.B type 
    316 can be any of 
     321can be 
    317322.BR parallel ", " lpc ", " fwh ", " spi 
    318323in any order. If you specify bus without type, all buses will be disabled. 
     
    322327.B "flashrom \-p dummy:bus=lpc+fwh" 
    323328.TP 
    324 .BR "nic3com" , " nicrealtek" , " nicsmc1211" , " nicnatsemi" , " gfxnvidia\ 
    325 " , " satasii " and " atahpt " programmers 
     329.BR "nic3com" , " nicrealtek" , " nicsmc1211" , " nicnatsemi" , " nicintel\ 
     330" , " nicintel_spi" , " gfxnvidia" , " ogp_spi" , " drkaiser" , " satasii\ 
     331" , " satamv" ", and " atahpt " programmers 
    326332These programmers have an option to specify the PCI address of the card 
    327333your want to use, which must be specified if more than one card supported 
     
    362368syntax where 
    363369.B model 
    364 can be one of 
     370can be 
    365371.BR 2232H ", " 4232H ", " jtagkey ", " openmoko ", " arm-usb-tiny ", " \ 
    366372arm-usb-tiny-h ", " arm-usb-ocd " or " arm-usb-ocd-h 
    367373and 
    368374.B interface 
    369 can be any of 
     375can be 
    370376.BR A ", or " B . 
    371377The default model is 
     
    398404delimiter is a comma. Syntax is 
    399405.sp 
    400 .B "flashrom \-p buspirate_spi:dev=/dev/device,spispeed=frequency" 
     406.B "  flashrom \-p buspirate_spi:dev=/dev/device,spispeed=frequency" 
    401407.sp 
    402408where 
    403409.B frequency 
    404 can be any of 
    405 .BR 30k ", " 125k ", " 250k ", " 1M ", " 2M ", " 2.6M ", " 4M ", " 8M 
     410can be 
     411.BR 30k ", " 125k ", " 250k ", " 1M ", " 2M ", " 2.6M ", " 4M " or " 8M 
    406412(in Hz). The default is the maximum frequency of 8 MHz. 
    407413.TP 
     
    414420as unit specifier. Syntax is 
    415421.sp 
    416 .B "flashrom \-p dediprog:voltage=value" 
     422.B "  flashrom \-p dediprog:voltage=value" 
    417423.sp 
    418424where 
    419425.B value 
    420 can be any of 
     426can be 
    421427.BR 0V ", " 1.8V ", " 2.5V ", " 3.5V 
    422428or the equivalent in mV. 
     
    439445.TP 
    440446.BR "ogp_spi " programmer 
    441 The FLASH ROM chip to access must be specified with the  
     447The flash ROM chip to access must be specified with the  
    442448.B rom 
    443449parameter. 
     
    455461or 
    456462.B bios 
    457 for the BIOS ROM.  If more than one card supported by the ogp_spi programmer 
     463for the BIOS ROM. If more than one card supported by the ogp_spi programmer 
    458464is installed in your system, you have to specify the PCI address of the card 
    459465you want to use with the 
     
    600606Stefan Reinauer 
    601607.br 
     608Stefan Tauner 
     609.br 
    602610Stefan Wildemann 
    603611.br 
     
    614622some others, please see the flashrom svn changelog for details. 
    615623.br 
    616 All authors can be reached via e-mail at <flashrom@flashrom.org>. 
     624All authors can be reached via email at <flashrom@flashrom.org>. 
    617625.PP 
    618626This manual page was written by Uwe Hermann <uwe@hermann-uwe.de> 
Note: See TracChangeset for help on using the changeset viewer.