Flashrom support for some Numonyx parts (M25PE)
using block erase d8 as discussed with Peter Stuge Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3707 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
c6bb6be6d2
commit
a69d1db504
@ -424,6 +424,7 @@ int spi_command(unsigned int writecnt, unsigned int readcnt,
|
||||
void spi_write_enable();
|
||||
void spi_write_disable();
|
||||
int spi_chip_erase_c7(struct flashchip *flash);
|
||||
int spi_chip_erase_d8(struct flashchip *flash);
|
||||
int spi_chip_write(struct flashchip *flash, uint8_t *buf);
|
||||
int spi_chip_read(struct flashchip *flash, uint8_t *buf);
|
||||
uint8_t spi_read_status_register();
|
||||
|
Reference in New Issue
Block a user