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
This commit is contained in:
Carl-Daniel Hailfinger
2008-12-10 10:32:05 +00:00
parent 19ead962c4
commit b3b2804482
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,