60821d05688c984102d6d8777da63e05bd290e1c
[coreboot.git] / util / flashrom / flashrom.1
1 .\" Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>.
2 .\" This manpage is licensed under the terms of the GNU GPL.
3 .TH FLASHROM 1 "July 26, 2006"
4 .SH NAME
5 flashrom \- the universal LinuxBIOS flash utility
6 .SH SYNOPSIS
7 .B flashrom \fR[\fB\-rwvEVfh\fR] [\fB\-c\fR chipname] [\fB\-s\fR exclude_start] [\fB\-e\fR exclude_end]
8          [\fB-m\fR vendor:part] [\fB-l\fR file.layout] [\fB-i\fR image_name] [file]
9 .SH DESCRIPTION
10 .B flashrom
11 is the universal LinuxBIOS flash utility.
12 .SH OPTIONS
13 If no file is specified, then all that happens
14 is that flash info is dumped and the flash chip is set to writable.
15
16 .B "\-r, \-\-read"
17 Read flash and save contents into file.
18 .PP
19 .B "\-w, \-\-write"
20 Write file into flash (default when file is specified).
21 .PP
22 .B "\-v, \-\-verify"
23 Verify flash against file.
24 .PP
25 .B "\-E, \-\-erase"
26 Erase flash device.
27 .PP
28 .B "\-V, \-\-verbose"
29 More verbose output.
30 .PP
31 .B "\-c, \-\-chip" <chipname>
32 Probe only for specified flash chip.
33 .PP
34 .B "\-s, \-\-estart" <addr>
35 Exclude start position. (obsolete)
36 .PP
37 .B "\-e, \-\-eend" <addr> 
38 Exclude end postion. (obsolete)
39 .PP
40 .B "\-m, \-\-mainboard" <vendor:part>
41 Override mainboard settings.
42 .PP
43 .B "\-f, \-\-force"
44 Force write without checking image.
45 .PP
46 .B "\-l, \-\-layout" <layout.file>
47 Read ROM layout from file.
48 .PP
49 .B "\-i, \-\-image" <name>
50 Only flash image name from flash layout.
51 .PP
52 .B "\-h, \-\-help"
53 Show a help text and exit.
54 .\".PP
55 .\".B "\-\-version"
56 .\"Show version information and exit.
57 .SH BUGS
58 Please report any bugs at http://bugzilla.openbios.org/.
59 .SH LICENCE
60 .B flashrom
61 is covered by the GNU General Public License (GPL).
62 .SH SEE ALSO
63 .BR romcc (1).
64 .SH COPYRIGHT
65 2000 Silicon Integrated System Corporation
66 .br
67 2003 Niki W. Waibel
68 .br
69 2004 Tyan Corp
70 .br
71 2005-2006 coresystems GmbH
72 .SH AUTHORS
73 Yinghai Lu <yinghai.lu@amd.com>
74 .br
75 Stefan Reinauer <stepan@coresystems.de>
76 .br
77 Niki W. Waibel <niki.waibel@gmx.net>
78 .br
79 some others 
80 .PP
81 This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>,
82 for the Debian GNU/Linux system (but may be used by others).