summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-03-24 22:55:56 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-03-24 22:55:56 +0000
commit98eff46e3d5f05eb818be8f3df3eb6d87a7ae3d9 (patch)
treeec956432c21b290971b77709c2144f0e92a9b16a /board_enable.c
parente2343e0813b56be43e56bcccd2e49bde872bd1dc (diff)
downloadast2050-flashrom-98eff46e3d5f05eb818be8f3df3eb6d87a7ae3d9.zip
ast2050-flashrom-98eff46e3d5f05eb818be8f3df3eb6d87a7ae3d9.tar.gz
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 <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c4
1 files changed, 2 insertions, 2 deletions
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},
OpenPOWER on IntegriCloud