mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Add support for EN25Q(H) series SPI flash chips
- EN25Q40 - EN25Q80 - EN25Q16 (half-evil twin of already supported EN25D16, hence merged) - EN25Q32(A/B) - EN25Q64 - EN25Q128 - EN25QH16 Corresponding to flashrom svn r1384. Signed-off-by: David Hendricks <dhendrix@google.com> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:

committed by
Stefan Tauner

parent
9321f06fe8
commit
6d71530d43
@ -232,7 +232,6 @@
|
||||
#define EON_EN25B64 0x2017 /* Same as P64 */
|
||||
#define EON_EN25B64T 0x46
|
||||
#define EON_EN25B64B 0x36
|
||||
#define EON_EN25D16 0x3015
|
||||
#define EON_EN25F05 0x3110
|
||||
#define EON_EN25F10 0x3111
|
||||
#define EON_EN25F20 0x3112
|
||||
@ -240,6 +239,13 @@
|
||||
#define EON_EN25F80 0x3114
|
||||
#define EON_EN25F16 0x3115
|
||||
#define EON_EN25F32 0x3116
|
||||
#define EON_EN25Q40 0x3013
|
||||
#define EON_EN25Q80 0x3014
|
||||
#define EON_EN25Q16 0x3015 /* Same as EN25D16 */
|
||||
#define EON_EN25Q32 0x3016 /* Same as EN25Q32A and EN25Q32B */
|
||||
#define EON_EN25Q64 0x3017
|
||||
#define EON_EN25Q128 0x3018
|
||||
#define EON_EN25QH16 0x7015
|
||||
#define EON_EN29F512 0x7F21
|
||||
#define EON_EN29F010 0x20
|
||||
#define EON_EN29F040A 0x7F04
|
||||
|
Reference in New Issue
Block a user