Author: stefanct
Date: Tue Sep 10 12:42:48 2013
New Revision: 1733
URL: http://flashrom.org/trac/flashrom/changeset/1733

Log:
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.

Signed-off-by: Corey Osgood <[email protected]>
Acked-by: Stefan Tauner <[email protected]>

Modified:
   trunk/board_enable.c
   trunk/flashchips.c

Modified: trunk/board_enable.c
==============================================================================
--- trunk/board_enable.c        Sat Aug 31 00:23:02 2013        (r1732)
+++ trunk/board_enable.c        Tue Sep 10 12:42:48 2013        (r1733)
@@ -2378,6 +2378,7 @@
        {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},

Modified: trunk/flashchips.c
==============================================================================
--- trunk/flashchips.c  Sat Aug 31 00:23:02 2013        (r1732)
+++ trunk/flashchips.c  Tue Sep 10 12:42:48 2013        (r1733)
@@ -1355,7 +1355,7 @@
                .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  =

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to