[flashrom] [PATCH] Board enable for GA-8IRML

Michael Karcher flashrom at mkarcher.dialup.fu-berlin.de
Sat Jun 12 19:50:58 CEST 2010


Signed-off-by: Michael Karcher <flashrom at mkarcher.dialup.fu-berlin.de>
---
 board_enable.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/board_enable.c b/board_enable.c
index b0169c9..764e599 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -1075,6 +1075,14 @@ static int intel_ich_gpio23_raise(void)
 }
 
 /**
+ * Suited for Gigabyte GA-8IRML: Intel Socket478 + i845 + ICH2.
+ */
+static int intel_ich_gpio25_raise(const char *name)
+{
+	return intel_ich_gpio_set(25, 1);
+}
+
+/**
  * Suited for IBase MB899: i945GM + ICH7.
  */
 static int intel_ich_gpio26_raise(void)
@@ -1462,6 +1470,7 @@ 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, 0x3227, 0x1458, 0x5001,  0x10ec, 0x8139, 0x1458, 0xe000, NULL,          NULL,         NULL,          "GIGABYTE",    "GA-7VT600",             0,   OK, it8705f_write_enable_2e},
 	{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},
 	{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,  0x102b, 0x0522, 0x103c, 0x31fa, NULL,          "hp",         "dl145_g3",    "HP",          "DL145 G3",              0,   OK, board_hp_dl145_g3_enable},
 	{0x8086, 0x2415, 0x103c, 0x1249,  0x10b7, 0x9200, 0x103c, 0x1246, NULL,          NULL,         NULL,          "HP",          "Vectra VL400",          0,   OK, board_hp_vl400}, 
-- 
1.7.1





More information about the flashrom mailing list