1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-29 16:03:47 +02:00

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

Corresponding to flashrom svn r502.

Signed-off-by: Mateusz Murawski <matowy@tlen.pl>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Mateusz Murawski 2009-05-13 15:57:38 +00:00 committed by Uwe Hermann
parent 92c53eef8e
commit e34538142a

View File

@ -1375,7 +1375,7 @@ struct flashchip flashchips[] = {
.model_id = SST_39VF512, .model_id = SST_39VF512,
.total_size = 64, .total_size = 64,
.page_size = 4096, .page_size = 4096,
.tested = TEST_UNTESTED, .tested = TEST_OK_PREW,
.probe = probe_jedec, .probe = probe_jedec,
.erase = erase_chip_jedec, .erase = erase_chip_jedec,
.write = write_49f002, .write = write_49f002,