1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 06:23:18 +02:00

Support for Am29F016D

Corresponding to flashrom svn r45 and coreboot v2 svn r2203.
This commit is contained in:
Stefan Reinauer
2006-03-16 16:44:07 +00:00
parent 5eaed68734
commit d918daa858
2 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,8 @@
struct flashchip flashchips[] = {
{"Am29F040B", AMD_ID, AM_29F040B, NULL, 512, 64 * 1024,
probe_29f040b, erase_29f040b, write_29f040b, NULL},
{"Am29F016D", AMD_ID, AM_29F016D, NULL, 2048, 64 * 1024,
probe_29f040b, erase_29f040b, write_29f040b, NULL},
{"At29C040A", ATMEL_ID, AT_29C040A, NULL, 512, 256,
probe_jedec, erase_chip_jedec, write_jedec, NULL},
{"Mx29f002", MX_ID, MX_29F002, NULL, 256, 64 * 1024,