summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-07-02 12:42:23 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-07-21 22:56:53 +0000
commit7d42fb38ff61df6ba26d68866a9aa18b147d07a3 (patch)
treed51ca94dae1a88320191245c437e685ebf054271 /flashrom.c
parentbe92cb42130742fb030428775b30d4f17e36ed0f (diff)
downloadflashrom-7d42fb38ff61df6ba26d68866a9aa18b147d07a3.tar.gz
flashrom-7d42fb38ff61df6ba26d68866a9aa18b147d07a3.tar.bz2
flashrom-7d42fb38ff61df6ba26d68866a9aa18b147d07a3.zip
Replace freenode references
The flashrom project no longer uses freenode. To avoid having outdated man pages in the future, the contact methods are now listed in the wiki. Change-Id: I75e8f43c50dc4c3feede0250334a877cdaac8103 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/56031 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/flashrom.c b/flashrom.c
index debe60c37..3987bb9cd 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -1543,16 +1543,16 @@ static void nonfatal_help_message(void)
#if CONFIG_INTERNAL == 1
if (programmer == &programmer_internal)
msg_gerr("This means we have to add special support for your board, programmer or flash\n"
- "chip. Please report this on IRC at chat.freenode.net (channel #flashrom) or\n"
- "mail flashrom@flashrom.org, thanks!\n"
+ "chip. Please report this to the mailing list at flashrom@flashrom.org or on\n"
+ "IRC (see https://www.flashrom.org/Contact for details), thanks!\n"
"-------------------------------------------------------------------------------\n"
"You may now reboot or simply leave the machine running.\n");
else
#endif
msg_gerr("Please check the connections (especially those to write protection pins) between\n"
"the programmer and the flash chip. If you think the error is caused by flashrom\n"
- "please report this on IRC at chat.freenode.net (channel #flashrom) or\n"
- "mail flashrom@flashrom.org, thanks!\n");
+ "please report this to the mailing list at flashrom@flashrom.org or on IRC (see\n"
+ "https://www.flashrom.org/Contact for details), thanks!\n");
}
static void emergency_help_message(void)
@@ -1560,14 +1560,14 @@ static void emergency_help_message(void)
msg_gerr("Your flash chip is in an unknown state.\n");
#if CONFIG_INTERNAL == 1
if (programmer == &programmer_internal)
- msg_gerr("Get help on IRC at chat.freenode.net (channel #flashrom) or\n"
- "mail flashrom@flashrom.org with the subject \"FAILED: <your board name>\"!\n"
+ msg_gerr("Get help on IRC (see https://www.flashrom.org/Contact) or mail\n"
+ "flashrom@flashrom.org with the subject \"FAILED: <your board name>\"!"
"-------------------------------------------------------------------------------\n"
"DO NOT REBOOT OR POWEROFF!\n");
else
#endif
- msg_gerr("Please report this on IRC at chat.freenode.net (channel #flashrom) or\n"
- "mail flashrom@flashrom.org, thanks!\n");
+ msg_gerr("Please report this to the mailing list at flashrom@flashrom.org or\n"
+ "on IRC (see https://www.flashrom.org/Contact for details), thanks!\n");
}
void list_programmers_linebreak(int startcol, int cols, int paren)