diff options
author | Vincent Lim vincent.lim <Vincent Lim vincent.lim@amd.com> | 2009-04-28 16:36:16 +0000 |
---|---|---|
committer | Vincent Lim <vincent.lim@amd.com> | 2009-04-28 16:36:16 +0000 |
commit | b8a939eab5f712838a41ffdb69e470377f1381cc (patch) | |
tree | 17e0127bb1458111c750d7422c34dce25c4a1cf6 | |
parent | 870f0133f4dd6ee35d1cc54924f5339a23048f5e (diff) | |
download | coreboot-b8a939eab5f712838a41ffdb69e470377f1381cc.tar.xz |
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
-rw-r--r-- | src/cpu/amd/model_10xxx/model_10xxx_init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/amd/model_10xxx/model_10xxx_init.c b/src/cpu/amd/model_10xxx/model_10xxx_init.c index bd83757d07..0b54d44459 100644 --- a/src/cpu/amd/model_10xxx/model_10xxx_init.c +++ b/src/cpu/amd/model_10xxx/model_10xxx_init.c @@ -142,6 +142,10 @@ static struct cpu_device_id cpu_table[] = { { 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 = { |