switch-coreboot/src
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
..
arch/i386 drop excessive blank line 2010-09-27 18:55:00 +00:00
boot Fix some wrong capitalizations, reformat comments, fix a typo. 2010-09-23 18:29:40 +00:00
console Add 2 missing license headers based on svn logs and remove an unneeded #include 2010-09-27 18:49:46 +00:00
cpu Factor out fill_processor_name() and strcpy() functions. 2010-09-29 09:54:16 +00:00
devices Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. 2010-09-13 14:43:02 +00:00
drivers Whatever happened here,... The DEC Tulip is a network card, no bridge of any 2010-08-17 09:52:01 +00:00
include Factor out fill_processor_name() and strcpy() functions. 2010-09-29 09:54:16 +00:00
lib Fix some wrong capitalizations, reformat comments, fix a typo. 2010-09-23 18:29:40 +00:00
mainboard Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. 2010-09-28 16:16:58 +00:00
northbridge Trivial. re-Indent the code. 2010-09-28 04:43:16 +00:00
pc80 - Fix race condition in option_table.h generation by moving the include 2010-09-25 10:40:47 +00:00
southbridge Drop some unneeded "#if CONFIG_USBDEBUG" (trivial). 2010-09-28 17:48:24 +00:00
superio Add support for HP DL165-G6 with Fam10 CPU. 2010-09-24 17:35:32 +00:00
Kconfig Make a Kconfig option for debugging output from realmode emulation. Trivial. 2010-09-07 22:30:15 +00:00
Kconfig.deprecated_options Whitespace/typo/cosmetic fixes (trivial). 2010-09-23 18:48:27 +00:00