Introduce block and sector erase routines to flashrom, but do not use
them yet. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2881 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -36,7 +36,7 @@ struct flashchip flashchips[] = {
|
||||
probe_jedec, erase_chip_jedec, write_jedec},
|
||||
{"At29C020", ATMEL_ID, AT_29C020, 256, 256,
|
||||
probe_jedec, erase_chip_jedec, write_jedec},
|
||||
{"Mx29f002", MX_ID, MX_29F002, 256, 64 * 1024,
|
||||
{"MX29F002", MX_ID, MX_29F002, 256, 64 * 1024,
|
||||
probe_29f002, erase_29f002, write_29f002},
|
||||
{"MX25L4005", MX_ID, MX_25L4005, 512, 4 * 1024,
|
||||
probe_spi, generic_spi_chip_erase, generic_spi_chip_write},
|
||||
|
Reference in New Issue
Block a user