[coreboot] [v2] r4227 - trunk/coreboot-v2/src/cpu/amd/model_10xxx

svn at coreboot.org svn at coreboot.org
Tue Apr 28 18:36:17 CEST 2009


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 vincent.lim at amd.com

Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>



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 = {





More information about the coreboot mailing list