From 23ff4601acc85484f25b399ea4ce23d366b42b1c Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Tue, 12 Jan 2010 23:29:30 +0000 Subject: Support for Spansion S25FL008A Tested with read/erase/write (including verify). I only wrote the image that was read before - don't want to brick my laptop. Corresponding to flashrom svn r862. Signed-off-by: Michael Karcher Acked-by: Carl-Daniel Hailfinger --- flashchips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index 19ff745..2a4d93b 100644 --- a/flashchips.h +++ b/flashchips.h @@ -365,6 +365,7 @@ * the second device ID byte is memory capacity. */ #define SPANSION_ID 0x01 /* Spansion, same ID as AMD */ +#define SPANSION_S25FL008A 0x0213 #define SPANSION_S25FL016A 0x0214 /* -- cgit v1.1