e7bbb50ba0
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4753 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
18 lines
304 B
Text
18 lines
304 B
Text
config CPU_AMD_SOCKET_AM2
|
|
bool
|
|
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
|
|
default 0x11
|
|
depends on CPU_AMD_SOCKET_AM2
|
|
|
|
# DDR2 and REG
|
|
config DIMM_SUPPORT
|
|
hex
|
|
default 0x0004
|
|
depends on CPU_AMD_SOCKET_AM2
|
|
|