summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorAlan Green <avg@google.com>2019-07-24 14:18:39 +1000
committerNico Huber <nico.h@gmx.de>2019-08-03 14:47:06 +0000
commita4e579f94a80b949a0173b4b49cce01f20383aa7 (patch)
tree320e0898ff31848178faa258ae6d326a10a37c14 /flashchips.c
parent8855257d2051b2db0f6b1a4125d39f075d360cc4 (diff)
downloadflashrom-a4e579f94a80b949a0173b4b49cce01f20383aa7.tar.gz
flashrom-a4e579f94a80b949a0173b4b49cce01f20383aa7.tar.bz2
flashrom-a4e579f94a80b949a0173b4b49cce01f20383aa7.zip
flashchips.c: Mark AMD Am29F010A/B as TEST_OK_PRE
The AMD Am29F010 was marked TEST_OK_PRE in chromium repo change SHA d217d1219ccaa43a01cd75475409183bd5714410. There are no other differences in the definition of this chip. This is the only change from the Chromium repo to be upstreamed for AMD chips. Signed-off-by: Alan Green <avg@google.com> Change-Id: I7fa10d33b42c09d035c611535a54592083c4eaa0 Reviewed-on: https://review.coreboot.org/c/flashrom/+/34534 Tested-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index b859bf638..15c33c1e9 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -156,7 +156,7 @@ const struct flashchip flashchips[] = {
.total_size = 128,
.page_size = 16 * 1024,
.feature_bits = FEATURE_ADDR_2AA | FEATURE_EITHER_RESET,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PRE,
.probe = probe_jedec,
.probe_timing = TIMING_ZERO,
.block_erasers =