mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Enable unlocking (erasing/writing) W39V040FB chips
Add code for the unlocking (erasing/writing) of Winbond W39V040FB chips, enabling erasing/writing this type of chip. Corresponding to flashrom svn r1248. Signed-off-by: Idwer Vollering <vidwer@gmail.com> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
This commit is contained in:

committed by
Michael Karcher

parent
22e0532caf
commit
ecc67072b6
@ -7706,6 +7706,7 @@ struct flashchip flashchips[] = {
|
||||
}
|
||||
},
|
||||
.printlock = printlock_w39v040fb,
|
||||
.unlock = unlock_w39v040fb,
|
||||
.write = write_jedec_1,
|
||||
.read = read_memmapped,
|
||||
},
|
||||
|
Reference in New Issue
Block a user