From 6b53fed02d38d7d7a53afeac540d1c7e8ace4ec3 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Sun, 27 Jan 2008 16:21:21 +0000 Subject: 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. Corresponding to flashrom svn r190 and coreboot v2 svn r3082. Signed-off-by: Peter Stuge Acked-by: Stefan Reinauer --- README | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'README') diff --git a/README b/README index 312304b..7f16715 100644 --- a/README +++ b/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 : probe only for specified flash chip - -s | --estart : exclude start position - -e | --eend : exclude end postion - -m | --mainboard : override mainboard settings - -f | --force: force write without checking image - -l | --layout : read rom layout from file - -i | --image : 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 : probe only for specified flash chip + -s | --estart : exclude start position + -e | --eend : exclude end postion + -m | --mainboard <[vendor:]part>: override mainboard settings + -f | --force: force write without checking image + -l | --layout : read rom layout from file + -i | --image : 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. -- cgit v1.1