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_AM2 | |
parent | ca5d9fb74ab3fc74c5ea74cfb320eb1f33ae8d8d (diff) | |
download | coreboot-9f8ecf5eb9364683fbaea881772d2550ae6339e5.tar.xz |
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_AM2')
-rw-r--r-- | src/cpu/amd/socket_AM2/Kconfig | 4 | ||||
-rw-r--r-- | src/cpu/amd/socket_AM2/Makefile.inc | 13 |
2 files changed, 2 insertions, 15 deletions
diff --git a/src/cpu/amd/socket_AM2/Kconfig b/src/cpu/amd/socket_AM2/Kconfig index 6b61131fa2..257bbc8095 100644 --- a/src/cpu/amd/socket_AM2/Kconfig +++ b/src/cpu/amd/socket_AM2/Kconfig @@ -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 diff --git a/src/cpu/amd/socket_AM2/Makefile.inc b/src/cpu/amd/socket_AM2/Makefile.inc index b5d8059fd4..358923eb1e 100644 --- a/src/cpu/amd/socket_AM2/Makefile.inc +++ b/src/cpu/amd/socket_AM2/Makefile.inc @@ -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 |