summaryrefslogtreecommitdiffstats
path: root/board_enable.c
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
commitc94746d892620ddccab2af3dff2b695063ae3e5f (patch)
tree6307a41691ba8d12894b6eea2db0d3c3e351a8f6 /board_enable.c
parent392e05ad4a85e803ed9cab3de7f819c4539ee7a0 (diff)
downloadast2050-flashrom-c94746d892620ddccab2af3dff2b695063ae3e5f.zip
ast2050-flashrom-c94746d892620ddccab2af3dff2b695063ae3e5f.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>
Diffstat (limited to 'board_enable.c')
-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