mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Change a few probe timings to TIMING_FIXME
They previously had TIMING_IGNORED, but now they use probe_jedec directly or indirectly and that function does not ignore probe timing. Corresponding to flashrom svn r856. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Sean Nelson <audiohacked@gmail.com>
This commit is contained in:
parent
01e532da40
commit
08fa2f39f3
10
flashchips.c
10
flashchips.c
@ -4245,7 +4245,7 @@ struct flashchip flashchips[] = {
|
||||
.feature_bits = FEATURE_REGISTERMAP,
|
||||
.tested = TEST_UNTESTED,
|
||||
.probe = probe_jedec,
|
||||
.probe_timing = TIMING_IGNORED, /* routine don't use probe_timing (stm50flw0x0x.c) */
|
||||
.probe_timing = TIMING_FIXME,
|
||||
.erase = erase_stm50flw0x0x,
|
||||
.write = write_stm50flw0x0x,
|
||||
.read = read_memmapped,
|
||||
@ -4262,7 +4262,7 @@ struct flashchip flashchips[] = {
|
||||
.feature_bits = FEATURE_REGISTERMAP,
|
||||
.tested = TEST_UNTESTED,
|
||||
.probe = probe_jedec,
|
||||
.probe_timing = TIMING_IGNORED, /* routine don't use probe_timing (stm50flw0x0x.c) */
|
||||
.probe_timing = TIMING_FIXME,
|
||||
.erase = erase_stm50flw0x0x,
|
||||
.write = write_stm50flw0x0x,
|
||||
.read = read_memmapped,
|
||||
@ -4279,7 +4279,7 @@ struct flashchip flashchips[] = {
|
||||
.feature_bits = FEATURE_REGISTERMAP,
|
||||
.tested = TEST_OK_PREW,
|
||||
.probe = probe_jedec,
|
||||
.probe_timing = TIMING_IGNORED, /* routine don't use probe_timing (stm50flw0x0x.c) */
|
||||
.probe_timing = TIMING_FIXME,
|
||||
.erase = erase_stm50flw0x0x,
|
||||
.write = write_stm50flw0x0x,
|
||||
.read = read_memmapped,
|
||||
@ -4296,7 +4296,7 @@ struct flashchip flashchips[] = {
|
||||
.feature_bits = FEATURE_REGISTERMAP,
|
||||
.tested = TEST_UNTESTED,
|
||||
.probe = probe_jedec,
|
||||
.probe_timing = TIMING_IGNORED, /* routine don't use probe_timing (stm50flw0x0x.c) */
|
||||
.probe_timing = TIMING_FIXME,
|
||||
.erase = erase_stm50flw0x0x,
|
||||
.write = write_stm50flw0x0x,
|
||||
.read = read_memmapped,
|
||||
@ -4696,7 +4696,7 @@ struct flashchip flashchips[] = {
|
||||
.page_size = 64 * 1024,
|
||||
.tested = TEST_OK_PREW,
|
||||
.probe = probe_w39v040c,
|
||||
.probe_timing = TIMING_IGNORED, /* routine don't use probe_timing (w39v040c.c) */
|
||||
.probe_timing = TIMING_FIXME,
|
||||
.erase = erase_w39v040c,
|
||||
.write = write_w39v040c,
|
||||
.read = read_memmapped,
|
||||
|
Loading…
x
Reference in New Issue
Block a user