Add proper Slot 1 CPU support code/infrastructure.
authorKeith Hui <buurin@gmail.com>
Fri, 5 Mar 2010 16:18:38 +0000 (16:18 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 5 Mar 2010 16:18:38 +0000 (16:18 +0000)
commite1ec158c0a96c2bd51afa73e1bb74d64701264b0
treecc21ff42d716187eb9cdfb89a0a6d255b20d9ab5
parentae22bcd6d99174994b5ac5e3369e0154bb9678c3
Add proper Slot 1 CPU support code/infrastructure.

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@5187 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/cpu/intel/Kconfig
src/cpu/intel/Makefile.inc
src/cpu/intel/slot_1/Kconfig [new file with mode: 0644]
src/cpu/intel/slot_1/Makefile.inc [new file with mode: 0644]
src/cpu/intel/slot_1/chip.h [new file with mode: 0644]
src/cpu/intel/slot_1/slot_1.c [new file with mode: 0644]