Changeset 1486 for trunk


Ignore:
Timestamp:
01/19/12 18:50:32 (4 months ago)
Author:
stefanct
Message:

Add board enable for AOpen i945GMx-VFX (used in FCS ESPRIMO Q5010)

Typical AWARD enable structure with an ICH GPIO board enable.
This board seems also to be known as D2544-B1.

Success report:
http://www.flashrom.org/pipermail/flashrom/2012-January/008590.html

Signed-off-by: Stefan Tauner <stefan.tauner@…>
Tested-by: Oliver Rath <rath@…>
Acked-by: Stefan Tauner <stefan.tauner@…>

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/board_enable.c

    r1483 r1486  
    15611561/* 
    15621562 * Suited for: 
     1563 *  - AOpen i945GMx-VFX: Intel 945GM + ICH7-M used in ... 
     1564 *    - FCS ESPRIMO Q5010 (SMBIOS: D2544-B1) 
     1565 */ 
     1566static int intel_ich_gpio38_raise(void) 
     1567{ 
     1568        return intel_ich_gpio_set(38, 1); 
     1569} 
     1570 
     1571/* 
     1572 * Suited for: 
    15631573 *  - ASUS M6Ne (laptop): socket 479M (guessed) + Intel 855PM + ICH4-M 
    15641574 */ 
     
    20992109        {0x1022, 0x2090,      0,      0,  0x1022, 0x2080,      0,      0, NULL,        "artecgroup", "dbe61", P3, "Artec Group", "DBE61",                 0,   OK, board_artecgroup_dbe6x}, 
    21002110        {0x1022, 0x2090,      0,      0,  0x1022, 0x2080,      0,      0, NULL,        "artecgroup", "dbe62", P3, "Artec Group", "DBE62",                 0,   OK, board_artecgroup_dbe6x}, 
     2111        {0x8086, 0x27b9, 0xa0a0, 0x0632,  0x8086, 0x27da, 0xa0a0, 0x0632, NULL,         NULL, NULL,           P3, "AOpen",       "i945GMx-VFX",           0,   OK, intel_ich_gpio38_raise}, 
    21012112        {0x8086, 0x277c, 0xa0a0, 0x060b,  0x8086, 0x27da, 0xa0a0, 0x060b, NULL,         NULL, NULL,           P3, "AOpen",       "i975Xa-YDG",            0,   OK, board_aopen_i975xa_ydg}, 
    21022113        {0x8086, 0x27b8, 0x1849, 0x27b8,  0x8086, 0x27da, 0x1849, 0x27da, "^ConRoeXFire-eSATA2", NULL, NULL,  P3, "ASRock",      "ConRoeXFire-eSATA2",    0,   OK, intel_ich_gpio16_raise}, 
  • trunk/print.c

    r1483 r1486  
    557557        B("agami",      "Aruma",                1, "http://web.archive.org/web/20080212111524/http://www.agami.com/site/ais-6000-series", NULL), 
    558558        B("Albatron",   "PM266A Pro",           1, "http://www.albatron.com.tw/English/Product/MB/pro_detail.asp?rlink=Overview&no=56", NULL), /* FIXME */ 
     559        B("AOpen",      "i945GMx-VFX",          1, NULL, "This is (also?) an OEM board from FCS (used in e.g. ESPRIMO Q5010 with designation D2544-B1)."), 
    559560        B("AOpen",      "vKM400Am-S",           1, "http://usa.aopen.com/products_detail.aspx?Auno=824", NULL), 
    560561        B("Artec Group","DBE61",                1, "http://wiki.thincan.org/DBE61", NULL), 
Note: See TracChangeset for help on using the changeset viewer.