mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Add support for Winbond W25Q80, W25Q16 and W25Q32
I tested read/write/probe with W25Q80. Corresponding to flashrom svn r994. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: David Hendricks <dhendrix@google.com>
This commit is contained in:
@ -506,6 +506,9 @@
|
||||
#define W_25X16 0x3015
|
||||
#define W_25X32 0x3016
|
||||
#define W_25X64 0x3017
|
||||
#define W_25Q80 0x4014
|
||||
#define W_25Q16 0x4015
|
||||
#define W_25Q32 0x4016
|
||||
#define W_29C011 0xC1
|
||||
#define W_29C020C 0x45 /* Same as W29C020 and ASD AE29F2008 */
|
||||
#define W_29C040P 0x46 /* Same as W29C040 */
|
||||
|
Reference in New Issue
Block a user