Change references to flashrom-stable
Adapt all mentions of the mailing list and also the version print.
Change-Id: Ib4a3271422ee6cf4d0efb8c3fa858b66a22c0a33
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/70922
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/chipset_enable.c b/chipset_enable.c
index be886ba..f052685 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1623,8 +1623,8 @@
internal_buses_supported = BUS_NONE;
msg_pwarn("Flash bus type is unknown (none)\n");
msg_pinfo("Please send the log files created by \"flashrom -p internal -o logfile\" to\n"
- "flashrom@flashrom.org with \"your board name: flashrom -V\" as the subject to\n"
- "help us finish support for your chipset. Thanks.\n");
+ "flashrom-stable@flashrom.org with \"your board name: flashrom -V\" as the subject\n"
+ "to help us finish support for your chipset. Thanks.\n");
return ERROR_NONFATAL;
}
@@ -2154,7 +2154,7 @@
msg_pwarn("Warning: unexpected second chipset match: "
"\"%s %s\"\n"
"ignoring, please report lspci and board URL "
- "to flashrom@flashrom.org\n"
+ "to flashrom-stable@flashrom.org\n"
"with \'CHIPSET: your board name\' in the "
"subject line.\n",
chipset_enables[i].vendor_name,
@@ -2179,8 +2179,8 @@
"flashrom *and* were (not) able to "
"successfully update your firmware with it,\n"
"then please email a report to "
- "flashrom@flashrom.org including a verbose "
- "(-V) log.\nThank you!\n");
+ "flashrom-stable@flashrom.org including a\n"
+ "verbose (-V) log.\nThank you!\n");
}
if (!(chipset_enables[i].buses & (internal_buses_supported | BUS_SPI))) {
msg_pdbg("Skipping chipset enable: No supported buses enabled.\n");