summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2009-12-23 00:54:26 +0000
committerLuc Verhaegen <libv@skynet.be>2009-12-23 00:54:26 +0000
commitc5987f31f4d272ccfaee36dac0309b0f2334ac47 (patch)
tree6dccaacc9ec5a0d1d6e9c28d776d91c4b3f98237 /print.c
parent5a14614bf6dbf63a68c25a6e0075e357bd8484a5 (diff)
downloadflashrom-c5987f31f4d272ccfaee36dac0309b0f2334ac47.zip
flashrom-c5987f31f4d272ccfaee36dac0309b0f2334ac47.tar.gz
Chipset/Board: vt8237: Set All mem cycles to LPC in chipset enable
Only done for VT8237R (possibly needed for VT8237 too), VT8235 does not need this (even if the original bios does so: Asus A7V8X-MX SE, MSI KT4V were verified). This then opens a floodgate of cleanups in the board enables. * EPIA SP board enable vanishes, taking EPIA CN match with it. * Asus A7V8X-MX/Tyan S2498 board enable then equals w836xx_memw_enable_2e * AOpen vKM400Am-S board enable then equals it8705_rom_write_enable * Epia M board enable becomes via_vt823x_gpio15_raise * Epia N board enable becomes via_vt823x_gpio9_raise * Asus M2V-MX board enable becomes via_vt823x_gpio5_raise * vt823x_gpio_set becomes via_vt823x_gpio_set, and now detects ISA bridge itself, in concordance with intel ich and nvidia mcp gpio. Corresponding to flashrom svn r815. Signed-off-by: Luc Verhaegen <libv@skynet.be> Acked-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'print.c')
-rw-r--r--print.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/print.c b/print.c
index 44ca748..fce72fd 100644
--- a/print.c
+++ b/print.c
@@ -346,10 +346,12 @@ const struct board_info boards_ok[] = {
{ "Tyan", "S5376G2NR/S5376WAG2NR", },
{ "Tyan", "S5377", },
{ "Tyan", "S5397", },
+ { "VIA", "EPIA-CN", },
{ "VIA", "EPIA-EX15000G", },
{ "VIA", "EPIA-LN", },
{ "VIA", "EPIA-M700", },
{ "VIA", "EPIA-NX15000G", },
+ { "VIA", "EPIA-SP", },
{ "VIA", "NAB74X0", },
{ "VIA", "pc2500e", },
{ "VIA", "VB700X", },
OpenPOWER on IntegriCloud