From 598968a687f7853c1726ad8aa8621aac75708d3e Mon Sep 17 00:00:00 2001 From: Nikolay Martynov Date: Sun, 4 May 2014 21:44:13 +0000 Subject: Support for Spansion S25FL132K and S25FL164K Tested with actual S25FL164K via Arduino SPI. Corresponding to flashrom svn r1786. Signed-off-by: Nikolay Martynov Acked-by: Stefan Tauner --- flashchips.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index af0648a..a0823b9 100644 --- a/flashchips.h +++ b/flashchips.h @@ -566,6 +566,9 @@ #define SPANSION_S25FL204 0x4013 #define SPANSION_S25FL208 0x4014 #define SPANSION_S25FL216 0x4015 /* Same as S25FL216K, but the latter supports OTP, 3 status regs, quad I/O, SFDP etc. */ +#define SPANSION_S25FL132K 0x4016 +#define SPANSION_S25FL164K 0x4017 + /* * SST25 chips are SPI, first byte of device ID is memory type, second * byte of device ID is related to log(bitsize) at least for some chips. -- cgit v1.1