summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDavid W. Hendricks <dwh@lanl.gov>2004-03-18 21:55:22 +0000
committerDavid W. Hendricks <dwh@lanl.gov>2004-03-18 21:55:22 +0000
commit8ca52c64b43d35bf1533750b6c56d6687881272d (patch)
tree5118057f6d11617c06969f3c6ed98f262f317a68 /util
parent52a84d71460ce4518b66507d7e4e652b761a1fad (diff)
downloadcoreboot-8ca52c64b43d35bf1533750b6c56d6687881272d.tar.xz
Added support for more SST 49lf0xxA parts
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1438 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r--util/flash_and_burn/flash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/flash_and_burn/flash.h b/util/flash_and_burn/flash.h
index 6cf911ebc8..518dc64692 100644
--- a/util/flash_and_burn/flash.h
+++ b/util/flash_and_burn/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 */