diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-06-30 20:07:50 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-06-30 20:07:50 +0000 |
commit | 75d1b24537477dd07f4202cb6d06cf07c30c6117 (patch) | |
tree | c31fd8742dbb6ca5144613e4b04c573a74b6e454 /util/flashrom/flash.h | |
parent | 707097fc1ccf86373e38706adfdd0f648e89c51b (diff) | |
download | coreboot-75d1b24537477dd07f4202cb6d06cf07c30c6117.tar.xz |
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.h | 3 |
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 */ |