summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-04-23 14:57:55 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-04-23 14:57:55 +0000
commit3d5f96cdc8e45eede6d36d3379f852506a3c185c (patch)
tree3b0a9b2ea098174342d477f4232fcd9687787c5c /README
parent42882fd97e404952269e84a762d2304964a72899 (diff)
downloadast2050-flashrom-3d5f96cdc8e45eede6d36d3379f852506a3c185c.zip
ast2050-flashrom-3d5f96cdc8e45eede6d36d3379f852506a3c185c.tar.gz
Don't duplicate option description in README, the manpage already has that info
Also, additional small cosmetic fix. Corresponding to flashrom svn r440 and coreboot v2 svn r4196. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 4 insertions, 24 deletions
diff --git a/README b/README
index b13d1a7..a272080 100644
--- a/README
+++ b/README
@@ -22,30 +22,10 @@ To build the flashrom utility you need to install the following packages:
* zlib-devel / zlib1g-dev
-Usage
------
-
- $ flashrom [-rwvEVfLhR] [-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
- -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
- -L | --list-supported: print supported devices
- -h | --help: print this help text
- -R | --version: print the version (release)
-
- If no file is specified, then all that happens
- is that flash info is dumped and the flash chip is set to writable.
+Usage / Options
+---------------
+
+Please see the flashrom(8) manpage.
Exit status
OpenPOWER on IntegriCloud