From 370f5829e15d9f5ed60f0194505513a4d348b88a Mon Sep 17 00:00:00 2001 From: Cory Henderson Date: Sat, 19 Oct 2013 23:09:16 +0000 Subject: Refine support for SST25VF family - Reorder some models and refine comments. - Add SST25VF512A: AAI is available but with an uncommon opcode (0xAF). Fully tested with Bus Pirate 3.5 running 6.2 beta firmware by Cory. - Add SST25VF020 and SST25VF020B. Corresponding to flashrom svn r1758. Signed-off-by: Cory Henderson Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- flashchips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index cbd3ded..e6e5e8a 100644 --- a/flashchips.h +++ b/flashchips.h @@ -577,6 +577,7 @@ #define SST_SST25VF512A_REMS 0x48 /* REMS or RES opcode */ #define SST_SST25VF010_REMS 0x49 /* REMS or RES opcode */ #define SST_SST25VF020_REMS 0x43 /* REMS or RES opcode */ +#define SST_SST25VF020B 0x258C #define SST_SST25VF040_REMS 0x44 /* REMS or RES opcode, same as SST25LF040A */ #define SST_SST25VF040B 0x258D #define SST_SST25VF040B_REMS 0x8D /* REMS or RES opcode */ -- cgit v1.1