diff options
author | Mattias Mattsson <vitplister@gmail.com> | 2010-10-05 21:32:29 +0000 |
---|---|---|
committer | Mattias Mattsson <vitplister@gmail.com> | 2010-10-05 21:32:29 +0000 |
commit | b7885e82eb0665e09f59a4743052c3b093cc29e7 (patch) | |
tree | 15882ee6226584b9a48004fcdc18b095691c554d /flashchips.c | |
parent | 32cfc1c197143fc786eb2749f3090634a40525c9 (diff) | |
download | flashrom-b7885e82eb0665e09f59a4743052c3b093cc29e7.zip flashrom-b7885e82eb0665e09f59a4743052c3b093cc29e7.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.c | 2 |
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 = |