From 7de8639b29c4988ccf7ee110fc5ba6e7e66986f8 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Wed, 10 Dec 2008 10:32:05 +0000 Subject: 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. Corresponding to flashrom svn r366 and coreboot v2 svn r3809. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann --- flashchips.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flashchips.c') diff --git a/flashchips.c b/flashchips.c index ada9ee07f..bc4a5c2f7 100644 --- a/flashchips.c +++ b/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, -- cgit v1.2.3