Author: hailfinger
Date: 2009-06-18 14:42:46 +0200 (Thu, 18 Jun 2009)
New Revision: 603

Modified:
   trunk/chipset_enable.c
Log:
Chipset enable for VIA VT8233.

Signed-off-by: Mateusz Murawski <[email protected]>
Acked-by: Carl-Daniel Hailfinger <[email protected]>


Modified: trunk/chipset_enable.c
===================================================================
--- trunk/chipset_enable.c      2009-06-17 14:43:24 UTC (rev 602)
+++ trunk/chipset_enable.c      2009-06-18 12:42:46 UTC (rev 603)
@@ -1021,6 +1021,7 @@
        {0x1039, 0x0630, NT, "SiS", "SiS630",           enable_flash_sis630},
        {0x1106, 0x8324, OK, "VIA", "CX700",            enable_flash_vt823x},
        {0x1106, 0x8231, NT, "VIA", "VT8231",           enable_flash_vt823x},
+       {0x1106, 0x3074, NT, "VIA", "VT8233",           enable_flash_vt823x},
        {0x1106, 0x3177, OK, "VIA", "VT8235",           enable_flash_vt823x},
        {0x1106, 0x3227, OK, "VIA", "VT8237",           enable_flash_vt823x},
        {0x1106, 0x3337, OK, "VIA", "VT8237A",          enable_flash_vt823x},


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to