mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Add support for ESMT F25L32PA
Corresponding to flashrom svn r1801. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
@ -71,6 +71,7 @@ int spi_prettyprint_status_register_default_bp1(struct flashctx *flash);
|
||||
int spi_prettyprint_status_register_default_bp2(struct flashctx *flash);
|
||||
int spi_prettyprint_status_register_default_bp3(struct flashctx *flash);
|
||||
int spi_prettyprint_status_register_default_bp4(struct flashctx *flash);
|
||||
int spi_prettyprint_status_register_bp2_bpl(struct flashctx *flash);
|
||||
int spi_disable_blockprotect(struct flashctx *flash);
|
||||
int spi_disable_blockprotect_bp2_srwd(struct flashctx *flash);
|
||||
int spi_disable_blockprotect_bp3_srwd(struct flashctx *flash);
|
||||
|
Reference in New Issue
Block a user