1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

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>
This commit is contained in:
Carl-Daniel Hailfinger
2008-12-10 10:32:05 +00:00
parent 90eff15351
commit 7de8639b29
2 changed files with 34 additions and 0 deletions

View File

@ -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,