Author: uwe Date: 2009-09-25 03:09:18 +0200 (Fri, 25 Sep 2009) New Revision: 733
Modified: trunk/flashchips.c Log: Mark the SST SST49LF003A/B as read-tested.
See http://www.coreboot.org/pipermail/coreboot/2009-July/050675.html.
Signed-off-by: Peter Lemenkov lemenkov@gmail.com Acked-by: Uwe Hermann uwe@hermann-uwe.de
Modified: trunk/flashchips.c =================================================================== --- trunk/flashchips.c 2009-09-25 01:05:06 UTC (rev 732) +++ trunk/flashchips.c 2009-09-25 01:09:18 UTC (rev 733) @@ -2132,7 +2132,7 @@ .model_id = SST_49LF003A, .total_size = 384, .page_size = 64 * 1024, - .tested = TEST_OK_PROBE, + .tested = TEST_OK_PR, .probe = probe_sst_fwhub, .probe_timing = 1, /* 150 ns | routine is wrapper to probe_jedec (sst_fwhub.c) */ .erase = erase_sst_fwhub,