Author: uwe Date: 2009-05-21 17:55:46 +0200 (Thu, 21 May 2009) New Revision: 540
Modified: trunk/flashchips.c trunk/flashrom.c Log: Improve flashrom test report text a bit: - Mention that we'd like to have -V output for all operations which were tested by the user. - Mention that we'd like to know the exact mainboard vendor/name. Signed-off-by: Uwe Hermann <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/flashchips.c =================================================================== --- trunk/flashchips.c 2009-05-21 00:29:50 UTC (rev 539) +++ trunk/flashchips.c 2009-05-21 15:55:46 UTC (rev 540) @@ -24,7 +24,7 @@ #include "flash.h" /** - * List of supported flash ROM chips. + * List of supported flash chips. * * Please keep the list sorted by vendor name and chip name, so that * the output of 'flashrom -L' is alphabetically sorted. Modified: trunk/flashrom.c =================================================================== --- trunk/flashrom.c 2009-05-21 00:29:50 UTC (rev 539) +++ trunk/flashrom.c 2009-05-21 15:55:46 UTC (rev 540) @@ -658,10 +658,12 @@ printf(" WRITE"); printf("\n"); } - printf("Please email a report to [email protected] if any of the above operations\n"); - printf("work correctly for you with this flash part. Please include the full output\n"); - printf("from the program, including chipset found. Thank you for your help!\n"); - printf("===\n"); + printf("Please email a report to [email protected] if any " + "of the above operations\nwork correctly for you with " + "this flash part. Please include the flashrom\noutput " + "with the additional -V option for all operations you " + "tested (-V, -rV,\n-wV, -EV), and mention which " + "mainboard you tested. Thanks for your help!\n===\n"); } if (!(read_it | write_it | verify_it | erase_it)) { -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

