mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
Autodetection support and write-enable for the MSI KT4 Ultra
Thanks Christian Ruppert <spooky85@gmail.com> for testing on hardware. (also: Fix a typo and some whitespace while I'm at it) Corresponding to flashrom svn r545. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -619,6 +619,7 @@ static int board_biostar_p4m80_m4(const char *name)
|
||||
*
|
||||
* Suited for:
|
||||
* - MSI KT4V and KT4V-L: AMD K7 + VIA KT400 + VT8235
|
||||
* - MSI KT4 Ultra: AMD K7 + VIA KT400 + VT8235
|
||||
* - MSI KT3 Ultra2: AMD K7 + VIA KT333 + VT8235
|
||||
*/
|
||||
static int board_msi_kt4v(const char *name)
|
||||
@ -693,6 +694,7 @@ struct board_pciid_enable board_pciid_enables[] = {
|
||||
{0x10de, 0x005e, 0, 0, 0, 0, 0, 0, "msi", "k8n-neo3", "MSI", "K8N Neo3", w83627thf_gpio4_4_raise_4e},
|
||||
{0x1106, 0x3149, 0x1462, 0x7094, 0x10ec, 0x8167, 0x1462, 0x094c, NULL, NULL, "MSI", "K8T Neo2", w83627thf_gpio4_4_raise_2e},
|
||||
{0x1106, 0x0571, 0x1462, 0x7120, 0, 0, 0, 0, "msi", "kt4v", "MSI", "KT4V", board_msi_kt4v},
|
||||
{0x13f6, 0x0111, 0x1462, 0x5900, 0x1106, 0x3177, 0x1106, 0, "msi", "kt4ultra", "MSI", "KT4 Ultra", board_msi_kt4v},
|
||||
{0x8086, 0x2658, 0x1462, 0x7046, 0x1106, 0x3044, 0x1462, 0x046d, NULL, NULL, "MSI", "MS-7046", ich6_gpio19_raise},
|
||||
{0x8086, 0x1076, 0x8086, 0x1176, 0x1106, 0x3059, 0x10f1, 0x2498, NULL, NULL, "Tyan", "S2498 (Tomcat K7M)", board_asus_a7v8x_mx},
|
||||
{0x1106, 0x0314, 0x1106, 0xaa08, 0x1106, 0x3227, 0x1106, 0xAA08, NULL, NULL, "VIA", "EPIA-CN", board_via_epia_sp},
|
||||
@ -764,7 +766,7 @@ const struct board_info boards_ok[] = {
|
||||
{ "Tyan", "S5220", },
|
||||
{ "Tyan", "S5375", },
|
||||
{ "Tyan", "iS5375-1U", },
|
||||
{ "Tyan", "S5376G2NR/S5376}WAG2NR", },
|
||||
{ "Tyan", "S5376G2NR/S5376WAG2NR", },
|
||||
{ "Tyan", "S5377", },
|
||||
{ "Tyan", "S5397", },
|
||||
{ "VIA", "EPIA-M", },
|
||||
|
Reference in New Issue
Block a user