From 98eff46e3d5f05eb818be8f3df3eb6d87a7ae3d9 Mon Sep 17 00:00:00 2001 From: Michael Karcher Date: Wed, 24 Mar 2010 22:55:56 +0000 Subject: Abit VT6X4 + Winbond W29C020C and Asus A7V133 + Atmel AT29C010A work Abit VT6X4 / W29C020C: See http://www.coreboot.org/pipermail/flashrom/2010-March/002730.html Fixes typo in comment and marks board-enable as tested (the flashrom running on that machine was patched with the board enable that got in later). Asus A7V133 / Atmel AT29C010A: See http://www.coreboot.org/pipermail/flashrom/2010-March/002729.html Adding "erase" to tested as there is only one erase function. Corresponding to flashrom svn r975. Signed-off-by: Michael Karcher Acked-by: Carl-Daniel Hailfinger --- board_enable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board_enable.c') diff --git a/board_enable.c b/board_enable.c index 46dcf06..5621b04 100644 --- a/board_enable.c +++ b/board_enable.c @@ -1084,7 +1084,7 @@ static int via_apollo_gpo_set(int gpio, int raise) } /** - * Suited for Abit VT6X5: Pro133x + VT82C686A + * Suited for Abit VT6X4: Pro133x + VT82C686A */ static int via_apollo_gpo4_lower(const char *name) { @@ -1346,7 +1346,7 @@ struct board_pciid_enable board_pciid_enables[] = { {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}, + {0x1106, 0x0691, 0, 0, 0x1106, 0x3057, 0, 0, NULL, "abit", "vt6x4", "Abit", "VT6X4", 0, OK, 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}, {0x1022, 0x746B, 0, 0, 0, 0, 0, 0, NULL, "AGAMI", "ARUMA", "agami", "Aruma", 0, OK, w83627hf_gpio24_raise_2e}, -- cgit v1.1