summaryrefslogtreecommitdiffstats
path: root/chipdrivers.h
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-06-04 16:17:03 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-06-04 16:17:03 +0000
commita60d408a78be0e0d34dda616977489a307cb98b6 (patch)
tree012c6fd5e70fa651b144f556c7e3a0b3f605d18a /chipdrivers.h
parent2a10e70cd3b3e974c173b035dae01bf53899c228 (diff)
downloadast2050-flashrom-a60d408a78be0e0d34dda616977489a307cb98b6.zip
ast2050-flashrom-a60d408a78be0e0d34dda616977489a307cb98b6.tar.gz
Add support for Sanyo LE25FW106
Also, add spi_disable_blockprotect_bp1_srwd(). Originally written and tested by The Raven <originalraven@hotmail.com>. Corresponding to flashrom svn r1818. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'chipdrivers.h')
-rw-r--r--chipdrivers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chipdrivers.h b/chipdrivers.h
index ee86f83..03d922d 100644
--- a/chipdrivers.h
+++ b/chipdrivers.h
@@ -73,6 +73,7 @@ int spi_prettyprint_status_register_bp3_srwd(struct flashctx *flash);
int spi_prettyprint_status_register_bp4_srwd(struct flashctx *flash);
int spi_prettyprint_status_register_bp2_bpl(struct flashctx *flash);
int spi_disable_blockprotect(struct flashctx *flash);
+int spi_disable_blockprotect_bp1_srwd(struct flashctx *flash);
int spi_disable_blockprotect_bp2_srwd(struct flashctx *flash);
int spi_disable_blockprotect_bp3_srwd(struct flashctx *flash);
int spi_disable_blockprotect_bp4_srwd(struct flashctx *flash);
OpenPOWER on IntegriCloud