summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorSean Nelson <audiohacked@gmail.com>2010-03-19 22:37:29 +0000
committerSean Nelson <audiohacked@gmail.com>2010-03-19 22:37:29 +0000
commit92bc6bddc5e921a9812a29d23f0acf1e3d5825bf (patch)
tree8e1d974f662947f06afbd54eb28c84dd02bc4562 /board_enable.c
parent51cd0c9838e533b9b736f43dd1c480675363dcab (diff)
downloadast2050-flashrom-92bc6bddc5e921a9812a29d23f0acf1e3d5825bf.zip
ast2050-flashrom-92bc6bddc5e921a9812a29d23f0acf1e3d5825bf.tar.gz
Rebased Board Enable Patch: Abit KN8 Ultra
Patch by Chris <zinx+flashrom@zenthought.org> Corresponding to flashrom svn r952. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Sean Nelson <audiohacked@gmail.com>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index 4fe3fa1..36bf6e4 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -549,6 +549,14 @@ static int nvidia_mcp_gpio0_raise(const char *name)
}
/**
+ * Suited for Abit KN8 Ultra: nVidia CK804.
+ */
+static int nvidia_mcp_gpio2_lower(const char *name)
+{
+ return nvidia_mcp_gpio_set(0x02, 0);
+}
+
+/**
* Suited for MSI K8N Neo4: nVidia CK804.
* Suited for MSI K8N GM2-L: nVidia MCP51.
*/
@@ -1279,6 +1287,7 @@ struct board_pciid_enable board_pciid_enables[] = {
/* first pci-id set [4], second pci-id set [4], dmi identifier coreboot id [2], vendor name board name max_rom_... OK? flash enable */
{0x8086, 0x2926, 0x147b, 0x1084, 0x11ab, 0x4364, 0x147b, 0x1084, NULL, NULL, NULL, "Abit", "IP35", 0, OK, intel_ich_gpio16_raise},
{0x8086, 0x2930, 0x147b, 0x1083, 0x10ec, 0x8167, 0x147b, 0x1083, NULL, NULL, NULL, "Abit", "IP35 Pro", 0, OK, intel_ich_gpio16_raise},
+ {0x10de, 0x0050, 0x147b, 0x1c1a, 0, 0, 0, 0, NULL, NULL, NULL, "Abit", "KN8 Ultra", 0, NT, nvidia_mcp_gpio2_lower},
{0x1106, 0x0691, 0, 0, 0x1106, 0x3057, 0, 0, NULL, "abit", "vt6x4", "Abit", "VT6X4", 0, NT, via_apollo_gpo4_lower},
{0x105a, 0x0d30, 0x105a, 0x4d33, 0x8086, 0x1130, 0x8086, 0, NULL, NULL, NULL, "Acorp", "6A815EPD", 0, OK, board_acorp_6a815epd},
{0x8086, 0x24D4, 0x1849, 0x24D0, 0x8086, 0x24D5, 0x1849, 0x9739, NULL, NULL, NULL, "ASRock", "P4i65GV", 0, OK, intel_ich_gpio23_raise},
OpenPOWER on IntegriCloud