- Timestamp:
- 01/31/12 07:51:56 (4 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
board_enable.c (modified) (2 diffs)
-
print.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/board_enable.c
r1486 r1487 2044 2044 { 2045 2045 return it87_gpio_set(63, 1); 2046 } 2047 2048 /* 2049 * Suited for all boards with ambiguous DMI chassis information, which should be 2050 * whitelisted because they are known to work: 2051 * - MSC Q7 Tunnel Creek Module (Q7-TCTC) 2052 */ 2053 static int p2_not_a_laptop(void) 2054 { 2055 /* label this board as not a laptop */ 2056 is_laptop = 0; 2057 msg_pdbg("Laptop detection overridden by P2 board enable.\n"); 2058 return 0; 2046 2059 } 2047 2060 … … 2192 2205 {0x8086, 0x27A0, 0x8086, 0x27a0, 0x8086, 0x27b8, 0x8086, 0x27b8, NULL, "kontron", "986lcd-m", P3, "Kontron", "986LCD-M", 0, OK, board_kontron_986lcd_m}, 2193 2206 {0x8086, 0x2411, 0x8086, 0x2411, 0x8086, 0x7125, 0x0e11, 0xb165, NULL, NULL, NULL, P3, "Mitac", "6513WU", 0, OK, board_mitac_6513wu}, 2207 {0x8086, 0x8186, 0x8086, 0x8186, 0x8086, 0x8800, 0x0000, 0x0000, "^MSC Vertriebs GmbH$", NULL, NULL, P2, "MSC", "Q7-TCTC", 0, OK, p2_not_a_laptop}, 2194 2208 {0x10DE, 0x005E, 0x1462, 0x7125, 0x10DE, 0x0052, 0x1462, 0x7125, NULL, NULL, NULL, P3, "MSI", "K8N Neo4-F", 0, OK, nvidia_mcp_gpio2_raise}, /* TODO: Should probably be K8N Neo4 Platinum, see http://www.coreboot.org/pipermail/flashrom/2010-August/004362.html. */ 2195 2209 {0x8086, 0x7190, 0, 0, 0x8086, 0x7110, 0, 0, "^MS-6163 (i440BX)$", NULL, NULL, P3, "MSI", "MS-6163 (MS-6163 Pro)", 0, OK, intel_piix4_gpo14_raise}, -
trunk/print.c
r1486 r1487 792 792 B("Lex", "CV700A", 1, "http://www.lex.com.tw/product/CV700A-spec.htm", NULL), 793 793 B("Mitac", "6513WU", 1, "http://web.archive.org/web/20050313054828/http://www.mitac.com/micweb/products/tyan/6513wu/6513wu.htm", NULL), 794 B("MSC", "Q7-TCTC", 1, "http://www.msc-ge.com/en/produkte/com/moduls/overview/5779-www.html", NULL), 794 795 B("MSI", "MS-6153", 1, "http://www.msi.com/product/mb/MS-6153.html", NULL), 795 796 B("MSI", "MS-6156", 1, "http://uk.ts.fujitsu.com/rl/servicesupport/techsupport/boards/Motherboards/MicroStar/Ms6156/MS6156.htm", NULL),
Note: See TracChangeset
for help on using the changeset viewer.
