Anastasia Klimchuk has submitted this change. ( https://review.coreboot.org/c/flashrom/+/81266?usp=email )
Change subject: cli_common: Add link to the documentation how to mark chip tested ......................................................................
cli_common: Add link to the documentation how to mark chip tested
Perhaps some of the users will be able to follow the instructions and send a patch to mark chip as tested. The option to send report to the mailing list remains available as before.
Change-Id: I36105725058f2fecb82408c369b70b3324502ece Signed-off-by: Anastasia Klimchuk aklm@flashrom.org Reviewed-on: https://review.coreboot.org/c/flashrom/+/81266 Reviewed-by: Sergii Dmytruk sergii.dmytruk@3mdeb.com Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Peter Marheine pmarheine@chromium.org --- M cli_common.c 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Peter Marheine: Looks good to me, approved Sergii Dmytruk: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/cli_common.c b/cli_common.c index 5373585..afcd1f3 100644 --- a/cli_common.c +++ b/cli_common.c @@ -80,6 +80,8 @@ "work correctly for you with this flash chip. Please include the flashrom log\n" "file for all operations you tested (see the man page for details), and mention\n" "which mainboard or programmer you tested in the subject line.\n" + "You can also try to follow the instructions here:\n" + "https://www.flashrom.org/contrib_howtos/how_to_mark_chip_tested.html%5Cn" "Thanks for your help!\n"); } }