>> However, we would like to add support for your mainboard.Could you
>> please download latest flashrom (preferably flashrom 0.9.3) and run the
>> following commands (as root), then send the output to us?

Hello,

Attached is a patch to enable writing on your board.  Please apply,
compile and test (I would recommend starting with r1204 which is the
0.9.3 release).  If it works, we would appreciate the output of
`flashrom -Vw P5LD2-2002.ROM' .

Thanks,

Josh
diff --git a/board_enable.c b/board_enable.c
index 9ac6e2d..d5d5ccd 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -1406,6 +1406,7 @@ static int intel_ich_gpio_set(int gpio, int raise)
  * Suited for:
  *  - abit IP35: Intel P35 + ICH9R
  *  - abit IP35 Pro: Intel P35 + ICH9R
+ *  - ASUS P5LD2
  */
 static int intel_ich_gpio16_raise(void)
 {
@@ -1915,6 +1916,7 @@ const struct board_pciid_enable board_pciid_enables[] = {
        {0x10B9, 0x1541,      0,      0,  0x10B9, 0x1533,      0,      0, 
"^P5A$",       "asus",       "p5a",         "ASUS",        "P5A",               
    0,   OK, board_asus_p5a},
        {0x8086, 0x266a, 0x1043, 0x80a6,  0x8086, 0x2668, 0x1043, 0x814e, NULL, 
         NULL,         NULL,          "ASUS",        "P5GD1 Pro",             
0,   OK, intel_ich_gpio21_raise},
        {0x8086, 0x266a, 0x1043, 0x80a6,  0x8086, 0x2668, 0x1043, 0x813d, NULL, 
         NULL,         NULL,          "ASUS",        "P5GDC Deluxe",          
0,   OK, intel_ich_gpio21_raise},
+       {0x8086, 0x27da, 0x1043, 0x8179,       0,      0,      0,      0, NULL, 
         NULL,         NULL,          "ASUS",        "P5LD2",                 
0,   OK, intel_ich_gpio16_raise},
        {0x10DE, 0x0030, 0x1043, 0x818a,  0x8086, 0x100E, 0x1043, 0x80EE, NULL, 
         NULL,         NULL,          "ASUS",        "P5ND2-SLI Deluxe",      
0,   OK, nvidia_mcp_gpio10_raise},
        {0x8086, 0x24dd, 0x1043, 0x80a6,  0x8086, 0x2570, 0x1043, 0x8157, NULL, 
         NULL,         NULL,          "ASUS",        "P5PE-VM",               
0,   OK, intel_ich_gpio21_raise},
        {0x10b7, 0x9055, 0x1028, 0x0082,  0x8086, 0x7190,      0,      0, NULL, 
         NULL,         NULL,          "Dell",        "OptiPlex GX1",          
0,   OK, intel_piix4_gpo30_lower},
_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to