diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-30 00:56:50 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-10-30 00:56:50 +0000 |
commit | 825c809efe1cba676dcc6f795c26ddc24055b930 (patch) | |
tree | 209c6e55057c7b4c4196294b3501224cf5cc46a9 /util/flashrom/flash.h | |
parent | 1602dd5fddf3ada03508738218d760a7544ace50 (diff) |
Add support for Intel 440MX systems.
Add support for the Fujitsu MBM29F400TC flash part.
Detection and reading works, writing is not tested.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2903 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 743a8e5c9d..898977f0e7 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/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 */ |