summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-30 00:56:50 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-30 00:56:50 +0000
commit97a647014dfe966ab2cd4966e487b18a5c807530 (patch)
treec476c3315be0f78d0c17cc99b3589f0cb1f9f291 /flash.h
parent220e26be9cb3026f054137a4d74a9734023646b2 (diff)
downloadflashrom-97a647014dfe966ab2cd4966e487b18a5c807530.tar.gz
flashrom-97a647014dfe966ab2cd4966e487b18a5c807530.tar.bz2
flashrom-97a647014dfe966ab2cd4966e487b18a5c807530.zip
Add support for Intel 440MX and Fujitsu MBM29F400TC
Detection and reading works, writing is not tested. Corresponding to flashrom svn r158 and coreboot v2 svn r2903. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 743a8e5c9..898977f0e 100644
--- a/flash.h
+++ b/flash.h
@@ -92,6 +92,7 @@ extern struct flashchip flashchips[];
#define EN_25B32 0x2016
#define FUJITSU_ID 0x04 /* Fujitsu */
+#define MBM29F400TC 0x23
#define HYUNDAI_ID 0xAD /* Hyundai */