1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 23:22:37 +02:00

Abuild manpage and other fixes from Uwe Hermann

Corresponding to flashrom svn r63 and coreboot v2 svn r2431.
This commit is contained in:
Stefan Reinauer 2006-09-21 13:09:22 +00:00
parent eb366472f6
commit de063bf72d

View File

@ -1,6 +1,4 @@
.\" Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>. .TH FLASHROM 1 "September 19, 2006"
.\" This manpage is licensed under the terms of the GNU GPL.
.TH FLASHROM 1 "July 26, 2006"
.SH NAME .SH NAME
flashrom \- the universal LinuxBIOS flash utility flashrom \- the universal LinuxBIOS flash utility
.SH SYNOPSIS .SH SYNOPSIS
@ -12,55 +10,56 @@ is the universal LinuxBIOS flash utility.
.SH OPTIONS .SH OPTIONS
If no file is specified, then all that happens If no file is specified, then all that happens
is that flash info is dumped and the flash chip is set to writable. is that flash info is dumped and the flash chip is set to writable.
.TP
.B "\-r, \-\-read" .B "\-r, \-\-read"
Read flash and save contents into file. Read flash and save contents into file.
.PP .TP
.B "\-w, \-\-write" .B "\-w, \-\-write"
Write file into flash (default when file is specified). Write file into flash (default when file is specified).
.PP .TP
.B "\-v, \-\-verify" .B "\-v, \-\-verify"
Verify flash against file. Verify flash against file.
.PP .TP
.B "\-E, \-\-erase" .B "\-E, \-\-erase"
Erase flash device. Erase flash device.
.PP .TP
.B "\-V, \-\-verbose" .B "\-V, \-\-verbose"
More verbose output. More verbose output.
.PP .TP
.B "\-c, \-\-chip" <chipname> .B "\-c, \-\-chip" <chipname>
Probe only for specified flash chip. Probe only for specified flash chip.
.PP .TP
.B "\-s, \-\-estart" <addr> .B "\-s, \-\-estart" <addr>
Exclude start position. (obsolete) Exclude start position. (obsolete)
.PP .TP
.B "\-e, \-\-eend" <addr> .B "\-e, \-\-eend" <addr>
Exclude end postion. (obsolete) Exclude end postion. (obsolete)
.PP .TP
.B "\-m, \-\-mainboard" <vendor:part> .B "\-m, \-\-mainboard" <vendor:part>
Override mainboard settings. Override mainboard settings.
.PP .TP
.B "\-f, \-\-force" .B "\-f, \-\-force"
Force write without checking image. Force write without checking image.
.PP .TP
.B "\-l, \-\-layout" <layout.file> .B "\-l, \-\-layout" <layout.file>
Read ROM layout from file. Read ROM layout from file.
.PP .TP
.B "\-i, \-\-image" <name> .B "\-i, \-\-image" <name>
Only flash image name from flash layout. Only flash image name from flash layout.
.PP .TP
.B "\-h, \-\-help" .B "\-h, \-\-help"
Show a help text and exit. Show a help text and exit.
.\".PP .\".TP
.\".B "\-\-version" .\".B "\-\-version"
.\"Show version information and exit. .\"Show version information and exit.
.SH BUGS .SH BUGS
Please report any bugs at http://bugzilla.openbios.org/. Please report any bugs at http://bugzilla.openbios.org/.
.SH LICENCE .SH LICENCE
.B flashrom .B flashrom
is covered by the GNU General Public License (GPL). is covered by the GNU General Public License (GPL), version 2 or later.
.SH SEE ALSO .SH SEE ALSO
.BR romcc (1). .BR romcc (1),
.BR abuild (1).
.SH COPYRIGHT .SH COPYRIGHT
2000 Silicon Integrated System Corporation 2000 Silicon Integrated System Corporation
.br .br
@ -78,5 +77,5 @@ Niki W. Waibel <niki.waibel@gmx.net>
.br .br
some others some others
.PP .PP
This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>, This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>.
for the Debian GNU/Linux system (but may be used by others). It is licensed under the terms of the GNU GPL (v2 or later).