diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-11-02 14:25:11 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-11-02 14:25:11 +0000 |
commit | 8a9e23c5868dff0771ce741d3f93b8c8022daf90 (patch) | |
tree | 4fce1dde59d948c3740ac44736b4d49ed24058f1 /util/flashrom/flash.h | |
parent | 3d9a12f65df48bee260c522c1c2d32343cc7fd73 (diff) |
Add support for the ST M50FW002 chip to flashrom. Identification only,
erase/write are not implemented.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
tested and
Acked-by: Elia Yehuda <z4ziggy@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3717 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 0812331f60..769b8d0ee9 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -317,6 +317,7 @@ extern struct flashchip flashchips[]; #define ST_M50FLW040B 0x28 #define ST_M50FLW080A 0x80 #define ST_M50FLW080B 0x81 +#define ST_M50FW002 0x29 #define ST_M50FW040 0x2C #define ST_M50FW080 0x2D #define ST_M50FW016 0x2E |