coreboot-kgpe-d16/src/cpu/intel/model_106cx
Uwe Hermann aac8f661f5 Factor out fill_processor_name() and strcpy() functions.
The fill_processor_name() function was duplicated in multiple
model_*_init.c files, move it into a new src/cpu/x86/name
directory.

The strcpy() function was also duplicated multiple times, move it
to <string.h> where we already have similar functions.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Myles Watson <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5879 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-09-29 09:54:16 +00:00
..
cache_as_ram.inc Drop <cpu/amd/mtrr.h> #include from Intel CPUs. 2010-09-25 12:37:33 +00:00
Kconfig Normalize the config option for the Intel Atom CPU. 2010-09-26 15:18:21 +00:00
Makefile.inc Factor out fill_processor_name() and strcpy() functions. 2010-09-29 09:54:16 +00:00
microcode-2963-M01106C2217.h Add Intel Atom microcode 2010-05-28 16:21:21 +00:00
microcode-2964-M04106C2218.h Add Intel Atom microcode 2010-05-28 16:21:21 +00:00
microcode-2965-M08106C2219.h Add Intel Atom microcode 2010-05-28 16:21:21 +00:00
microcode-3101-M04106CA107.h Add Intel Atom microcode 2010-05-28 16:21:21 +00:00
microcode-3104-M08106CA107.h Add Intel Atom microcode 2010-05-28 16:21:21 +00:00
microcode-3107-M10106CA107.h Add Intel Atom microcode 2010-05-28 16:21:21 +00:00
model_106cx_init.c Factor out fill_processor_name() and strcpy() functions. 2010-09-29 09:54:16 +00:00