aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-08-13 12:49:01 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-08-13 12:49:01 +0000
commitc861324e099dab467bd5de7a951caa690a6ed13d (patch)
tree85e9827136db61da8f6ccfab59a12c14f7a561ca /print.c
parenta319be14d4e6b9a8f01359fb3575a02d80014f66 (diff)
downloadflashrom-c861324e099dab467bd5de7a951caa690a6ed13d.tar.gz
flashrom-c861324e099dab467bd5de7a951caa690a6ed13d.tar.bz2
flashrom-c861324e099dab467bd5de7a951caa690a6ed13d.zip
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 <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Thomas Kalka <thomas.kalka@googlemail.com>
Diffstat (limited to 'print.c')
-rw-r--r--print.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.c b/print.c
index 5946a6ca..32aba44c 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),