Quick patch to add KT3 Ultra2 support to flashrom; board is autodetected.
Signed-off-by: Sean Nelson <[EMAIL PROTECTED]>
---
IDE's subsystem IDs is the same as the vendor/device IDs; kinda odd,
must use original rev of VT8235
Index: board_enable.c
===================================================================
--- board_enable.c (revision 3528)
+++ board_enable.c (working copy)
@@ -626,6 +626,8 @@
};
struct board_pciid_enable board_pciid_enables[] = {
+ {0x1106, 0x0571, 0x1106, 0x0571, 0x0000, 0x0000, 0x0000, 0x0000,
+ "msi", "kt3-ultra2", "MSI KT3 ULTRA2", board_msi_kt4v},
{0x1106, 0x0571, 0x1462, 0x7120, 0x0000, 0x0000, 0x0000, 0x0000,
"msi", "kt4v", "MSI KT4V", board_msi_kt4v},
{0x8086, 0x1a30, 0x1043, 0x8070, 0x8086, 0x244b, 0x1043, 0x8028,
--
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot