summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2006-06-25 09:56:45 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-06-25 09:56:45 +0000
commit6424faf2f45f75ec68db4e6ddfe4676dcf151c92 (patch)
treefe09df121d0e985fc5b1d6dc13bbcbc955eb1e69 /flash.h
parentdb8b13ac5399e15b452e10671ba71a2280ae0bfd (diff)
downloadast2050-flashrom-6424faf2f45f75ec68db4e6ddfe4676dcf151c92.zip
ast2050-flashrom-6424faf2f45f75ec68db4e6ddfe4676dcf151c92.tar.gz
Add support for PMC 49FL002 as used in the RD1-PMC2
Corresponding to flashrom svn r54 and coreboot v2 svn r2332.
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 673f8b6..775676a 100644
--- a/flash.h
+++ b/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 */
OpenPOWER on IntegriCloud