summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-12-22 16:40:45 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-12-22 16:40:45 +0000
commit0ab42985587bf1dc58ab0b90cba5a2e135a6776b (patch)
tree92a4df06a286b3a4ff90c36cf27aaa48714ed453 /board_enable.c
parente8a3e4c20996157aabaa8106b9b35df59d52afad (diff)
downloadast2050-flashrom-0ab42985587bf1dc58ab0b90cba5a2e135a6776b.zip
ast2050-flashrom-0ab42985587bf1dc58ab0b90cba5a2e135a6776b.tar.gz
Add another board-enable line for the Kontron 986LCD-M/mITX
There seem to be at least two versions of the board out there, and the subsystem IDs changed between the versions. Patch successfully tested on hardware. Corresponding to flashrom svn r369 and coreboot v2 svn r3833. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index 0834828..42d59c0 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -664,8 +664,11 @@ struct board_pciid_enable board_pciid_enables[] = {
"artecgroup", "dbe61", "Artec Group DBE61", board_artecgroup_dbe6x},
{0x1022, 0x2090, 0x0000, 0x0000, 0x1022, 0x2080, 0x0000, 0x0000,
"artecgroup", "dbe62", "Artec Group DBE62", board_artecgroup_dbe6x},
+ /* Note: There are >= 2 version of the Kontron 986LCD-M/mITX! */
{0x8086, 0x27b8, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
"kontron", "986lcd-m", "Kontron 986LCD-M", board_kontron_986lcd_m},
+ {0x10ec, 0x8168, 0x10ec, 0x8168, 0x104c, 0x8023, 0x104c, 0x8019,
+ "kontron", "986lcd-m", "Kontron 986LCD-M", board_kontron_986lcd_m},
{0x1106, 0x3149, 0x1565, 0x3206, 0x1106, 0x3344, 0x1565, 0x1202,
NULL, NULL, "BioStar P4M80-M4", board_biostar_p4m80_m4},
{0x1106, 0x3227, 0x1458, 0x5001, 0x10ec, 0x8139, 0x1458, 0xe000,
OpenPOWER on IntegriCloud