diff options
author | Peter Stuge <peter@stuge.se> | 2008-01-27 16:21:21 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2008-01-27 16:21:21 +0000 |
commit | e2bbcb10d1e477ce3965c5c4a0da902265239811 (patch) | |
tree | b5c96f9cf96a20ea0b5a0a034860770b0ba574f4 /util/flashrom/README | |
parent | 3bbf2ff789791ca6fe3eb9fc7d3c92ce1fc86367 (diff) |
Make the vendor name optional in the -m flashrom parameter when there's only
one board name that matches. The full syntax still works, and is required
when two vendors have boards with the same names.
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3082 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/README')
-rw-r--r-- | util/flashrom/README | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/util/flashrom/README b/util/flashrom/README index 312304b5b4..7f167153c2 100644 --- a/util/flashrom/README +++ b/util/flashrom/README @@ -23,20 +23,20 @@ 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 - -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 + [-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 If no file is specified, then all that happens is that flash info is dumped and the flash chip is set to writable. |