summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2006-08-03 10:49:09 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-08-03 10:49:09 +0000
commitf8337dd3986692bd1788ab254879d7f8424367e1 (patch)
treecc5390ee3645550116e656b580d747608cd4b87a /README
parente807d82e7dae21a59df2c997227300904f9d2e44 (diff)
downloadast2050-flashrom-f8337dd3986692bd1788ab254879d7f8424367e1.zip
ast2050-flashrom-f8337dd3986692bd1788ab254879d7f8424367e1.tar.gz
Some documentation updates by Uwe and some smaller ones by me
Corresponding to flashrom svn r59 and coreboot v2 svn r2358.
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 14 insertions, 14 deletions
diff --git a/README b/README
index fd91cb6..32c401a 100644
--- a/README
+++ b/README
@@ -13,21 +13,21 @@ installed on your linux system:
usage
-----
-usage: ./flashrom [-rwvE] [-V] [-c chipname]
- [-s exclude_start] [-e exclude_end] [file]
-
- -r | --read: read flash and save into file
- -w | --write: write file into flash (default when file is specified)
- -v | --verify: verify flash against file
- -E | --erase: Erase flash device
- -V | --verbose: more verbose output
-
- -c | --chip <chipname>: probe only for specified flash chip
- -s | --estart <addr>: exclude start position
- -e | --eend <addr>: exclude end postion
+usage: ./flashrom [-rwvEVfh] [-c chipname] [-s exclude_start]
+ [-e exclude_end] [-m vendor:part] [-l file.layout] [-i imagename] [file]
+ -r | --read: read flash and save into file
+ -w | --write: write file into flash (default when
+ file is specified)
+ -v | --verify: verify flash against file
+ -E | --erase: erase flash device
+ -V | --verbose: more verbose output
+ -c | --chip <chipname>: probe only for specified flash chip
+ -s | --estart <addr>: exclude start position
+ -e | --eend <addr>: exclude end postion
-m | --mainboard <vendor:part>: override mainboard settings
- -l | --layout <file.layout>: read rom layout from file
- -i | --image <name>: only flash image name from flash layout
+ -f | --force: force write without checking image
+ -l | --layout <file.layout>: read rom layout from file
+ -i | --image <name>: only flash image name from flash layout
If no file is specified, then all that happens
is that flash info is dumped and the flash chip is set to writable.
OpenPOWER on IntegriCloud