[flashrom] [PATCH] Unlocking for W39V040FA

Michael Karcher flashrom at mkarcher.dialup.fu-berlin.de
Sat May 15 20:48:50 CEST 2010


Should fix the current issue, probably obsoleted by the pending
FWH unification.

Signed-off-by: Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de>

---
 flashchips.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/flashchips.c b/flashchips.c
index 10c0989..bc96a4a 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -6097,18 +6097,20 @@ struct flashchip flashchips[] = {
 				.block_erase = erase_block_jedec,
 			}, {
 				.eraseblocks = { {64 * 1024, 8} },
 				.block_erase = erase_sector_jedec,
 			}, {
 				.eraseblocks = { {512 * 1024, 1} },
 				.block_erase = erase_chip_block_jedec,
 			}
 		},
+		.printlock	= printlock_sst_fwhub,
+		.unlock		= unlock_sst_fwhub,
 		.write		= write_jedec_1,
 		.read		= read_memmapped,
 	},
 
 	{
 		.vendor		= "Winbond",
 		.name		= "W39V080A",
 		.bustype	= CHIP_BUSTYPE_LPC,
 		.manufacture_id	= WINBOND_ID,
-- 
1.7.1





More information about the flashrom mailing list