summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--board_enable.c1
-rw-r--r--flashchips.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/board_enable.c b/board_enable.c
index 074cabb..292f942 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -2378,6 +2378,7 @@ const struct board_match board_matches[] = {
{0x8086, 0x24dd, 0x1043, 0x80a6, 0x8086, 0x2570, 0x1043, 0x8157, NULL, NULL, NULL, P3, "ASUS", "P5PE-VM", 0, OK, intel_ich_gpio21_raise},
{0x8086, 0x2443, 0x1043, 0x8027, 0x8086, 0x1130, 0x1043, 0x8027, "^CUSL2-C", NULL, NULL, P3, "ASUS", "CUSL2-C", 0, OK, intel_ich_gpio21_raise},
{0x8086, 0x2443, 0x1043, 0x8027, 0x8086, 0x1130, 0x1043, 0x8027, "^TUSL2-C", NULL, NULL, P3, "ASUS", "TUSL2-C", 0, NT, intel_ich_gpio21_raise},
+ {0x1106, 0x3059, 0x1106, 0x4161, 0x1106, 0x3065, 0x1106, 0x0102, NULL, NULL, NULL, P3, "Bcom/Clientron", "WinNET P680", 0, OK, w836xx_memw_enable_2e},
{0x1106, 0x3177, 0x1106, 0x3177, 0x1106, 0x3116, 0x1106, 0x3116, "^KM266-8235$", "biostar", "m7viq", P3, "Biostar", "M7VIQ", 0, NT, w83697xx_memw_enable_2e},
{0x10b7, 0x9055, 0x1028, 0x0082, 0x8086, 0x7190, 0, 0, NULL, NULL, NULL, P3, "Dell", "OptiPlex GX1", 0, OK, intel_piix4_gpo30_lower},
{0x8086, 0x3590, 0x1028, 0x016c, 0x1000, 0x0030, 0x1028, 0x016c, NULL, NULL, NULL, P3, "Dell", "PowerEdge 1850", 0, OK, intel_ich_gpio23_raise},
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