Alan Green has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/34534 )
Change subject: flashchips.c: Mark AMD Am29F010A/B as TEST_OK_PRE, ......................................................................
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 --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/34/34534/1
diff --git a/flashchips.c b/flashchips.c index b859bf6..15c33c1 100644 --- a/flashchips.c +++ b/flashchips.c @@ -156,7 +156,7 @@ .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 =