svn | 7 Oct 14:20
Favicon

r3639 - trunk/util/flashrom

Author: uwe
Date: 2008-10-07 14:21:12 +0200 (Tue, 07 Oct 2008)
New Revision: 3639

Modified:
   trunk/util/flashrom/flash.h
   trunk/util/flashrom/flashchips.c
Log:
Support for AM29F002(N)B[BT]. Fully tested on AM29F002NBT.

Probing, reading, and erasing use the Jedec-routines,
whereas writing resort to the recent write_en29f002a(),
since also these chips use a byte wise algorithm.

Signed-off-by: Mats Erik Andersson <mats.andersson <at> gisladisker.se>
Acked-by: Uwe Hermann <uwe <at> hermann-uwe.de>

Modified: trunk/util/flashrom/flash.h
===================================================================
--- trunk/util/flashrom/flash.h	2008-10-06 21:00:46 UTC (rev 3638)
+++ trunk/util/flashrom/flash.h	2008-10-07 12:21:12 UTC (rev 3639)
@@ -112,6 +112,8 @@
 #define ALLIANCE_ID		0x52	/* Alliance Semiconductor */

 #define AMD_ID			0x01	/* AMD */
+#define AM_29F002BT		0xB0
+#define AM_29F002BB		0x34
 #define AM_29F040B		0xA4
 #define AM_29LV040B		0x4F
 #define AM_29F016D		0xAD
(Continue reading)


Gmane