Changeset 1410 for trunk/print.c


Ignore:
Timestamp:
Aug 11, 2011 6:21:34 AM (23 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@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.