From f4e57776eeb9617ccff13895e66a0e11227a3fe3 Mon Sep 17 00:00:00 2001 From: Rudy Host Date: Mon, 29 Nov 2010 00:37:49 +0000 Subject: Add support for Spansion S25FL004A, S25FL032A, and S25FL064A Tested S25FL064A using a Bus Pirate. Corresponding to flashrom svn r1237. Signed-off-by: Rudy Host Acked-by: Carl-Daniel Hailfinger --- flashchips.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index 414d2208..6504edf1 100644 --- a/flashchips.h +++ b/flashchips.h @@ -445,8 +445,11 @@ * the second device ID byte is memory capacity. */ #define SPANSION_ID 0x01 /* Spansion, same ID as AMD */ +#define SPANSION_S25FL004A 0x0212 #define SPANSION_S25FL008A 0x0213 #define SPANSION_S25FL016A 0x0214 +#define SPANSION_S25FL032A 0x0215 +#define SPANSION_S25FL064A 0x0216 /* * SST25 chips are SPI, first byte of device ID is memory type, second -- cgit v1.2.3