mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
Support for Spansion S25FL008A
Tested with read/erase/write (including verify). I only wrote the image that was read before - don't want to brick my laptop. Corresponding to flashrom svn r862. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -365,6 +365,7 @@
|
||||
* the second device ID byte is memory capacity.
|
||||
*/
|
||||
#define SPANSION_ID 0x01 /* Spansion, same ID as AMD */
|
||||
#define SPANSION_S25FL008A 0x0213
|
||||
#define SPANSION_S25FL016A 0x0214
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user