Author: myles
Date: Fri Sep 10 20:33:24 2010
New Revision: 5800
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5800

Log:
Move memory type information out of some AMD sockets.

Signed-off-by: Myles Watson <[email protected]>
Acked-by: Peter Stuge <[email protected]>

Modified:
   trunk/src/cpu/amd/socket_AM2/Kconfig
   trunk/src/cpu/amd/socket_AM2r2/Kconfig
   trunk/src/cpu/amd/socket_AM3/Kconfig
   trunk/src/cpu/amd/socket_ASB2/Kconfig
   trunk/src/cpu/amd/socket_F/Kconfig
   trunk/src/cpu/amd/socket_F_1207/Kconfig
   trunk/src/mainboard/amd/mahogany/Kconfig
   trunk/src/mainboard/amd/mahogany_fam10/Kconfig
   trunk/src/mainboard/amd/pistachio/Kconfig
   trunk/src/mainboard/amd/serengeti_cheetah/Kconfig
   trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
   trunk/src/mainboard/amd/tilapia_fam10/Kconfig
   trunk/src/mainboard/asus/m2v-mx_se/Kconfig
   trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig
   trunk/src/mainboard/gigabyte/m57sli/Kconfig
   trunk/src/mainboard/gigabyte/ma785gmt/Kconfig
   trunk/src/mainboard/gigabyte/ma78gm/Kconfig
   trunk/src/mainboard/hp/dl145_g3/Kconfig
   trunk/src/mainboard/jetway/pa78vm5/Kconfig
   trunk/src/mainboard/msi/ms7260/Kconfig
   trunk/src/mainboard/msi/ms9185/Kconfig
   trunk/src/mainboard/msi/ms9282/Kconfig
   trunk/src/mainboard/msi/ms9652_fam10/Kconfig
   trunk/src/mainboard/nvidia/l1_2pvv/Kconfig
   trunk/src/mainboard/supermicro/h8dme/Kconfig
   trunk/src/mainboard/supermicro/h8dmr/Kconfig
   trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig
   trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig
   trunk/src/mainboard/tyan/s2912/Kconfig
   trunk/src/mainboard/tyan/s2912_fam10/Kconfig
   trunk/src/northbridge/amd/amdfam10/Kconfig
   trunk/src/northbridge/amd/amdk8/Kconfig

Modified: trunk/src/cpu/amd/socket_AM2/Kconfig
==============================================================================
--- trunk/src/cpu/amd/socket_AM2/Kconfig        Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/cpu/amd/socket_AM2/Kconfig        Fri Sep 10 20:33:24 2010        
(r5800)
@@ -10,9 +10,3 @@
        default 0x11
        depends on CPU_AMD_SOCKET_AM2
 
-# DDR2 and REG
-config DIMM_SUPPORT
-       hex
-       default 0x0004
-       depends on CPU_AMD_SOCKET_AM2
-

Modified: trunk/src/cpu/amd/socket_AM2r2/Kconfig
==============================================================================
--- trunk/src/cpu/amd/socket_AM2r2/Kconfig      Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/cpu/amd/socket_AM2r2/Kconfig      Fri Sep 10 20:33:24 2010        
(r5800)
@@ -9,12 +9,6 @@
        default 0x11
        depends on CPU_AMD_SOCKET_AM2R2
 
-# DDR2 and REG
-config DIMM_SUPPORT
-       hex
-       default 0x0104
-       depends on CPU_AMD_SOCKET_AM2R2
-
 config EXT_RT_TBL_SUPPORT
        bool
        default n

Modified: trunk/src/cpu/amd/socket_AM3/Kconfig
==============================================================================
--- trunk/src/cpu/amd/socket_AM3/Kconfig        Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/cpu/amd/socket_AM3/Kconfig        Fri Sep 10 20:33:24 2010        
(r5800)
@@ -9,12 +9,6 @@
        default 0x11
        depends on CPU_AMD_SOCKET_AM3
 
-# DDR3 and REG
-config DIMM_SUPPORT
-       hex
-       default 0x0005
-       depends on CPU_AMD_SOCKET_AM3
-
 config EXT_RT_TBL_SUPPORT
        bool
        default n

Modified: trunk/src/cpu/amd/socket_ASB2/Kconfig
==============================================================================
--- trunk/src/cpu/amd/socket_ASB2/Kconfig       Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/cpu/amd/socket_ASB2/Kconfig       Fri Sep 10 20:33:24 2010        
(r5800)
@@ -9,12 +9,6 @@
        default 0x13
        depends on CPU_AMD_SOCKET_ASB2
 
-# DDR3 and REG
-config DIMM_SUPPORT
-       hex
-       default 0x0005
-       depends on CPU_AMD_SOCKET_ASB2
-
 config EXT_RT_TBL_SUPPORT
        bool
        default n

Modified: trunk/src/cpu/amd/socket_F/Kconfig
==============================================================================
--- trunk/src/cpu/amd/socket_F/Kconfig  Fri Sep 10 00:12:40 2010        (r5799)
+++ trunk/src/cpu/amd/socket_F/Kconfig  Fri Sep 10 20:33:24 2010        (r5800)
@@ -9,9 +9,3 @@
        default 0x10
        depends on CPU_AMD_SOCKET_F
 
-# DDR2 and REG
-config DIMM_SUPPORT
-       hex
-       default 0x0104
-       depends on CPU_AMD_SOCKET_F
-

Modified: trunk/src/cpu/amd/socket_F_1207/Kconfig
==============================================================================
--- trunk/src/cpu/amd/socket_F_1207/Kconfig     Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/cpu/amd/socket_F_1207/Kconfig     Fri Sep 10 20:33:24 2010        
(r5800)
@@ -8,12 +8,6 @@
        default 0x10
        depends on CPU_AMD_SOCKET_F_1207
 
-# DDR2 and REG
-config DIMM_SUPPORT
-       hex
-       default 0x0104
-       depends on CPU_AMD_SOCKET_F_1207
-
 config EXT_RT_TBL_SUPPORT
        bool
        default n

Modified: trunk/src/mainboard/amd/mahogany/Kconfig
==============================================================================
--- trunk/src/mainboard/amd/mahogany/Kconfig    Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/amd/mahogany/Kconfig    Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,7 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM2
+       select DIMM_DDR2
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_AMD_RS780

Modified: trunk/src/mainboard/amd/mahogany_fam10/Kconfig
==============================================================================
--- trunk/src/mainboard/amd/mahogany_fam10/Kconfig      Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/amd/mahogany_fam10/Kconfig      Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM2R2
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDFAM10
        select SOUTHBRIDGE_AMD_RS780
        select SOUTHBRIDGE_AMD_SB700

Modified: trunk/src/mainboard/amd/pistachio/Kconfig
==============================================================================
--- trunk/src/mainboard/amd/pistachio/Kconfig   Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/amd/pistachio/Kconfig   Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,7 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM2
+       select DIMM_DDR2
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_AMD_RS690

Modified: trunk/src/mainboard/amd/serengeti_cheetah/Kconfig
==============================================================================
--- trunk/src/mainboard/amd/serengeti_cheetah/Kconfig   Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/amd/serengeti_cheetah/Kconfig   Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_AMD_AMD8111

Modified: trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
==============================================================================
--- trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig     Fri Sep 10 
00:12:40 2010        (r5799)
+++ trunk/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig     Fri Sep 10 
20:33:24 2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F_1207
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDFAM10
        select SOUTHBRIDGE_AMD_AMD8111
        select SOUTHBRIDGE_AMD_AMD8132

Modified: trunk/src/mainboard/amd/tilapia_fam10/Kconfig
==============================================================================
--- trunk/src/mainboard/amd/tilapia_fam10/Kconfig       Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/amd/tilapia_fam10/Kconfig       Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM3
+       select DIMM_DDR3
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDFAM10
        select SOUTHBRIDGE_AMD_RS780
        select SOUTHBRIDGE_AMD_SB700

Modified: trunk/src/mainboard/asus/m2v-mx_se/Kconfig
==============================================================================
--- trunk/src/mainboard/asus/m2v-mx_se/Kconfig  Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/asus/m2v-mx_se/Kconfig  Fri Sep 10 20:33:24 2010        
(r5800)
@@ -22,6 +22,7 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM2
+       select DIMM_DDR2
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_VIA_VT8237R

Modified: trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig
==============================================================================
--- trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig    Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/gigabyte/ga_2761gxdk/Kconfig    Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,7 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM2
+       select DIMM_DDR2
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_SIS_SIS966

Modified: trunk/src/mainboard/gigabyte/m57sli/Kconfig
==============================================================================
--- trunk/src/mainboard/gigabyte/m57sli/Kconfig Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/gigabyte/m57sli/Kconfig Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,7 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM2
+       select DIMM_DDR2
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_NVIDIA_MCP55

Modified: trunk/src/mainboard/gigabyte/ma785gmt/Kconfig
==============================================================================
--- trunk/src/mainboard/gigabyte/ma785gmt/Kconfig       Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/gigabyte/ma785gmt/Kconfig       Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM3
+       select DIMM_DDR3
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDFAM10
        select SOUTHBRIDGE_AMD_RS780
        select SOUTHBRIDGE_AMD_SB700

Modified: trunk/src/mainboard/gigabyte/ma78gm/Kconfig
==============================================================================
--- trunk/src/mainboard/gigabyte/ma78gm/Kconfig Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/gigabyte/ma78gm/Kconfig Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM2R2
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDFAM10
        select SOUTHBRIDGE_AMD_RS780
        select SOUTHBRIDGE_AMD_SB700

Modified: trunk/src/mainboard/hp/dl145_g3/Kconfig
==============================================================================
--- trunk/src/mainboard/hp/dl145_g3/Kconfig     Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/hp/dl145_g3/Kconfig     Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_BROADCOM_BCM21000

Modified: trunk/src/mainboard/jetway/pa78vm5/Kconfig
==============================================================================
--- trunk/src/mainboard/jetway/pa78vm5/Kconfig  Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/jetway/pa78vm5/Kconfig  Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM2R2
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDFAM10
        select SOUTHBRIDGE_AMD_RS780
        select SOUTHBRIDGE_AMD_SB700

Modified: trunk/src/mainboard/msi/ms7260/Kconfig
==============================================================================
--- trunk/src/mainboard/msi/ms7260/Kconfig      Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/msi/ms7260/Kconfig      Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,7 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_AM2
+       select DIMM_DDR2
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_NVIDIA_MCP55

Modified: trunk/src/mainboard/msi/ms9185/Kconfig
==============================================================================
--- trunk/src/mainboard/msi/ms9185/Kconfig      Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/msi/ms9185/Kconfig      Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_BROADCOM_BCM5780

Modified: trunk/src/mainboard/msi/ms9282/Kconfig
==============================================================================
--- trunk/src/mainboard/msi/ms9282/Kconfig      Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/msi/ms9282/Kconfig      Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_NVIDIA_MCP55

Modified: trunk/src/mainboard/msi/ms9652_fam10/Kconfig
==============================================================================
--- trunk/src/mainboard/msi/ms9652_fam10/Kconfig        Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/msi/ms9652_fam10/Kconfig        Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F_1207
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDFAM10
        select SOUTHBRIDGE_NVIDIA_MCP55
        select SUPERIO_WINBOND_W83627EHG

Modified: trunk/src/mainboard/nvidia/l1_2pvv/Kconfig
==============================================================================
--- trunk/src/mainboard/nvidia/l1_2pvv/Kconfig  Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/nvidia/l1_2pvv/Kconfig  Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_NVIDIA_MCP55

Modified: trunk/src/mainboard/supermicro/h8dme/Kconfig
==============================================================================
--- trunk/src/mainboard/supermicro/h8dme/Kconfig        Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/supermicro/h8dme/Kconfig        Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_NVIDIA_MCP55

Modified: trunk/src/mainboard/supermicro/h8dmr/Kconfig
==============================================================================
--- trunk/src/mainboard/supermicro/h8dmr/Kconfig        Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/supermicro/h8dmr/Kconfig        Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_NVIDIA_MCP55

Modified: trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig
==============================================================================
--- trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig  Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/supermicro/h8dmr_fam10/Kconfig  Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F_1207
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDFAM10
        select SOUTHBRIDGE_NVIDIA_MCP55
        select SUPERIO_WINBOND_W83627HF

Modified: trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig
==============================================================================
--- trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig  Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/supermicro/h8qme_fam10/Kconfig  Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F_1207
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDFAM10
        select SOUTHBRIDGE_AMD_AMD8132
        select SOUTHBRIDGE_NVIDIA_MCP55

Modified: trunk/src/mainboard/tyan/s2912/Kconfig
==============================================================================
--- trunk/src/mainboard/tyan/s2912/Kconfig      Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/mainboard/tyan/s2912/Kconfig      Fri Sep 10 20:33:24 2010        
(r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDK8
        select NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
        select SOUTHBRIDGE_NVIDIA_MCP55

Modified: trunk/src/mainboard/tyan/s2912_fam10/Kconfig
==============================================================================
--- trunk/src/mainboard/tyan/s2912_fam10/Kconfig        Fri Sep 10 00:12:40 
2010        (r5799)
+++ trunk/src/mainboard/tyan/s2912_fam10/Kconfig        Fri Sep 10 20:33:24 
2010        (r5800)
@@ -4,6 +4,8 @@
        def_bool y
        select ARCH_X86
        select CPU_AMD_SOCKET_F_1207
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select NORTHBRIDGE_AMD_AMDFAM10
        select SOUTHBRIDGE_NVIDIA_MCP55
        select SUPERIO_WINBOND_W83627HF

Modified: trunk/src/northbridge/amd/amdfam10/Kconfig
==============================================================================
--- trunk/src/northbridge/amd/amdfam10/Kconfig  Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/northbridge/amd/amdfam10/Kconfig  Fri Sep 10 20:33:24 2010        
(r5800)
@@ -75,4 +75,52 @@
        default n
        depends on NORTHBRIDGE_AMD_AMDFAM10
 
+config DIMM_FBDIMM
+       bool
+       default n
+       depends on NORTHBRIDGE_AMD_AMDFAM10
+
+config DIMM_DDR2
+       bool
+       default n
+       depends on NORTHBRIDGE_AMD_AMDFAM10
+
+config DIMM_DDR3
+       bool
+       default n
+       depends on NORTHBRIDGE_AMD_AMDFAM10
+
+config DIMM_REGISTERED
+       bool
+       default n
+       depends on NORTHBRIDGE_AMD_AMDFAM10
+
+if DIMM_FB_DIMM
+       config DIMM_SUPPORT
+               hex
+               default 0x0110
+endif
+
+if DIMM_DDR2
+       if DIMM_REGISTERED
+       config DIMM_SUPPORT
+               hex
+               default 0x0104
+       endif
+
+       if !DIMM_REGISTERED
+       config DIMM_SUPPORT
+               hex
+               default 0x0004
+       endif
+endif
+
+if DIMM_DDR3
+       if DIMM_REGISTERED
+       config DIMM_SUPPORT
+               hex
+               default 0x0005
+       endif
+endif
+
 source src/northbridge/amd/amdfam10/root_complex/Kconfig

Modified: trunk/src/northbridge/amd/amdk8/Kconfig
==============================================================================
--- trunk/src/northbridge/amd/amdk8/Kconfig     Fri Sep 10 00:12:40 2010        
(r5799)
+++ trunk/src/northbridge/amd/amdk8/Kconfig     Fri Sep 10 20:33:24 2010        
(r5800)
@@ -53,4 +53,28 @@
        default n
        depends on NORTHBRIDGE_AMD_AMDK8
 
+config DIMM_DDR2
+       bool
+       default n
+       depends on NORTHBRIDGE_AMD_AMDFAM10
+
+config DIMM_REGISTERED
+       bool
+       default n
+       depends on NORTHBRIDGE_AMD_AMDFAM10
+
+if DIMM_DDR2
+       if DIMM_REGISTERED
+       config DIMM_SUPPORT
+               hex
+               default 0x0104
+       endif
+
+       if !DIMM_REGISTERED
+       config DIMM_SUPPORT
+               hex
+               default 0x0004
+       endif
+endif
+
 source src/northbridge/amd/amdk8/root_complex/Kconfig

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

Reply via email to