From c861324e099dab467bd5de7a951caa690a6ed13d Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Fri, 13 Aug 2010 12:49:01 +0000 Subject: Board enable for GA-8PE667 Ultra 2 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. lspci/superiotool: http://www.coreboot.org/pipermail/flashrom/2010-August/004420.html Corresponding to flashrom svn r1138. Signed-off-by: Michael Karcher Acked-by: Thomas Kalka --- print.c | 1 + 1 file changed, 1 insertion(+) (limited to 'print.c') 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), -- cgit v1.1