Changeset 1468


Ignore:
Timestamp:
11/16/11 23:08:11 (6 months ago)
Author:
stefanct
Message:

Add board enable for ASRock ConRoeXFire-eSATA2

The reverse engineering was done by Joshua. The actual patch was
fabricated by Paul with some polishing by Stefan.

Success log:
http://www.flashrom.org/pipermail/flashrom/2011-November/008257.html

Signed-off-by: Joshua Roys <roysjosh at gmail.com>
Signed-off-by: Paul Kocialkowski <contact@…>
Acked-by: Stefan Tauner <stefan.tauner@…>

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/board_enable.c

    r1467 r1468  
    20902090        {0x1022, 0x2090,      0,      0,  0x1022, 0x2080,      0,      0, NULL,        "artecgroup", "dbe62", P3, "Artec Group", "DBE62",                 0,   OK, board_artecgroup_dbe6x}, 
    20912091        {0x8086, 0x277c, 0xa0a0, 0x060b,  0x8086, 0x27da, 0xa0a0, 0x060b, NULL,         NULL, NULL,           P3, "AOpen",       "i975Xa-YDG",            0,   OK, board_aopen_i975xa_ydg}, 
     2092        {0x8086, 0x27b8, 0x1849, 0x27b8,  0x8086, 0x27da, 0x1849, 0x27da, "^ConRoeXFire-eSATA2", NULL, NULL,  P3, "ASRock",      "ConRoeXFire-eSATA2",    0,   OK, intel_ich_gpio16_raise}, 
    20922093        {0x1039, 0x0741, 0x1849, 0x0741,  0x1039, 0x5513, 0x1849, 0x5513, "^K7S41 $",   NULL, NULL,           P3, "ASRock",      "K7S41",                 0,   OK, w836xx_memw_enable_2e}, 
    20932094        {0x1039, 0x0741, 0x1849, 0x0741,  0x1039, 0x5513, 0x1849, 0x5513, "^K7S41GX$",  NULL, NULL,           P3, "ASRock",      "K7S41GX",               0,   OK, w836xx_memw_enable_2e}, 
  • trunk/print.c

    r1467 r1468  
    563563        B("ASRock",     "A770CrossFire",        1, "http://www.asrock.com/mb/overview.asp?Model=A770CrossFire", NULL), 
    564564        B("ASRock",     "ALiveNF6G-DVI",        1, "http://www.asrock.com/mb/overview.asp?Model=ALiveNF6G-DVI", NULL), 
     565        B("ASRock",     "ConRoeXFire-eSATA2",   1, "http://www.asrock.com/mb/overview.asp?model=conroexfire-esata2", NULL), 
    565566        B("ASRock",     "K7S41",                1, "http://www.asrock.com/mb/overview.asp?Model=K7S41", NULL), 
    566567        B("ASRock",     "K7S41GX",              1, "http://www.asrock.com/mb/overview.asp?Model=K7S41GX", NULL), 
Note: See TracChangeset for help on using the changeset viewer.