dd the family10h Rev C0-C2 support to coreboot.
Signed-off-by: Vincent Lim vincent.lim@amd.com Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4227 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
870f0133f4
commit
b8a939eab5
|
@ -142,6 +142,10 @@ static struct cpu_device_id cpu_table[] = {
|
||||||
{ X86_VENDOR_AMD, 0x100f2A },
|
{ X86_VENDOR_AMD, 0x100f2A },
|
||||||
{ X86_VENDOR_AMD, 0x100f22 },
|
{ X86_VENDOR_AMD, 0x100f22 },
|
||||||
{ X86_VENDOR_AMD, 0x100f23 },
|
{ 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 },
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
static struct cpu_driver model_10xxx __cpu_driver = {
|
static struct cpu_driver model_10xxx __cpu_driver = {
|
||||||
|
|
Loading…
Reference in New Issue