mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Unlocking for W39V040FA
Corresponding to flashrom svn r1018. Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
parent
dc1cda15d4
commit
c9b6341f29
@ -6086,7 +6086,7 @@ struct flashchip flashchips[] = {
|
||||
.model_id = W_39V040FA,
|
||||
.total_size = 512,
|
||||
.page_size = 64 * 1024,
|
||||
.feature_bits = FEATURE_EITHER_RESET,
|
||||
.feature_bits = FEATURE_REGISTERMAP | FEATURE_EITHER_RESET,
|
||||
.tested = TEST_UNTESTED,
|
||||
.probe = probe_jedec,
|
||||
.probe_timing = 10,
|
||||
@ -6103,6 +6103,8 @@ struct flashchip flashchips[] = {
|
||||
.block_erase = erase_chip_block_jedec,
|
||||
}
|
||||
},
|
||||
.printlock = printlock_sst_fwhub,
|
||||
.unlock = unlock_sst_fwhub,
|
||||
.write = write_jedec_1,
|
||||
.read = read_memmapped,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user