[flashrom] [commit] r1421 - trunk

repository service svn at flashrom.org
Fri Aug 26 00:54:24 CEST 2011


Author: uwe
Date: Fri Aug 26 00:54:23 2011
New Revision: 1421
URL: http://flashrom.org/trac/flashrom/changeset/1421

Log:
Mark the AMD Am29LV008BB chip as fully tested.

Thanks Mattias Mattsson <vitplister at gmail.com> for the report.
http://www.flashrom.org/pipermail/flashrom/2011-July/007423.html

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/flashchips.c

Modified: trunk/flashchips.c
==============================================================================
--- trunk/flashchips.c	Fri Aug 26 00:44:11 2011	(r1420)
+++ trunk/flashchips.c	Fri Aug 26 00:54:23 2011	(r1421)
@@ -428,7 +428,7 @@
 		.total_size	= 1024,
 		.page_size	= 64 * 1024, /* unused */
 		.feature_bits	= FEATURE_ADDR_2AA | FEATURE_SHORT_RESET,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PREW,
 		.probe		= probe_jedec,
 		.probe_timing	= TIMING_ZERO,
 		.block_erasers	=




More information about the flashrom mailing list