This one was so easy that I didn't wait for a request.

Signed-off-by: Michael Karcher <[email protected]>
---
 board_enable.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/board_enable.c b/board_enable.c
index f1f7953..5a3e9f0 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -1011,6 +1011,14 @@ static int intel_ich_gpio26_raise(const char *name)
 }
 
 /**
+ * Suited for P4SD-LA (HP OEM): i865 + ICH5
+ */
+static int intel_ich_gpio32_raise(const char *name)
+{
+       return intel_ich_gpio_set(32, 1);
+}
+
+/**
  * Suited for Acorp 6A815EPD: socket 370 + intel 815 + ICH2.
  */
 static int board_acorp_6a815epd(const char *name)
@@ -1377,6 +1385,7 @@ struct board_pciid_enable board_pciid_enables[] = {
        {0x8086, 0x1A30, 0x1043, 0x8088,  0x8086, 0x24C3, 0x1043, 0x8089, NULL, 
         NULL,         NULL,          "ASUS",        "P4B533-E",              
0,   NT, intel_ich_gpio22_raise},
        {0x8086, 0x24D3, 0x1043, 0x80A6,  0x8086, 0x2578, 0x1043, 0x80F6, NULL, 
         NULL,         NULL,          "ASUS",        "P4C800-E Deluxe",       
0,   OK, intel_ich_gpio21_raise},
        {0x8086, 0x2570, 0x1043, 0x80F2,  0x105A, 0x3373, 0x1043, 0x80F5, NULL, 
         NULL,         NULL,          "ASUS",        "P4P800-E Deluxe",       
0,   OK, intel_ich_gpio21_raise},
+       {0x8086, 0x2570, 0x1043, 0x80A5,  0x105A, 0x24D3, 0x1043, 0x80A6, NULL, 
         NULL,         NULL,          "ASUS",        "P4SD-LA",               
0,   OK, intel_ich_gpio32_raise},
        {0x10B9, 0x1541,      0,      0,  0x10B9, 0x1533,      0,      0, 
"^P5A$",       "asus",       "p5a",         "ASUS",        "P5A",               
    0,   OK, board_asus_p5a},
        {0x10DE, 0x0030, 0x1043, 0x818a,  0x8086, 0x100E, 0x1043, 0x80EE, NULL, 
         NULL,         NULL,          "ASUS",        "P5ND2-SLI Deluxe",      
0,   OK, nvidia_mcp_gpio10_raise},
        {0x1106, 0x3149, 0x1565, 0x3206,  0x1106, 0x3344, 0x1565, 0x1202, NULL, 
         NULL,         NULL,          "Biostar",     "P4M80-M4",              
0,   OK, it8705f_write_enable_2e},
-- 
1.7.0


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to