Changeset 1158 for trunk/board_enable.c


Ignore:
Timestamp:
Sep 11, 2010 5:25:48 PM (3 years ago)
Author:
uwe
Message:

Add a board enable for MSI MS-6561 (745 Ultra).

SiS 745 chipset + Winbond W83697HF and Winbond W49F002U flash. Probe, read,
erase and write all work.

Matching on "NB/SB" (they are integrated). Also mark SiS 745 chipset
as tested.

lspci/superiotool:

http://www.flashrom.org/pipermail/flashrom/2010-September/004705.html

Signed-off-by: Mattias Mattsson <vitplister@…>
Acked-by: Uwe Hermann <uwe@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/board_enable.c

    r1157 r1158  
    389389 *  - Tyan S2498 (Tomcat K7M): AMD Geode NX + VIA KM400 + VT8237 
    390390 *  - MSI KM4M-V and KM4AM-V: VIA KM400/KM400A + VT8237 
     391 *  - MSI MS-6561 (745 Ultra): SiS 745 + W83697HF 
    391392 *  - MSI MS-6787 (P4MAM-V/P4MAM-L): VIA P4M266 + VT8235 
    392393 */ 
     
    18381839        {0x8086, 0x2411, 0x8086, 0x2411,  0x8086, 0x7125, 0x0e11, 0xb165, NULL,          NULL,         NULL,          "Mitac",       "6513WU",                0,   OK, board_mitac_6513wu}, 
    18391840        {0x10DE, 0x005E, 0x1462, 0x7125,  0x10DE, 0x0052, 0x1462, 0x7125, NULL,          NULL,         NULL,          "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. */ 
     1841        {0x1039, 0x0745,      0,      0,  0x1039, 0x0018,      0,      0, "^MS-6561",    NULL,         NULL,          "MSI",         "MS-6561 (745 Ultra)",   0,   OK, w836xx_memw_enable_2e}, 
    18401842        {0x8086, 0x2560, 0x1462, 0x5770,  0x8086, 0x2562, 0x1462, 0x5778, NULL,          NULL,         NULL,          "MSI",         "MS-6577 (Xenon)",       0,   OK, w83627hf_gpio25_raise_2e}, 
    18411843        {0x13f6, 0x0111, 0x1462, 0x5900,  0x1106, 0x3177, 0x1106,      0, NULL,          NULL,         NULL,          "MSI",         "MS-6590 (KT4 Ultra)",   0,   OK, board_msi_kt4v}, 
Note: See TracChangeset for help on using the changeset viewer.