Hi Tested on MSI MS-7191
flashrom v0.9.0-r501 No coreboot table found. Found chipset "ATI SB400", enabling flash write... OK. Calibrating delay loop... OK. Found chip "Winbond W39V040A" (512 KB) at physical address 0xfff80000. === This flash part has status UNTESTED for operations: PROBE READ ERASE WRITE Please email a report to flashrom@coreboot.org if any of the above operations work correctly for you with this flash part. Please include the full output from the program, including chipset found. Thank you for your help! === Reading flash... done.
Signed-off-by: Mateusz Murawski <matowy at tlen.pl>
--- flashchips.c.old 2009-05-13 19:50:12.000000000 +0200 +++ flashchips.c 2009-05-13 19:49:02.000000000 +0200 @@ -2145,7 +2145,7 @@ .model_id = W_39V040A, .total_size = 512, .page_size = 64*1024, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PR, .probe = probe_jedec, .erase = erase_chip_jedec, .write = write_49f002,