diff options
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, |