summaryrefslogtreecommitdiffstats
path: root/board_enable.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 /board_enable.c
parenta319be14d4e6b9a8f01359fb3575a02d80014f66 (diff)
downloadast2050-flashrom-c861324e099dab467bd5de7a951caa690a6ed13d.zip
ast2050-flashrom-c861324e099dab467bd5de7a951caa690a6ed13d.tar.gz
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 'board_enable.c')
-rw-r--r--board_enable.c2
1 files changed, 2 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},
OpenPOWER on IntegriCloud