Changeset 1410 for trunk


Ignore:
Timestamp:
08/11/11 06:21:34 (9 months ago)
Author:
stefanct
Message:

Add (untested) board enable for Asus P5LD2

There are numerous other variants of the P5LD2 which vary wildly not only in
PCB layout but also in northbridges used, number of PCI, PCI-E and DIMM slots
etc. This one is for the plain P5LD2 without any suffixes.

This patch is essentially a rebased version of Joshua's patch, which was never
tested (user did not reply). I have added additional PCI IDs and the DMI pattern
and also changed the status to NT. An entry in the print.c table was also added.

http://www.flashrom.org/pipermail/flashrom/2010-October/005080.html

Signed-off-by: Joshua Roys <roysjosh@…>
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

    r1408 r1410  
    14621462 *  - abit IP35: Intel P35 + ICH9R 
    14631463 *  - abit IP35 Pro: Intel P35 + ICH9R 
     1464 *  - ASUS P5LD2 
    14641465 */ 
    14651466static int intel_ich_gpio16_raise(void) 
     
    20232024        {0x8086, 0x266a, 0x1043, 0x80a6,  0x8086, 0x2668, 0x1043, 0x814e, NULL,         NULL, NULL,           P3, "ASUS",        "P5GD1 Pro",             0,   OK, intel_ich_gpio21_raise}, 
    20242025        {0x8086, 0x266a, 0x1043, 0x80a6,  0x8086, 0x2668, 0x1043, 0x813d, NULL,         NULL, NULL,           P3, "ASUS",        "P5GDC Deluxe",          0,   OK, intel_ich_gpio21_raise}, 
     2026        {0x8086, 0x27da, 0x1043, 0x8179,  0x8086, 0x27b8  0x1043, 0x8179, "^P5LD2$",    NULL, NULL,           P3, "ASUS",        "P5LD2",                 0,   NT, intel_ich_gpio16_raise}, 
    20252027        {0x10DE, 0x0030, 0x1043, 0x818a,  0x8086, 0x100E, 0x1043, 0x80EE, NULL,         NULL, NULL,           P3, "ASUS",        "P5ND2-SLI Deluxe",      0,   OK, nvidia_mcp_gpio10_raise}, 
    20262028        {0x8086, 0x24dd, 0x1043, 0x80a6,  0x8086, 0x2570, 0x1043, 0x8157, NULL,         NULL, NULL,           P3, "ASUS",        "P5PE-VM",               0,   OK, intel_ich_gpio21_raise}, 
  • trunk/print.c

    r1408 r1410  
    483483        B("ASUS",       "P5KC",                 1, "http://www.asus.com/product.aspx?P_ID=fFZ8oUIGmLpwNMjj", NULL), 
    484484        B("ASUS",       "P5L-MX",               1, "http://www.asus.com/product.aspx?P_ID=X70d3NCzH2DE9vWH", NULL), 
     485        B("ASUS",       "P5LD2",                0, NULL, "Untested board enable."), 
    485486        B("ASUS",       "P5GD1 Pro",            1, "http://www.asus.com/product.aspx?P_ID=50M49xQh71EZOeM1", NULL), 
    486487        B("ASUS",       "P5N-E SLI",            0, "http://www.asus.com/product.aspx?P_ID=KyHOsOKWujC2QguJ", "Needs a board enable (http://patchwork.coreboot.org/patch/3298/)."), 
Note: See TracChangeset for help on using the changeset viewer.