Move memory type information out of some AMD sockets.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5800 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson
2010-09-10 18:33:24 +00:00
parent 17daf9a941
commit 6ea2115cea
32 changed files with 114 additions and 36 deletions

View File

@@ -75,4 +75,52 @@ config SB_HT_CHAIN_UNITID_OFFSET_ONLY
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