I had to use the USB controller in the board enable because all other
subsystem IDs are having vendor: Gigabyte but mostly copy the Intel
product IDs.

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

diff --git a/board_enable.c b/board_enable.c
index 307feeb..0f72110 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -1381,6 +1381,7 @@ static int intel_ich_gpio26_raise(void)
 /*
  * Suited for:
  *  - P4SD-LA (HP OEM): i865 + ICH5
+ *  - GIGABYTE GA-8PE667 Ultra 2: socket 478 + i845PE + ICH4
  */
 static int intel_ich_gpio32_raise(void)
 {
@@ -1779,6 +1780,7 @@ const struct board_pciid_enable board_pciid_enables[] = {
        {0x8086, 0x7110,      0,      0,  0x8086, 0x7190,      0,      0, NULL, 
         "epox",       "ep-bx3",      "EPoX",        "EP-BX3",                
0,   OK, board_epox_ep_bx3},
        {0x1106, 0x0686, 0x1106, 0x0686,  0x1106, 0x3058, 0x1458, 0xa000, NULL, 
         NULL,         NULL,          "GIGABYTE",    "GA-7ZM",                
512, OK, NULL},
        {0x8086, 0x244b, 0x8086, 0x2442,  0x8086, 0x2445, 0x1458, 0xa002, NULL, 
         NULL,         NULL,          "GIGABYTE",    "GA-8IRML",              
0,   OK, intel_ich_gpio25_raise},
+       {0x8086, 0x24c3, 0x1458, 0x24c2,  0x8086, 0x24cd, 0x1458, 0x5004, NULL, 
         NULL,         NULL,          "GIGABYTE",    "GA-8PE667 Ultra 2",     
0,   OK, intel_ich_gpio32_raise},
        {0x10DE, 0x0050, 0x1458, 0x0C11,  0x10DE, 0x005e, 0x1458, 0x5000, NULL, 
         NULL,         NULL,          "GIGABYTE",    "GA-K8N-SLI",            
0,   OK, nvidia_mcp_gpio21_raise},
        {0x1166, 0x0223, 0x103c, 0x320d,  0x14e4, 0x1678, 0x103c, 0x703e, NULL, 
         "hp",         "dl145_g3",    "HP",          "DL145 G3",              
0,   OK, board_hp_dl145_g3_enable},
        {0x1166, 0x0223, 0x103c, 0x320d,  0x14e4, 0x1648, 0x103c, 0x310f, NULL, 
         "hp",         "dl165_g6",    "HP",          "DL165 G6",              
0,   OK, board_hp_dl165_g6_enable},
diff --git a/print.c b/print.c
index 5946a6c..32aba44 100644
--- a/print.c
+++ b/print.c
@@ -393,6 +393,7 @@ const struct board_info boards_known[] = {
        B("GIGABYTE",   "GA-7VT600",            1, 
"http://www.gigabyte.com/products/product-page.aspx?pid=1666";, NULL),
        B("GIGABYTE",   "GA-7ZM",               1, 
"http://www.gigabyte.com/products/product-page.aspx?pid=1366";, "Works fine if 
you remove jumper JP9 on the board and disable the flash protection BIOS 
option."),
        B("GIGABYTE",   "GA-8IRML",             1, 
"http://www.gigabyte.com/products/product-page.aspx?pid=1343";, NULL),
+       B("GIGABYTE",   "GA-8PE667 Ultra 2",    1, 
"http://www.gigabyte.com/products/product-page.aspx?pid=1607";, NULL),
        B("GIGABYTE",   "GA-965P-DS4",          1, 
"http://www.gigabyte.com/products/product-page.aspx?pid=2288";, NULL),
        B("GIGABYTE",   "GA-EP35-DS3L",         1, 
"http://www.gigabyte.com/products/product-page.aspx?pid=2778";, NULL),
        B("GIGABYTE",   "GA-EX58-UD4P",         1, 
"http://www.gigabyte.com/products/product-page.aspx?pid=2986";, NULL),
-- 
1.7.1


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

Reply via email to