From 5f6572ec8bc6eb2acd3a7882445913b0b9fe0d91 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 12 Aug 2009 15:39:38 +0000 Subject: 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 Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4536 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/amd/socket_F/Kconfig | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'src/cpu/amd/socket_F') 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 -- cgit v1.2.3