summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorMateusz Murawski <matowy@tlen.pl>2009-05-13 15:57:38 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-05-13 15:57:38 +0000
commite34538142a3e2421e5f9ebebc1ec643dd8ad77fa (patch)
tree9b395e1d9b3a0d9049f4b52b5f2cae4effbc4296 /flashchips.c
parent92c53eef8e9e3faa581e4563146ef3464ff8211f (diff)
downloadast2050-flashrom-e34538142a3e2421e5f9ebebc1ec643dd8ad77fa.zip
ast2050-flashrom-e34538142a3e2421e5f9ebebc1ec643dd8ad77fa.tar.gz
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>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index bc203da..cff8a38 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -1375,7 +1375,7 @@ struct flashchip flashchips[] = {
.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,
OpenPOWER on IntegriCloud