aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/flash.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-06-30 20:07:50 +0000
committerStefan Reinauer <stepan@openbios.org>2006-06-30 20:07:50 +0000
commit75d1b24537477dd07f4202cb6d06cf07c30c6117 (patch)
treec31fd8742dbb6ca5144613e4b04c573a74b6e454 /util/flashrom/flash.h
parent707097fc1ccf86373e38706adfdd0f648e89c51b (diff)
add support for EFST F49B002UA (untested)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2336 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r--util/flashrom/flash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h
index 775676ad48..4c4c61f40f 100644
--- a/util/flashrom/flash.h
+++ b/util/flashrom/flash.h
@@ -66,6 +66,9 @@ extern struct flashchip flashchips[];
#define ST_M29F040B 0xE2
#define ST_M29F400BT 0xD5
+#define EMST_ID 0x8c /* EMST - Elite Flash Storage Inc. Manufacturer ID code */
+#define EMST_F49B002UA 0x00 /* EMST F49B002UA device code */
+
#define MSYSTEMS_ID 0x156f
#define MSYSTEMS_MD2200 0xdb /* ? */
#define MSYSTEMS_MD2800 0x30 /* hmm -- both 0x30 */