summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorMattias Mattsson <vitplister@gmail.com>2010-10-05 21:32:29 +0000
committerMattias Mattsson <vitplister@gmail.com>2010-10-05 21:32:29 +0000
commit2eaad63dc209a2bfa2830285c1a8285ec9ee4670 (patch)
tree15882ee6226584b9a48004fcdc18b095691c554d /flashchips.c
parent16ce40ec4e4c236357bc3bf984757438aa8ff764 (diff)
downloadast2050-flashrom-2eaad63dc209a2bfa2830285c1a8285ec9ee4670.zip
ast2050-flashrom-2eaad63dc209a2bfa2830285c1a8285ec9ee4670.tar.gz
Add board enable for Dell OptiPlex GX1 and mark Intel 28F002BC/BL/BV/BX-T as tested
Match on ethernet and north bridge. This is tested on an OptiPlex GX1 400L+ but will probably work for the whole GX1 series as they all share the same vendor BIOS. lspci/flashrom output http://www.flashrom.org/pipermail/flashrom/2010-July/004042.html lspci output (OptiPlex GX1 unknown model) http://www.coreboot.org/pipermail/coreboot/2010-May/058040.html superiotool output (OptiPlex GX1 266L+) http://www.flashrom.org/pipermail/flashrom/2009-July/000207.html lspci/dmidecode output (OptiPlex GX1 266L+) http://www.coreboot.org/pipermail/coreboot/2009-July/050958.html Corresponding to flashrom svn r1191. Signed-off-by: Mattias Mattsson <vitplister@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.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 35b9a5d..2b1af0b 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -3196,7 +3196,7 @@ struct flashchip flashchips[] = {
.model_id = INTEL_28F002T,
.total_size = 256,
.page_size = 256 * 1024,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_82802ab,
.probe_timing = TIMING_ZERO, /* Datasheet has no timing info specified */
.block_erasers =
OpenPOWER on IntegriCloud