summaryrefslogtreecommitdiff
path: root/chipdrivers.h
diff options
context:
space:
mode:
authoruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2012-04-15 13:16:32 +0000
committeruwe <uwe@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2012-04-15 13:16:32 +0000
commit319514d350a7931ce9860499083cafdf37beb9a5 (patch)
tree815a620645ca472bccc630476073106250f8ff2e /chipdrivers.h
parent9fd18dbe03fde4e2525fca1899024c177b420df4 (diff)
downloadflashrom-319514d350a7931ce9860499083cafdf37beb9a5.tar.gz
Add support for for the Atmel AT49F040 chip.
Chip features an optional permanent boot block write protection. Signed-off-by: David Borg <borg.db@gmail.com> Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1522 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 e3eb978..1569bf3 100644
--- a/chipdrivers.h
+++ b/chipdrivers.h
@@ -149,6 +149,7 @@ int printlock_w39v080fa(struct flashctx *flash);
int printlock_w39v080fa_dual(struct flashctx *flash);
int unlock_w39v040fb(struct flashctx *flash);
int unlock_w39v080fa(struct flashctx *flash);
+int printlock_at49f(struct flashctx *flash);
/* w29ee011.c */
int probe_w29ee011(struct flashctx *flash);