mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Add support for PMC 49FL002 as used in the RD1-PMC2
Corresponding to flashrom svn r54 and coreboot v2 svn r2332.
This commit is contained in:
1
flash.h
1
flash.h
@ -52,6 +52,7 @@ extern struct flashchip flashchips[];
|
||||
#define SST_49LF008A 0x5A /* SST 49LF008A device */
|
||||
|
||||
#define PMC_ID 0x9D /* PMC Manufacturer ID[B code */
|
||||
#define PMC_49FL002 0x6D /* PMC 49FL002 device code */
|
||||
#define PMC_49FL004 0x6E /* PMC 49FL004 device code */
|
||||
|
||||
#define WINBOND_ID 0xDA /* Winbond Manufacture ID code */
|
||||
|
Reference in New Issue
Block a user