Author: uwe Date: 2007-08-30 12:29:15 +0200 (Thu, 30 Aug 2007) New Revision: 2754
Modified: trunk/LinuxBIOSv2/src/cpu/amd/model_fxx/model_fxx_init.c Log: 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
Modified: trunk/LinuxBIOSv2/src/cpu/amd/model_fxx/model_fxx_init.c =================================================================== --- trunk/LinuxBIOSv2/src/cpu/amd/model_fxx/model_fxx_init.c 2007-08-30 10:17:50 UTC (rev 2753) +++ trunk/LinuxBIOSv2/src/cpu/amd/model_fxx/model_fxx_init.c 2007-08-30 10:29:15 UTC (rev 2754) @@ -620,6 +620,7 @@ { 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 },