Fix up typo in Socket 441 CPUs, and add a few (trivial) Kconfig files for them.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4908 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
c6680487b9
commit
5fc7f98c51
5
src/cpu/intel/socket_441/Kconfig
Normal file
5
src/cpu/intel/socket_441/Kconfig
Normal file
@@ -0,0 +1,5 @@
|
||||
config CPU_INTEL_SOCKET_441
|
||||
bool
|
||||
select CPU_INTEL_MODEL_106CX
|
||||
select MMX
|
||||
select SSE
|
10
src/cpu/intel/socket_441/Makefile.inc
Normal file
10
src/cpu/intel/socket_441/Makefile.inc
Normal file
@@ -0,0 +1,10 @@
|
||||
obj-y += socket_441.o
|
||||
subdirs-y += ../model_106cx
|
||||
subdirs-y += ../../x86/tsc
|
||||
subdirs-y += ../../x86/mtrr
|
||||
subdirs-y += ../../x86/lapic
|
||||
subdirs-y += ../../x86/cache
|
||||
subdirs-y += ../../x86/smm
|
||||
subdirs-y += ../microcode
|
||||
subdirs-y += ../hyperthreading
|
||||
|
Reference in New Issue
Block a user