Acked-by: Thomas Kalka <<a href="mailto:thomas.kalka@googlemail.com">thomas.kalka@googlemail.com</a>><br><br><div class="gmail_quote">On Fri, Aug 13, 2010 at 12:39 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: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I had to use the USB controller in the board enable because all other<br>
subsystem IDs are having vendor: Gigabyte but mostly copy the Intel<br>
product IDs.<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>
 print.c        |    1 +<br>
 2 files changed, 3 insertions(+), 0 deletions(-)<br>
<br>
diff --git a/board_enable.c b/board_enable.c<br>
index 307feeb..0f72110 100644<br>
--- a/board_enable.c<br>
+++ b/board_enable.c<br>
@@ -1381,6 +1381,7 @@ static int intel_ich_gpio26_raise(void)<br>
 /*<br>
  * Suited for:<br>
  *  - P4SD-LA (HP OEM): i865 + ICH5<br>
+ *  - GIGABYTE GA-8PE667 Ultra 2: socket 478 + i845PE + ICH4<br>
  */<br>
 static int intel_ich_gpio32_raise(void)<br>
 {<br>
@@ -1779,6 +1780,7 @@ const struct board_pciid_enable board_pciid_enables[] = {<br>
        {0x8086, 0x7110,      0,      0,  0x8086, 0x7190,      0,      0, NULL,          "epox",       "ep-bx3",      "EPoX",        "EP-BX3",                0,   OK, board_epox_ep_bx3},<br>

        {0x1106, 0x0686, 0x1106, 0x0686,  0x1106, 0x3058, 0x1458, 0xa000, NULL,          NULL,         NULL,          "GIGABYTE",    "GA-7ZM",                512, OK, NULL},<br>
        {0x8086, 0x244b, 0x8086, 0x2442,  0x8086, 0x2445, 0x1458, 0xa002, NULL,          NULL,         NULL,          "GIGABYTE",    "GA-8IRML",              0,   OK, intel_ich_gpio25_raise},<br>
+       {0x8086, 0x24c3, 0x1458, 0x24c2,  0x8086, 0x24cd, 0x1458, 0x5004, NULL,          NULL,         NULL,          "GIGABYTE",    "GA-8PE667 Ultra 2",     0,   OK, intel_ich_gpio32_raise},<br>
        {0x10DE, 0x0050, 0x1458, 0x0C11,  0x10DE, 0x005e, 0x1458, 0x5000, NULL,          NULL,         NULL,          "GIGABYTE",    "GA-K8N-SLI",            0,   OK, nvidia_mcp_gpio21_raise},<br>
        {0x1166, 0x0223, 0x103c, 0x320d,  0x14e4, 0x1678, 0x103c, 0x703e, NULL,          "hp",         "dl145_g3",    "HP",          "DL145 G3",              0,   OK, board_hp_dl145_g3_enable},<br>

        {0x1166, 0x0223, 0x103c, 0x320d,  0x14e4, 0x1648, 0x103c, 0x310f, NULL,          "hp",         "dl165_g6",    "HP",          "DL165 G6",              0,   OK, board_hp_dl165_g6_enable},<br>

diff --git a/print.c b/print.c<br>
index 5946a6c..32aba44 100644<br>
--- a/print.c<br>
+++ b/print.c<br>
@@ -393,6 +393,7 @@ const struct board_info boards_known[] = {<br>
        B("GIGABYTE",   "GA-7VT600",            1, "<a href="http://www.gigabyte.com/products/product-page.aspx?pid=1666" target="_blank">http://www.gigabyte.com/products/product-page.aspx?pid=1666</a>", NULL),<br>

        B("GIGABYTE",   "GA-7ZM",               1, "<a href="http://www.gigabyte.com/products/product-page.aspx?pid=1366" target="_blank">http://www.gigabyte.com/products/product-page.aspx?pid=1366</a>", "Works fine if you remove jumper JP9 on the board and disable the flash protection BIOS option."),<br>

        B("GIGABYTE",   "GA-8IRML",             1, "<a href="http://www.gigabyte.com/products/product-page.aspx?pid=1343" target="_blank">http://www.gigabyte.com/products/product-page.aspx?pid=1343</a>", NULL),<br>

+       B("GIGABYTE",   "GA-8PE667 Ultra 2",    1, "<a href="http://www.gigabyte.com/products/product-page.aspx?pid=1607" target="_blank">http://www.gigabyte.com/products/product-page.aspx?pid=1607</a>", NULL),<br>

        B("GIGABYTE",   "GA-965P-DS4",          1, "<a href="http://www.gigabyte.com/products/product-page.aspx?pid=2288" target="_blank">http://www.gigabyte.com/products/product-page.aspx?pid=2288</a>", NULL),<br>

        B("GIGABYTE",   "GA-EP35-DS3L",         1, "<a href="http://www.gigabyte.com/products/product-page.aspx?pid=2778" target="_blank">http://www.gigabyte.com/products/product-page.aspx?pid=2778</a>", NULL),<br>

        B("GIGABYTE",   "GA-EX58-UD4P",         1, "<a href="http://www.gigabyte.com/products/product-page.aspx?pid=2986" target="_blank">http://www.gigabyte.com/products/product-page.aspx?pid=2986</a>", NULL),<br>

<font color="#888888">--<br>
1.7.1<br>
<br>
</font></blockquote></div><br>