summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-12-10 10:32:05 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-12-10 10:32:05 +0000
commit7de8639b29c4988ccf7ee110fc5ba6e7e66986f8 (patch)
tree674cb17350e969d10c48dc2639f86b3d9aac35f6 /flashchips.c
parent90eff15351782d195fb1175cbc2a3f39b1792c06 (diff)
downloadast2050-flashrom-7de8639b29c4988ccf7ee110fc5ba6e7e66986f8.zip
ast2050-flashrom-7de8639b29c4988ccf7ee110fc5ba6e7e66986f8.tar.gz
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 <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index ada9ee0..bc4a5c2 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,
OpenPOWER on IntegriCloud