summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Nelson <audiohacked@gmail.com>2010-03-19 23:00:07 +0000
committerSean Nelson <audiohacked@gmail.com>2010-03-19 23:00:07 +0000
commit3eb8ee17717b3ba674686420b71f9ff4e4c1e890 (patch)
tree6307a41691ba8d12894b6eea2db0d3c3e351a8f6
parent6eba06b8d885b829753e222405a2adc842ea9da7 (diff)
downloadflashrom-3eb8ee17717b3ba674686420b71f9ff4e4c1e890.zip
flashrom-3eb8ee17717b3ba674686420b71f9ff4e4c1e890.tar.gz
Rebased Board Enable Patch: Abit AN-M2
Original patch by: Luc Verhaegen. Corresponding to flashrom svn r958. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Sean Nelson <audiohacked@gmail.com>
-rw-r--r--board_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index de274e7..b7b62f9 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -1323,6 +1323,7 @@ static int it8712f_gpio3_1_raise(const char *name)
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 */
+ {0x10DE, 0x0547, 0x147B, 0x1C2F, 0x10DE, 0x0548, 0x147B, 0x1C2F, NULL, NULL, NULL, "Abit", "AN-M2", 0, NT, nvidia_mcp_gpio2_raise},
{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},
OpenPOWER on IntegriCloud