summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorCorey Osgood <corey.osgood@gmail.com>2013-09-10 10:42:48 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-09-10 10:42:48 +0000
commitcbd566548df4c752460268ed7f4a5f6c97d3062b (patch)
treed7ad0d8588c1ec95f521d5db2848f97944f2963d /flashchips.c
parent97b6c113b12ea2c3252a59073f2541e9e0e283ab (diff)
downloadast2050-flashrom-cbd566548df4c752460268ed7f4a5f6c97d3062b.zip
ast2050-flashrom-cbd566548df4c752460268ed7f4a5f6c97d3062b.tar.gz
Add board enable for Bcom WinNET P680
This patch replaces Alex Mauer's previous patch for this board (from 2008). Tested to read, erase, and write on 2 different boards, both with AMIC A29040BL flash chips, using both stock BIOS and coreboot images. This patch marks the AMIC chip as tested at the same time. Corresponding to flashrom svn r1733. Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
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 5cf4aa4..83855fc 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -1355,7 +1355,7 @@ const struct flashchip flashchips[] = {
.total_size = 512,
.page_size = 64 * 1024,
.feature_bits = FEATURE_ADDR_2AA | FEATURE_SHORT_RESET,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_jedec,
.probe_timing = TIMING_ZERO,
.block_erasers =
OpenPOWER on IntegriCloud