Changeset 1501 for trunk/print.c


Ignore:
Timestamp:
Feb 17, 2012 3:51:15 PM (15 months ago)
Author:
stefanct
Message:

Add board enable for ASUS OPLX-M.

The vendor enable does some other funky stuff with MTRRs/MSRs, SMIs,
cache and legacy ISA address forward twiddling. I would only use
this patch to read and verify the existing contents, just to be safe.

The PCI IDs of the onboard devices do contain no subsystem IDs at all.

Probing and reading was
Tested-by: Ville Skyttä <ville.skytta@…>
See http://www.flashrom.org/pipermail/flashrom/2010-October/005256.html

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/print.c

    r1499 r1501  
    643643        B("ASUS",       "MEW-AM",               0, "ftp://ftp.asus.com.tw/pub/ASUS/mb/sock370/810/mew-am/", "No public report found. Owned by Uwe Hermann <uwe@hermann-uwe.de>. May work now."), 
    644644        B("ASUS",       "MEW-VM",               0, "http://www.elhvb.com/mboards/OEM/HP/manual/ASUS%20MEW-VM.htm", "No public report found. Owned by Uwe Hermann <uwe@hermann-uwe.de>. May work now."), 
     645        B("ASUS",       "OPLX-M",               0, NULL, "Untested board enable."), 
    645646        B("ASUS",       "P2B",                  1, "ftp://ftp.asus.com.tw/pub/ASUS/mb/slot1/440bx/p2b/", NULL), 
    646647        B("ASUS",       "P2B-D",                1, "ftp://ftp.asus.com.tw/pub/ASUS/mb/slot1/440bx/p2b-d/", NULL), 
Note: See TracChangeset for help on using the changeset viewer.