mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
r3415 removed symbolic constants for device IDs by accident
Flash.h is a database of known IDs, whereas flashchips.c is a database of chips for which support has been implemented. Keep it that way. Corresponding to flashrom svn r300 and coreboot v2 svn r3416. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
3
flash.h
3
flash.h
@ -119,6 +119,9 @@ extern struct flashchip flashchips[];
|
||||
#define AMIC_ID 0x7F37 /* AMIC */
|
||||
#define AMIC_ID_NOPREFIX 0x37 /* AMIC */
|
||||
#define AMIC_A25L40P 0x2013
|
||||
#define AMIC_A29002B 0x0d
|
||||
#define AMIC_A29002T 0x8c
|
||||
#define AMIC_A29040B 0x86
|
||||
#define AMIC_A49LF040A 0x9d
|
||||
|
||||
#define ASD_ID 0x25 /* ASD, not listed in JEP106W */
|
||||
|
Reference in New Issue
Block a user