Author: uwe Date: 2009-05-13 17:57:38 +0200 (Wed, 13 May 2009) New Revision: 502
Modified: trunk/flashchips.c Log: Mark SST 39VF512 as fully tested.
Tested with 3COM 3C905C: EtherLink 10/100 PCI (TX) http://www.coreboot.org/pipermail/coreboot/2009-May/048163.html
Signed-off-by: Mateusz Murawski matowy@tlen.pl Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/flashchips.c =================================================================== --- trunk/flashchips.c 2009-05-13 12:01:57 UTC (rev 501) +++ trunk/flashchips.c 2009-05-13 15:57:38 UTC (rev 502) @@ -1375,7 +1375,7 @@ .model_id = SST_39VF512, .total_size = 64, .page_size = 4096, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_jedec, .erase = erase_chip_jedec, .write = write_49f002,