mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Add support for Spansion S25FL004A, S25FL032A, and S25FL064A
Tested S25FL064A using a Bus Pirate. Corresponding to flashrom svn r1237. Signed-off-by: Rudy Host <segfault@committeeofdoom.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:

committed by
Carl-Daniel Hailfinger

parent
841d631710
commit
f4e57776ee
@ -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
|
||||
|
Reference in New Issue
Block a user