diff options
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-12-10 10:32:05 +0000 |
---|---|---|
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | 2008-12-10 10:32:05 +0000 |
commit | b3b280448243ad2250232e21d1d41e2cd67d878c (patch) | |
tree | 108b7094b0a775717ca5122de2bf3881c45ae098 /util/flashrom/flashchips.c | |
parent | 19ead962c4c0331de6bd9624843f8a80608bff60 (diff) |
Add 28 flash chips of the MX29 series to the flashrom ID table and
support the MX29LV040C.
MX29LV040C probe and read support tested by khetzal on IRC.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3809 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flashchips.c')
-rw-r--r-- | util/flashrom/flashchips.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index ada9ee07f8..bc4a5c2f7a 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -392,6 +392,12 @@ struct flashchip flashchips[] = { probe_29f002, erase_29f002, write_29f002 }, + {"Macronix", "MX29LV040C", MX_ID, MX_29LV040C, + 512, 64 * 1024, + TEST_OK_PR, + probe_29f002, erase_29f002, write_29f002 + }, + {"Numonyx", "M25PE10", ST_ID, 0x8011, 128, 256, TEST_UNTESTED, |