summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-06-12 17:27:44 +0000
committerMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>2010-06-12 17:27:44 +0000
commitbcd25569d4d15ce335a46ac950b2457894638b6d (patch)
tree8196256a49b786d2c56fb0efc35ee526ebf91ae5 /board_enable.c
parentc29c2e71cb7af0c7bf1dd1f81c29ca6feaae41eb (diff)
downloadast2050-flashrom-bcd25569d4d15ce335a46ac950b2457894638b6d.zip
ast2050-flashrom-bcd25569d4d15ce335a46ac950b2457894638b6d.tar.gz
Board enable for EPIA EK (untested)
Reporter/owner of that board: oscar <oshikore@gmail.com> http://www.coreboot.org/pipermail/flashrom/2010-April/002910.html Corresponding to flashrom svn r1040. 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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board_enable.c b/board_enable.c
index e337f93..b0169c9 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -389,7 +389,7 @@ static int via_vt823x_gpio5_raise(void)
}
/**
- * Suited for VIA EPIA N & NL.
+ * Suited for VIA EPIA EK & N & NL.
*/
static int via_vt823x_gpio9_raise(void)
{
@@ -1490,6 +1490,7 @@ struct board_pciid_enable board_pciid_enables[] = {
{0x1106, 0x3038, 0x0925, 0x1234, 0x1106, 0x0596, 0x1106, 0, NULL, NULL, NULL, "Tekram", "P6Pro-A5", 256, OK, NULL},
{0x1106, 0x3123, 0x1106, 0x3123, 0x1106, 0x3059, 0x1106, 0x4161, NULL, NULL, NULL, "Termtek", "TK-3370 (Rev:2.5B)", 0, OK, w836xx_memw_enable_4e},
{0x8086, 0x1076, 0x8086, 0x1176, 0x1106, 0x3059, 0x10f1, 0x2498, NULL, NULL, NULL, "Tyan", "S2498 (Tomcat K7M)", 0, OK, w836xx_memw_enable_2e},
+ {0x1106, 0x0259, 0x1106, 0xAA07, 0x1106, 0x3227, 0x1106, 0xAA07, NULL, NULL, NULL, "VIA", "EPIA EK", 0, NT, via_vt823x_gpio9_raise},
{0x1106, 0x3177, 0x1106, 0xAA01, 0x1106, 0x3123, 0x1106, 0xAA01, NULL, NULL, NULL, "VIA", "EPIA M/MII/...", 0, OK, via_vt823x_gpio15_raise},
{0x1106, 0x0259, 0x1106, 0x3227, 0x1106, 0x3065, 0x1106, 0x3149, NULL, NULL, NULL, "VIA", "EPIA-N/NL", 0, OK, via_vt823x_gpio9_raise},
#endif
OpenPOWER on IntegriCloud