summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorDavid Hendricks <david.hendricks@gmail.com>2004-03-18 21:55:22 +0000
committerDavid Hendricks <david.hendricks@gmail.com>2004-03-18 21:55:22 +0000
commit452ac53d9b799fc3fde500ad5e7b9200c6f8ade1 (patch)
tree89b5a777bc03552bc410894d2da9fe459ad6ae30 /flash.h
parent63ced03eeedc6a1120d7f1f0b6138a7ab59b4f27 (diff)
downloadflashrom-452ac53d9b799fc3fde500ad5e7b9200c6f8ade1.zip
flashrom-452ac53d9b799fc3fde500ad5e7b9200c6f8ade1.tar.gz
Added support for more SST 49lf0xxA parts
Corresponding to flashrom svn r12 and coreboot v2 svn r1438.
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 6cf911e..518dc64 100644
--- a/flash.h
+++ b/flash.h
@@ -37,6 +37,11 @@ struct flashchip {
#define SST_39SF020 0xB6 /* SST 39SF020 device */
#define SST_39VF020 0xD6 /* SST 39VF020 device */
#define SST_49LF040 0x51 /* SST 49LF040 device */
+#define SST_49LF080A 0x5B /* SST 48LF080A device */
+#define SST_49LF002A 0x57 /* SST 49LF002A device*/
+#define SST_49LF003A 0x1B /* SST 49LF003A device*/
+#define SST_49LF004A 0x60 /* SST 49LF004A device*/
+#define SST_49LF008A 0x5A /* SST 49LF008A device*/
#define PMC_ID 0x9D /* PMC Manufacturer ID[B code */
#define PMC_49FL004 0x6E /* PMC 49FL004 device code */
OpenPOWER on IntegriCloud