From 48da3f9f995514e6dd2ecf3ca713ff8b19750350 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 23 Jan 2010 15:15:19 +0000 Subject: Add support for the SST39SF512 chip All operations tested by me, works fine. Corresponding to flashrom svn r881. Signed-off-by: Uwe Hermann Acked-by: Sean Nelson --- flashchips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index 2a4d93b..7f9c8a2 100644 --- a/flashchips.h +++ b/flashchips.h @@ -406,6 +406,7 @@ #define SST_29VF020 0x25 #define SST_29SF040 0x13 #define SST_29VF040 0x14 +#define SST_39SF512 0xB4 #define SST_39SF010 0xB5 #define SST_39SF020 0xB6 /* Same as 39SF020A */ #define SST_39SF040 0xB7 -- cgit v1.1