mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Add support for AMIC A25LQ16 and A25LQ64
Also, refine unlocking of A25L032, A25LQ32A and A25LQ032. Corresponding to flashrom svn r1689. Signed-off-by: Nikolay Nikolaev <evrinoma@gmail.com> Reviewed-by: Steven Zakulec <spzakulec@gmail.com> Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:

committed by
Stefan Tauner

parent
c08542b977
commit
d07fde6884
@ -112,7 +112,9 @@
|
||||
#define AMIC_A25L080 0x3014
|
||||
#define AMIC_A25L016 0x3015
|
||||
#define AMIC_A25L032 0x3016
|
||||
#define AMIC_A25LQ032 0x4016
|
||||
#define AMIC_A25LQ16 0x4015
|
||||
#define AMIC_A25LQ032 0x4016 /* Same as A25LQ32A, but the latter supports SFDP */
|
||||
#define AMIC_A25LQ64 0x4017
|
||||
#define AMIC_A29002B 0x0d
|
||||
#define AMIC_A29002T 0x8C /* Same as A290021T */
|
||||
#define AMIC_A29040B 0x86
|
||||
|
Reference in New Issue
Block a user