From 5727cd715b349d88c89bc7d5c2d0a19f70dd156d Mon Sep 17 00:00:00 2001 From: mkarcher Date: Sun, 26 Dec 2010 23:55:12 +0000 Subject: enable unlocking (erasing/writing) W39V040FB chips Add code for the unlocking (erasing/writing) of Winbond W39V040FB chips, enabling erasing/writing this type of chip. Signed-off-by: Idwer Vollering Acked-by: Michael Karcher git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1248 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- chipdrivers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chipdrivers.h') diff --git a/chipdrivers.h b/chipdrivers.h index a65cb99..a6faf9f 100644 --- a/chipdrivers.h +++ b/chipdrivers.h @@ -119,6 +119,7 @@ int printlock_w39v040fc(struct flashchip *flash); int printlock_w39v080a(struct flashchip *flash); int printlock_w39v080fa(struct flashchip *flash); int printlock_w39v080fa_dual(struct flashchip *flash); +int unlock_w39v040fb(struct flashchip *flash); int unlock_w39v080fa(struct flashchip *flash); /* w29ee011.c */ -- cgit v1.2.1