From 70e1a41eaddea9f81dd674e333a985ecac2c12f8 Mon Sep 17 00:00:00 2001 From: Anastasia Klimchuk Date: Sat, 16 Mar 2024 19:42:46 +1100 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/81266 Reviewed-by: Sergii Dmytruk Tested-by: build bot (Jenkins) Reviewed-by: Peter Marheine --- cli_common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli_common.c b/cli_common.c index 537358569..afcd1f34e 100644 --- a/cli_common.c +++ b/cli_common.c @@ -80,6 +80,8 @@ void print_chip_support_status(const struct flashchip *chip) "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\n" "Thanks for your help!\n"); } }