diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-08-25 14:22:58 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-08-25 14:22:58 +0000 |
commit | 9f8ecf5eb9364683fbaea881772d2550ae6339e5 (patch) | |
tree | dc1eecce01e7732ee12875dde941cddf78009d68 /src/cpu/amd/socket_F | |
parent | ca5d9fb74ab3fc74c5ea74cfb320eb1f33ae8d8d (diff) |
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
Diffstat (limited to 'src/cpu/amd/socket_F')
-rw-r--r-- | src/cpu/amd/socket_F/Kconfig | 4 | ||||
-rw-r--r-- | src/cpu/amd/socket_F/Makefile.inc | 12 |
2 files changed, 2 insertions, 14 deletions
diff --git a/src/cpu/amd/socket_F/Kconfig b/src/cpu/amd/socket_F/Kconfig index f9e03359e0..dd38a661c4 100644 --- a/src/cpu/amd/socket_F/Kconfig +++ b/src/cpu/amd/socket_F/Kconfig @@ -8,8 +8,8 @@ config CPU_SOCKET_TYPE depends on CPU_AMD_SOCKET_F config K8_REV_F_SUPPORT - hex - default 1 + bool + default y depends on CPU_AMD_SOCKET_F # Opteron K8 1G HT support diff --git a/src/cpu/amd/socket_F/Makefile.inc b/src/cpu/amd/socket_F/Makefile.inc index a3be24c151..0c05fd5b24 100644 --- a/src/cpu/amd/socket_F/Makefile.inc +++ b/src/cpu/amd/socket_F/Makefile.inc @@ -1,14 +1,2 @@ obj-y += socket_F.o subdirs-y += ../model_fxx -subdirs-y += ../dualcore -subdirs-y += ../mtrr -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 |