[flashrom] [commit] r669 - trunk

svn at flashrom.org svn at flashrom.org
Thu Jul 30 15:32:26 CEST 2009


Author: stepan
Date: 2009-07-30 15:32:26 +0200 (Thu, 30 Jul 2009)
New Revision: 669

Modified:
   trunk/README
   trunk/flashrom.8
   trunk/flashrom.c
   trunk/pcidev.c
Log:
The project's new home is flashrom.org now. Change all occurences in the
source code and documentation accordingly.

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/README
===================================================================
--- trunk/README	2009-07-30 13:30:17 UTC (rev 668)
+++ trunk/README	2009-07-30 13:32:26 UTC (rev 669)
@@ -122,5 +122,5 @@
 
 The official flashrom website is:
 
-  http://coreboot.org/Flashrom
+  http://www.flashrom.org/
 

Modified: trunk/flashrom.8
===================================================================
--- trunk/flashrom.8	2009-07-30 13:30:17 UTC (rev 668)
+++ trunk/flashrom.8	2009-07-30 13:32:26 UTC (rev 669)
@@ -133,7 +133,7 @@
 Same as
 .BR \-\-list\-supported ,
 but outputs the supported hardware in MediaWiki syntax, so that it can be
-easily pasted into the wiki page at http://coreboot.org/Flashrom.
+easily pasted into the wiki page at http://www.flashrom.org/.
 .TP
 .B "\-p, \-\-programmer <name>"
 Specify the programmer device. Currently supported are:
@@ -217,9 +217,9 @@
 (/dev/xsvc on Solaris) can not be opened and with 3 if a call to mmap() fails.
 .SH BUGS
 Please report any bugs at
-.BR http://tracker.coreboot.org/trac/coreboot/newticket ","
-or on the coreboot mailing list
-.RB "(" http://coreboot.org/Mailinglist ")."
+.BR http://www.flashrom.org/trac/flashrom/newticket ","
+or on the flashrom mailing list
+.RB "(" http://www.flashrom.org/mailman/listinfo/flashrom ")."
 .SH LICENCE
 .B flashrom
 is covered by the GNU General Public License (GPL), version 2. Some files are

Modified: trunk/flashrom.c
===================================================================
--- trunk/flashrom.c	2009-07-30 13:30:17 UTC (rev 668)
+++ trunk/flashrom.c	2009-07-30 13:32:26 UTC (rev 669)
@@ -780,7 +780,7 @@
 				printf(" WRITE");
 			printf("\n");
 		}
-		printf("Please email a report to flashrom at coreboot.org if any "
+		printf("Please email a report to flashrom at flashrom.org if any "
 		       "of the above operations\nwork correctly for you with "
 		       "this flash part. Please include the flashrom\noutput "
 		       "with the additional -V option for all operations you "

Modified: trunk/pcidev.c
===================================================================
--- trunk/pcidev.c	2009-07-30 13:30:17 UTC (rev 668)
+++ trunk/pcidev.c	2009-07-30 13:32:26 UTC (rev 669)
@@ -51,7 +51,7 @@
 		if (devs[i].status == PCI_NT) {
 			printf("===\nThis PCI device is UNTESTED. Please "
 			       "report the 'flashrom -p xxxx' output \n"
-			       "to flashrom at coreboot.org if it works "
+			       "to flashrom at flashrom.org if it works "
 			       "for you. Thank you for your help!\n===\n");
 		}
 





More information about the flashrom mailing list