mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-28 23:43:42 +02:00
Mark PMC Pm49FL002 as tested
This chip is on my ASUS A7V8X-X mainboard. Corresponding to flashrom svn r928. Signed-off-by: Russ Dill <Russ.Dill@gmail.com> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
This commit is contained in:
parent
e8e369fcc3
commit
8c7c468645
@ -3358,7 +3358,7 @@ struct flashchip flashchips[] = {
|
|||||||
.total_size = 256,
|
.total_size = 256,
|
||||||
.page_size = 16 * 1024,
|
.page_size = 16 * 1024,
|
||||||
.feature_bits = FEATURE_REGISTERMAP | FEATURE_EITHER_RESET,
|
.feature_bits = FEATURE_REGISTERMAP | FEATURE_EITHER_RESET,
|
||||||
.tested = TEST_UNTESTED,
|
.tested = TEST_OK_PREW,
|
||||||
.probe = probe_jedec,
|
.probe = probe_jedec,
|
||||||
.probe_timing = TIMING_ZERO, /* routine is wrapper to probe_jedec (pm49fl00x.c) */
|
.probe_timing = TIMING_ZERO, /* routine is wrapper to probe_jedec (pm49fl00x.c) */
|
||||||
.block_erasers =
|
.block_erasers =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user