Move out Katmai Slot 1 CPUs (model_67x) from model_6xx to model_67x.
authorKeith Hui <buurin@gmail.com>
Wed, 13 Oct 2010 17:00:42 +0000 (17:00 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 13 Oct 2010 17:00:42 +0000 (17:00 +0000)
commit6529c2a7172f166f53ec3d6204dd375cd6441579
treefe468771b02b5edc8905e22c03561a6e94320068
parentab50d62ea6867712eca79e9f0770d6ac35f72ce1
Move out Katmai Slot 1 CPUs (model_67x) from model_6xx to model_67x.

abuild-tested. Boot tested on P2B-LS.

Signed-off-by: Keith Hui <buurin@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5950 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/cpu/intel/Kconfig
src/cpu/intel/model_67x/Kconfig [new file with mode: 0644]
src/cpu/intel/model_67x/Makefile.inc [new file with mode: 0644]
src/cpu/intel/model_67x/microcode-293-MU267114.h [new file with mode: 0644]
src/cpu/intel/model_67x/microcode-530-MU16730e.h [new file with mode: 0644]
src/cpu/intel/model_67x/microcode-531-MU26732e.h [new file with mode: 0644]
src/cpu/intel/model_67x/microcode-539-MU167210.h [new file with mode: 0644]
src/cpu/intel/model_67x/microcode-540-MU267238.h [new file with mode: 0644]
src/cpu/intel/model_67x/model_67x_init.c [new file with mode: 0644]
src/cpu/intel/model_6xx/model_6xx_init.c
src/cpu/intel/slot_1/Makefile.inc