diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-12 15:39:38 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-12 15:39:38 +0000 |
commit | 5f6572ec8bc6eb2acd3a7882445913b0b9fe0d91 (patch) | |
tree | 787a48e092ade5a9806efcb9cf9004aa7c776c3b /src/cpu/amd/socket_F | |
parent | 9a94843820fbad070d80f6e59ec7d6558e6afdab (diff) |
Fix multiple missing files and errors from the recent commit. This happened
when Patrick's tree and mine got out of sync.
Link stage still fails.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4536 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/socket_F')
-rw-r--r-- | src/cpu/amd/socket_F/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_F/Kconfig b/src/cpu/amd/socket_F/Kconfig index b63b596321..c933400398 100644 --- a/src/cpu/amd/socket_F/Kconfig +++ b/src/cpu/amd/socket_F/Kconfig @@ -1,3 +1,32 @@ config CPU_AMD_SOCKET_F bool default false + +config CPU_SOCKET_TYPE + hex + default 0x10 + depends on CPU_AMD_SOCKET_F + +config K8_REV_F_SUPPORT + hex + default 1 + depends on CPU_AMD_SOCKET_F + +#Opteron K8 1G HT Support +config K8_HT_FREQ_1G_SUPPORT + hex + default 1 + depends on CPU_AMD_SOCKET_F + +#DDR2 and REG +config DIMM_SUPPORT + hex + default 0x0104 + depends on CPU_AMD_SOCKET_F + +config CPU_SOCKET_TYPE + hex + default 0x10 + depends on CPU_AMD_SOCKET_F + +source src/cpu/amd/model_fxx/Kconfig |