mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 07:02:34 +02:00
Add chip IDs for Alliance Semiconductor flash chips
Cross-checked with UniFlash 1.40 source, chip datasheets and EZoFlash's chip database (http://www.ezoflash.com/chip_database.php). Datasheets: http://www.ezoflash.com/datasheets/flash/Alliance/AS29F002.pdf http://www.alsc.com/pdf/flash.pdf/as29f010.pdf http://www.alsc.com/pdf/flash.pdf/as29f040.pdf http://www.alsc.com/pdf/flash.pdf/as29f200.pdf http://www.ezoflash.com/datasheets/flash/Alliance/AS29LV160.pdf http://www.ezoflash.com/datasheets/flash/Alliance/AS29LV400.pdf http://www.ezoflash.com/datasheets/flash/Alliance/AS29LV800.pdf Corresponding to flashrom svn r1179. Signed-off-by: Mattias Mattsson <vitplister@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
parent
d2f007f98b
commit
eaf5ead473
12
flashchips.h
12
flashchips.h
@ -38,6 +38,18 @@
|
||||
#define GENERIC_DEVICE_ID 0xffff /* Only match the vendor ID */
|
||||
|
||||
#define ALLIANCE_ID 0x52 /* Alliance Semiconductor */
|
||||
#define ALLIANCE_AS29F002B 0x34
|
||||
#define ALLIANCE_AS29F002T 0xB0
|
||||
#define ALLIANCE_AS29F010 0x04
|
||||
#define ALLIANCE_AS29F040 0xA4
|
||||
#define ALLIANCE_AS29F200B 0x57
|
||||
#define ALLIANCE_AS29F200T 0x51
|
||||
#define ALLIANCE_AS29LV160B 0x49
|
||||
#define ALLIANCE_AS29LV160T 0xCA
|
||||
#define ALLIANCE_AS29LV400B 0xBA
|
||||
#define ALLIANCE_AS29LV400T 0xB9
|
||||
#define ALLIANCE_AS29LV800B 0x5B
|
||||
#define ALLIANCE_AS29LV800T 0xDA
|
||||
|
||||
#define AMD_ID 0x01 /* AMD */
|
||||
#define AMD_AM29DL400BT 0x0C
|
||||
|
Loading…
x
Reference in New Issue
Block a user