[coreboot] [flashrom] r481 - trunk

svn at coreboot.org svn at coreboot.org
Sat May 9 02:27:07 CEST 2009


Author: hailfinger
Date: 2009-05-09 02:27:07 +0200 (Sat, 09 May 2009)
New Revision: 481

Modified:
   trunk/flashrom.8
   trunk/flashrom.c
Log:
Add --programmer to help text and man page.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>


Modified: trunk/flashrom.8
===================================================================
--- trunk/flashrom.8	2009-05-08 21:25:37 UTC (rev 480)
+++ trunk/flashrom.8	2009-05-09 00:27:07 UTC (rev 481)
@@ -123,6 +123,11 @@
 Please let us know if you can verify other boards to work or not work out
 of the box.
 .TP
+.B "\-p, \-\-programmer <name>"
+Specify the programmer device. Currently supported are:
+.sp
+.BR " internal" " (default, for in-system flashing in the mainboard)"
+.TP
 .B "\-h, \-\-help"
 Show a help text and exit.
 .TP

Modified: trunk/flashrom.c
===================================================================
--- trunk/flashrom.c	2009-05-08 21:25:37 UTC (rev 480)
+++ trunk/flashrom.c	2009-05-09 00:27:07 UTC (rev 481)
@@ -313,6 +313,7 @@
 	     "   -l | --layout <file.layout>:      read rom layout from file\n"
 	     "   -i | --image <name>:              only flash image name from flash layout\n"
 	     "   -L | --list-supported:            print supported devices\n"
+	     "   -p | --programmer <name>:         specify the programmer device\n"
 	     "   -h | --help:                      print this help text\n"
 	     "   -R | --version:                   print the version (release)\n"
 	     "\n" " If no file is specified, then all that happens"





More information about the coreboot mailing list