mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
The project's new home is flashrom.org now
Change all occurences in the source code and documentation accordingly. Corresponding to flashrom svn r669. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
parent
bc25f947fe
commit
22ea8cd503
2
README
2
README
@ -122,5 +122,5 @@ Website
|
|||||||
|
|
||||||
The official flashrom website is:
|
The official flashrom website is:
|
||||||
|
|
||||||
http://coreboot.org/Flashrom
|
http://www.flashrom.org/
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ if you have proper means to recover from failure!
|
|||||||
Same as
|
Same as
|
||||||
.BR \-\-list\-supported ,
|
.BR \-\-list\-supported ,
|
||||||
but outputs the supported hardware in MediaWiki syntax, so that it can be
|
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
|
.TP
|
||||||
.B "\-p, \-\-programmer <name>"
|
.B "\-p, \-\-programmer <name>"
|
||||||
Specify the programmer device. Currently supported are:
|
Specify the programmer device. Currently supported are:
|
||||||
@ -217,9 +217,9 @@ flashrom exits with 0 on success, 1 on most failures but with 2 if /dev/mem
|
|||||||
(/dev/xsvc on Solaris) can not be opened and with 3 if a call to mmap() fails.
|
(/dev/xsvc on Solaris) can not be opened and with 3 if a call to mmap() fails.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report any bugs at
|
Please report any bugs at
|
||||||
.BR http://tracker.coreboot.org/trac/coreboot/newticket ","
|
.BR http://www.flashrom.org/trac/flashrom/newticket ","
|
||||||
or on the coreboot mailing list
|
or on the flashrom mailing list
|
||||||
.RB "(" http://coreboot.org/Mailinglist ")."
|
.RB "(" http://www.flashrom.org/mailman/listinfo/flashrom ")."
|
||||||
.SH LICENCE
|
.SH LICENCE
|
||||||
.B flashrom
|
.B flashrom
|
||||||
is covered by the GNU General Public License (GPL), version 2. Some files are
|
is covered by the GNU General Public License (GPL), version 2. Some files are
|
||||||
|
@ -780,7 +780,7 @@ int main(int argc, char *argv[])
|
|||||||
printf(" WRITE");
|
printf(" WRITE");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
printf("Please email a report to flashrom@coreboot.org if any "
|
printf("Please email a report to flashrom@flashrom.org if any "
|
||||||
"of the above operations\nwork correctly for you with "
|
"of the above operations\nwork correctly for you with "
|
||||||
"this flash part. Please include the flashrom\noutput "
|
"this flash part. Please include the flashrom\noutput "
|
||||||
"with the additional -V option for all operations you "
|
"with the additional -V option for all operations you "
|
||||||
|
2
pcidev.c
2
pcidev.c
@ -51,7 +51,7 @@ uint32_t pcidev_validate(struct pci_dev *dev, struct pcidev_status *devs)
|
|||||||
if (devs[i].status == PCI_NT) {
|
if (devs[i].status == PCI_NT) {
|
||||||
printf("===\nThis PCI device is UNTESTED. Please "
|
printf("===\nThis PCI device is UNTESTED. Please "
|
||||||
"report the 'flashrom -p xxxx' output \n"
|
"report the 'flashrom -p xxxx' output \n"
|
||||||
"to flashrom@coreboot.org if it works "
|
"to flashrom@flashrom.org if it works "
|
||||||
"for you. Thank you for your help!\n===\n");
|
"for you. Thank you for your help!\n===\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user