summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2010-10-08 11:03:02 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-10-08 11:03:02 +0000
commitab6328fa3615683e5dbba0fffe8707fa0072d035 (patch)
treed5c4c5366d99eb90936633285c49a784fb10fbe9 /board_enable.c
parent174f55bdec62b5deaa0ed52fa335c1ee9ac9a72c (diff)
downloadast2050-flashrom-ab6328fa3615683e5dbba0fffe8707fa0072d035.zip
ast2050-flashrom-ab6328fa3615683e5dbba0fffe8707fa0072d035.tar.gz
Refine text of requests to send logs
A lot of messages sent@flashrom.org just have "flashrom -V" as the subject. Ask people to include more information in the subject line to make life easier for developers/supporters. Corresponding to flashrom svn r1202. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/board_enable.c b/board_enable.c
index 75d8320..9ac6e2d 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -433,7 +433,9 @@ int it8705f_write_enable(uint8_t port)
max_rom_decode.parallel = 1024 * 1024;
msg_pinfo("IT8705F with very unusual settings. Please "
"send the output of \"flashrom -V\" to \n"
- "flashrom@flashrom.org to help us finish "
+ "flashrom@flashrom.org with "
+ "IT8705: your board name: flashrom -V\n"
+ "as the subject to help us finish "
"support for your Super I/O. Thanks.\n");
ret = 1;
} else if (tmp & 0x08) {
@@ -2097,7 +2099,8 @@ int board_flash_enable(const char *vendor, const char *part)
board = NULL;
} else {
msg_pinfo("NOTE: Running an untested board enable procedure.\n"
- "Please report success/failure to flashrom@flashrom.org.\n");
+ "Please report success/failure to flashrom@flashrom.org\n"
+ "with your board name and SUCCESS or FAILURE in the subject.\n");
}
}
OpenPOWER on IntegriCloud