mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Add support for for the Atmel AT49F040 chip
Chip features an optional permanent boot block write protection. Corresponding to flashrom svn r1522. Signed-off-by: David Borg <borg.db@gmail.com> Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user