Author: vlim
Date: 2009-04-28 18:36:16 +0200 (Tue, 28 Apr 2009)
New Revision: 4227

Modified:
   trunk/coreboot-v2/src/cpu/amd/model_10xxx/model_10xxx_init.c
Log:
dd the family10h Rev C0-C2 support to coreboot.

Signed-off-by: Vincent Lim [email protected]

Acked-by: Patrick Georgi <[email protected]>



Modified: trunk/coreboot-v2/src/cpu/amd/model_10xxx/model_10xxx_init.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_10xxx/model_10xxx_init.c        
2009-04-28 14:49:50 UTC (rev 4226)
+++ trunk/coreboot-v2/src/cpu/amd/model_10xxx/model_10xxx_init.c        
2009-04-28 16:36:16 UTC (rev 4227)
@@ -142,6 +142,10 @@
        { X86_VENDOR_AMD, 0x100f2A },
        { X86_VENDOR_AMD, 0x100f22 },
        { X86_VENDOR_AMD, 0x100f23 },
+       { X86_VENDOR_AMD, 0x100f40 },           /* RB-C0 */
+       { X86_VENDOR_AMD, 0x100F42 },           /* RB-C2 */ 
+       { X86_VENDOR_AMD, 0x100F52 },           /* BL-C2 */ 
+       { X86_VENDOR_AMD, 0x100F62 },           /* DA-C2 */ 
        { 0, 0 },
 };
 static struct cpu_driver model_10xxx __cpu_driver = {


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

Reply via email to