Add support for AMD Socket 940. Move common files to model_fxx.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4574 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson
2009-08-25 14:22:58 +00:00
parent ca5d9fb74a
commit 9f8ecf5eb9
9 changed files with 35 additions and 30 deletions

View File

@ -8,8 +8,8 @@ config CPU_SOCKET_TYPE
depends on CPU_AMD_SOCKET_AM2
config K8_REV_F_SUPPORT
hex
default 1
bool
default y
depends on CPU_AMD_SOCKET_AM2
# Opteron K8 1G HT support

View File

@ -1,15 +1,2 @@
obj-y += socket_AM2.o
subdirs-y += ../model_fxx
subdirs-y += ../dualcore
subdirs-y += ../mtrr
subdirs-y += ../microcode
subdirs-y += ../../x86/tsc
subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/fpu
subdirs-y += ../../x86/mmx
subdirs-y += ../../x86/sse
subdirs-y += ../../x86/lapic
subdirs-y += ../../x86/cache
subdirs-y += ../../x86/mtrr
subdirs-y += ../../x86/pae
subdirs-y += ../../x86/smm