summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/model_fxx
diff options
context:
space:
mode:
authorTorsten Duwe <duwe@lst.de>2007-08-30 10:29:15 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-08-30 10:29:15 +0000
commit210901029090b41d829cc56203c28d93a8ffb189 (patch)
tree64b01a742c0f1cc3c2cb2577940bcb7624b55952 /src/cpu/amd/model_fxx
parent736c1d8618e450b96c99c9ca8020134f65b581c8 (diff)
downloadcoreboot-staging-210901029090b41d829cc56203c28d93a8ffb189.zip
coreboot-staging-210901029090b41d829cc56203c28d93a8ffb189.tar.gz
Add support for the Athlon64 x2 5000+ CPU.
A trivial one-liner for the CPU I happen to have. The sales docs said it's a "G1 revision", but the Rev F code works just fine. Signed-off-by: Torsten Duwe <duwe@lst.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2754 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/model_fxx')
-rw-r--r--src/cpu/amd/model_fxx/model_fxx_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/model_fxx/model_fxx_init.c b/src/cpu/amd/model_fxx/model_fxx_init.c
index 685b9e1..ab10147 100644
--- a/src/cpu/amd/model_fxx/model_fxx_init.c
+++ b/src/cpu/amd/model_fxx/model_fxx_init.c
@@ -620,6 +620,7 @@ static struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_AMD, 0x40f33 }, /* AM2 : Opteron Dual Core/Athlon64 x2/ Athlon64 FX Dual Core */
{ X86_VENDOR_AMD, 0xc0f13 }, /* AM2 : Athlon64 FX*/
{ X86_VENDOR_AMD, 0x50ff3 }, /* DH-F3 Socket AM2: Athlon64 */
+ { X86_VENDOR_AMD, 0x60fb1 }, /* Socket AM2: Athlon64 x2 5000+*/
#endif
{ 0, 0 },
OpenPOWER on IntegriCloud