Changeset 1407 for trunk


Ignore:
Timestamp:
08/06/11 18:16:45 (10 months ago)
Author:
stefanct
Message:

Fix the A8N-SLI Deluxe board enable

Long story short:

Signed-off-by: Stefan Tauner <stefan.tauner@…>
Acked-by: Stefan Tauner <stefan.tauner@…>

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/board_enable.c

    r1406 r1407  
    20022002        {0x8086, 0x27A0, 0x1043, 0x1287,  0x8086, 0x27DF, 0x1043, 0x1287, "^A8J",       NULL, NULL,           P3, "ASUS",        "A8Jm",                  0,   NT, intel_ich_gpio34_raise}, 
    20032003        {0x10DE, 0x0260, 0x103c, 0x2a3e,  0x10DE, 0x0264, 0x103c, 0x2a3e, "NAGAMI2L",   NULL, NULL,           P3, "ASUS",        "A8N-LA (Nagami-GL8E)",  0,   OK, nvidia_mcp_gpio0_raise}, 
    2004         {0x10DE, 0x005E, 0x1043, 0x815A,  0x10DE, 0x0054, 0x1043, 0x815A, "^A8N-SLI",   NULL, NULL,           P3, "ASUS",        "A8N-SLI Deluxe",        0,   NT, board_shuttle_fn25}, 
     2004        {0x10DE, 0x005E, 0x1043, 0x815A,  0x10DE, 0x0054, 0x1043, 0x815A, "^A8N-SLI DELUXE", NULL, NULL,      P3, "ASUS",        "A8N-SLI Deluxe",        0,   NT, board_shuttle_fn25}, 
    20052005        {0x10de, 0x0264, 0x1043, 0x81bc,  0x10de, 0x02f0, 0x1043, 0x81cd, NULL,         NULL, NULL,           P3, "ASUS",        "A8N-VM CSM",            0,   OK, w83627ehf_gpio22_raise_2e}, 
    20062006        {0x10DE, 0x0264, 0x1043, 0x81C0,  0x10DE, 0x0260, 0x1043, 0x81C0, NULL,         NULL, NULL,           P3, "ASUS",        "M2NBP-VM CSM",          0,   OK, nvidia_mcp_gpio0_raise}, 
  • trunk/print.c

    r1406 r1407  
    421421        B("ASUS",       "A7V8X-X",              1, "http://www.asus.com/product.aspx?P_ID=YcXfRrWHZ9RKoVmw", NULL), 
    422422        B("ASUS",       "A8Jm",                 1, "http://www.asus.com/product.aspx?P_ID=VztICtOgiU6drx4m", NULL), 
    423         B("ASUS",       "A8N",                  1, NULL, NULL), /* TODO: This should probably be A8N-SLI Deluxe, see http://www.coreboot.org/pipermail/flashrom/2009-November/000878.html */ 
    424423        B("ASUS",       "A8N-E",                1, "http://www.asus.com/product.aspx?P_ID=DzbA8hgqchMBOVRz", NULL), 
    425424        B("ASUS",       "A8N-LA (Nagami-GL8E)", 1, "http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&cc=us&docname=c00647121&dlc=en", "This is an OEM board from HP, the HP name is Nagami-GL8E."), 
    426425        B("ASUS",       "A8N-SLI",              1, "http://www.asus.com/product.aspx?P_ID=J9FKa8z2xVId3pDK", NULL), 
     426        B("ASUS",       "A8N-SLI Deluxe",       0, NULL, "Untested board enable."), 
    427427        B("ASUS",       "A8N-SLI Premium",      1, "http://www.asus.com/product.aspx?P_ID=nbulqxniNmzf0mH1", NULL), 
    428428        B("ASUS",       "A8N-VM",               1, "http://www.asus.com/Motherboards/AMD_Socket_939/A8NVM/", NULL), 
Note: See TracChangeset for help on using the changeset viewer.