coreboot/src/cpu
Sven Kapferer 4834a4f206 This patch fixes the processor name string for Rev F. CPUs.
It moves the complete naming functionality to
src/cpu/amd/model_fxx/processor_name.c.

The current code sets the processor name string twice for Rev. F CPUs.

In src/cpu/amd/model_fxx/model_fxx_init.c the function
amd_set_name_string_f is called first. Several lines later
init_processor_name is called which doesn't recognize newer CPUs and
actually programs incorrect values, thus overwriting the previously set
CPU name. For example, this resulted in identifying an Opteron 2218 as a
Turion processor.

This patch removes the amd_set_name_string_f function from
src/cpu/amd/model_fxx/model_fxx_init.c and adds support for Rev. F CPUs
to src/cpu/amd/model_fxx/processor_name.c as described in the Revision
Guide for AMD NPT Family 0Fh Processors, AMD Document ID 33610 Rev 3.00,
October 2006.

Signed-off-by: Sven Kapferer <skapfere@rumms.uni-mannheim.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2699 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2007-05-26 13:56:34 +00:00
..
amd This patch fixes the processor name string for Rev F. CPUs. 2007-05-26 13:56:34 +00:00
emulation/qemu-i386 fix for qemu northbridge, from Ed Swierk 2006-09-13 04:12:35 +00:00
intel Add mtrr support for pentium m cpus 2006-12-14 00:40:09 +00:00
ppc Use the common LinuxBIOS license header (trivial). Refs #5. 2006-12-05 15:27:46 +00:00
simple_init - First stab at getting the ppc ports building and working. 2004-11-18 22:38:08 +00:00
via/model_centaur Add newer Via Nehemiah stepping levels. 2006-08-02 12:26:47 +00:00
x86 trivial: fix filename in comment. 2007-04-24 18:40:02 +00:00