summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2006-06-30 20:07:50 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-06-30 20:07:50 +0000
commitaf2c2b5f2b8ed4536eeeba45492f40ef2d82926d (patch)
tree1169c666e8f10edbcd9022a88c7685314ff20965 /flash.h
parent6424faf2f45f75ec68db4e6ddfe4676dcf151c92 (diff)
downloadast2050-flashrom-af2c2b5f2b8ed4536eeeba45492f40ef2d82926d.zip
ast2050-flashrom-af2c2b5f2b8ed4536eeeba45492f40ef2d82926d.tar.gz
Add support for EFST F49B002UA (untested)
Corresponding to flashrom svn r55 and coreboot v2 svn r2336.
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 775676a..4c4c61f 100644
--- a/flash.h
+++ b/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 */
OpenPOWER on IntegriCloud