Author: myles
Date: 2009-10-01 18:24:58 +0200 (Thu, 01 Oct 2009)
New Revision: 4702

Modified:
   trunk/coreboot-v2/src/cpu/Kconfig
   trunk/coreboot-v2/src/cpu/amd/Kconfig
   trunk/coreboot-v2/src/cpu/amd/model_fxx/Kconfig
   trunk/coreboot-v2/src/cpu/amd/socket_940/Kconfig
   trunk/coreboot-v2/src/cpu/amd/socket_AM2/Kconfig
   trunk/coreboot-v2/src/cpu/amd/socket_F/Kconfig
   trunk/coreboot-v2/src/cpu/amd/socket_S1G1/Kconfig
   trunk/coreboot-v2/src/northbridge/amd/amdk8/Kconfig
Log:
Fix Kconfig build for K8 boards.

Signed-off-by: Myles Watson <[email protected]>
Acked-by: Ronald G. Minnich <[email protected]>



Modified: trunk/coreboot-v2/src/cpu/Kconfig
===================================================================
--- trunk/coreboot-v2/src/cpu/Kconfig   2009-10-01 15:59:49 UTC (rev 4701)
+++ trunk/coreboot-v2/src/cpu/Kconfig   2009-10-01 16:24:58 UTC (rev 4702)
@@ -25,7 +25,3 @@
        bool
        default y if MAX_CPUS != 1
        default n
-
-config CPU_SOCKET_TYPE
-       hex
-       default 0

Modified: trunk/coreboot-v2/src/cpu/amd/Kconfig
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/Kconfig       2009-10-01 15:59:49 UTC (rev 
4701)
+++ trunk/coreboot-v2/src/cpu/amd/Kconfig       2009-10-01 16:24:58 UTC (rev 
4702)
@@ -1,3 +1,7 @@
+config K8_REV_F_SUPPORT
+       bool
+       default n
+
 #source src/cpu/amd/socket_754/Kconfig
 #source src/cpu/amd/socket_939/Kconfig
 source src/cpu/amd/socket_940/Kconfig

Modified: trunk/coreboot-v2/src/cpu/amd/model_fxx/Kconfig
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_fxx/Kconfig     2009-10-01 15:59:49 UTC 
(rev 4701)
+++ trunk/coreboot-v2/src/cpu/amd/model_fxx/Kconfig     2009-10-01 16:24:58 UTC 
(rev 4702)
@@ -1,3 +1,7 @@
+config CPU_AMD_MODEL_FXX
+       bool
+       default n
+
 config HAVE_INIT_TIMER
        bool
        default y

Modified: trunk/coreboot-v2/src/cpu/amd/socket_940/Kconfig
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/socket_940/Kconfig    2009-10-01 15:59:49 UTC 
(rev 4701)
+++ trunk/coreboot-v2/src/cpu/amd/socket_940/Kconfig    2009-10-01 16:24:58 UTC 
(rev 4702)
@@ -1,11 +1,10 @@
 config CPU_AMD_SOCKET_940
        bool
        default n
-       #Opteron K8 1G HT Support
        select K8_HT_FREQ_1G_SUPPORT
        select CPU_AMD_MODEL_FXX
 
-config K8_REV_F_SUPPORT
-       bool
-       default n
+config CPU_SOCKET_TYPE
+       hex
+       default 0x0
        depends on CPU_AMD_SOCKET_940

Modified: trunk/coreboot-v2/src/cpu/amd/socket_AM2/Kconfig
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/socket_AM2/Kconfig    2009-10-01 15:59:49 UTC 
(rev 4701)
+++ trunk/coreboot-v2/src/cpu/amd/socket_AM2/Kconfig    2009-10-01 16:24:58 UTC 
(rev 4702)
@@ -4,6 +4,7 @@
        select K8_REV_F_SUPPORT
        # Opteron K8 1G HT support
        select K8_HT_FREQ_1G_SUPPORT
+       select CPU_AMD_MODEL_FXX
 
 config CPU_SOCKET_TYPE
        hex

Modified: trunk/coreboot-v2/src/cpu/amd/socket_F/Kconfig
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/socket_F/Kconfig      2009-10-01 15:59:49 UTC 
(rev 4701)
+++ trunk/coreboot-v2/src/cpu/amd/socket_F/Kconfig      2009-10-01 16:24:58 UTC 
(rev 4702)
@@ -2,8 +2,8 @@
        bool
        default n
        select K8_REV_F_SUPPORT
-       # Opteron K8 1G HT support
        select K8_HT_FREQ_1G_SUPPORT
+       select CPU_AMD_MODEL_FXX
 
 config CPU_SOCKET_TYPE
        hex

Modified: trunk/coreboot-v2/src/cpu/amd/socket_S1G1/Kconfig
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/socket_S1G1/Kconfig   2009-10-01 15:59:49 UTC 
(rev 4701)
+++ trunk/coreboot-v2/src/cpu/amd/socket_S1G1/Kconfig   2009-10-01 16:24:58 UTC 
(rev 4702)
@@ -3,6 +3,7 @@
        default n
        select K8_REV_F_SUPPORT
        select K8_HT_FREQ_1G_SUPPORT
+       select CPU_AMD_MODEL_FXX
 
 config CPU_SOCKET_TYPE
        hex

Modified: trunk/coreboot-v2/src/northbridge/amd/amdk8/Kconfig
===================================================================
--- trunk/coreboot-v2/src/northbridge/amd/amdk8/Kconfig 2009-10-01 15:59:49 UTC 
(rev 4701)
+++ trunk/coreboot-v2/src/northbridge/amd/amdk8/Kconfig 2009-10-01 16:24:58 UTC 
(rev 4702)
@@ -27,6 +27,11 @@
        default 0x4000000
        depends on NORTHBRIDGE_AMD_AMDK8
 
+config K8_HT_FREQ_1G_SUPPORT
+       bool
+       default n
+       depends on NORTHBRIDGE_AMD_AMDK8
+
 config HYPERTRANSPORT_PLUGIN_SUPPORT
        bool
        default y


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to