diff options
author | Peter Stuge <peter@stuge.se> | 2008-07-05 04:12:37 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2008-07-05 04:12:37 +0000 |
commit | e9dcb8931e7dd8374a1efce2a3bb5552f14417d8 (patch) | |
tree | 8e3e27d5b629ec632ae97852f0e10aee27c64f30 /util/flashrom | |
parent | 1a20cdec2c360b401ffce5b90e74e31b0dcd80cc (diff) |
flashrom: Add PCI IDs for EPIA-CN
Uses the 0.0 Host bridge CN700/VN800/P4M800CE/Pro and 11.0 ISA bridge devices
with their 1106:aa08 subsystem id:s for autodetection.
Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3413 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/board_enable.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/board_enable.c b/util/flashrom/board_enable.c index c236768c7d..9add36685a 100644 --- a/util/flashrom/board_enable.c +++ b/util/flashrom/board_enable.c @@ -595,6 +595,8 @@ struct board_pciid_enable board_pciid_enables[] = { NULL, NULL, "ASUS A7V8-MX SE", board_asus_a7v8x_mx}, {0x1106, 0x3227, 0x1106, 0xAA01, 0x1106, 0x0259, 0x1106, 0xAA01, NULL, NULL, "VIA EPIA SP", board_via_epia_sp}, + {0x1106, 0x0314, 0x1106, 0xaa08, 0x1106, 0x3227, 0x1106, 0xAA08, + NULL, NULL, "VIA EPIA-CN", board_via_epia_sp}, {0x8086, 0x1076, 0x8086, 0x1176, 0x1106, 0x3059, 0x10f1, 0x2498, NULL, NULL, "Tyan Tomcat K7M", board_asus_a7v8x_mx}, {0x10B9, 0x1541, 0x0000, 0x0000, 0x10B9, 0x1533, 0x0000, 0x0000, |