<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">Acked-by: Timothy Lepre <</span><span style=" text-decoration: underline; color:#0000ff;"><a href="mailto:your@email.address">K</a><a href="mailto:lavious@gmail.com">lavious@gmail.com</a></span><span style=" color:#000000;">></span></p>
<br><div class="gmail_quote">On Tue, Mar 2, 2010 at 7:12 PM, Michael Karcher <span dir="ltr"><<a href="mailto:flashrom@mkarcher.dialup.fu-berlin.de">flashrom@mkarcher.dialup.fu-berlin.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
This board is like the IP35. Just changed the IDs to match.<br>
<br>
Signed-off-by: Michael Karcher <<a href="mailto:flashrom@mkarcher.dialup.fu-berlin.de">flashrom@mkarcher.dialup.fu-berlin.de</a>><br>
---<br>
 board_enable.c |    2 ++<br>
 1 files changed, 2 insertions(+), 0 deletions(-)<br>
<br>
diff --git a/board_enable.c b/board_enable.c<br>
index a479924..d28490c 100644<br>
--- a/board_enable.c<br>
+++ b/board_enable.c<br>
@@ -891,6 +891,7 @@ static int intel_ich_gpio_set(int gpio, int raise)<br>
<br>
 /**<br>
  * Suited for Abit IP35: Intel P35 + ICH9R.<br>
+ * Suited for Abit IP35 Pro: Intel P35 + ICH9R.<br>
  */<br>
 static int intel_ich_gpio16_raise(const char *name)<br>
 {<br>
@@ -1253,6 +1254,7 @@ struct board_pciid_enable board_pciid_enables[] = {<br>
<br>
        /* first pci-id set [4],          second pci-id set [4],          dmi identifier coreboot id [2],             vendor name    board name       max_rom_...  OK? flash enable */<br>
        {0x8086, 0x2926, 0x147b, 0x1084,  0x11ab, 0x4364, 0x147b, 0x1084, NULL,          NULL,         NULL,          "Abit",        "IP35",                  0,   OK, intel_ich_gpio16_raise},<br>
+       {0x8086, 0x2930, 0x147b, 0x1083,  0x10ec, 0x8167, 0x147b, 0x1083, NULL,          NULL,         NULL,          "Abit",        "IP35 Pro",              0,   OK, intel_ich_gpio16_raise},<br>
        {0x105a, 0x0d30, 0x105a, 0x4d33,  0x8086, 0x1130, 0x8086,      0, NULL,          NULL,         NULL,          "Acorp",       "6A815EPD",              0,   OK, board_acorp_6a815epd},<br>
        {0x8086, 0x24D4, 0x1849, 0x24D0,  0x8086, 0x24D5, 0x1849, 0x9739, NULL,          NULL,         NULL,          "ASRock",      "P4i65GV",               0,   OK, intel_ich_gpio23_raise},<br>
        {0x1022, 0x746B,      0,      0,       0,      0,      0,      0, NULL,          "AGAMI",      "ARUMA",       "agami",       "Aruma",                 0,   OK, w83627hf_gpio24_raise_2e},<br>

<font color="#888888">--<br>
1.7.0<br>
<br>
<br>
_______________________________________________<br>
flashrom mailing list<br>
<a href="mailto:flashrom@flashrom.org">flashrom@flashrom.org</a><br>
<a href="http://www.flashrom.org/mailman/listinfo/flashrom" target="_blank">http://www.flashrom.org/mailman/listinfo/flashrom</a><br>
<br>
</font></blockquote></div><br>