summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2009-11-13 06:43:33 +0000
committerZheng Bao <Zheng.Bao@amd.com>2009-11-13 06:43:33 +0000
commit5b69883877cea05d95028649616dc63d94eb14d1 (patch)
treecd4d8ab489c52a47954af193516478f360957e7c
parent6a3ca4e0e96c8715adefad0584923af8e433ba13 (diff)
downloadcoreboot-5b69883877cea05d95028649616dc63d94eb14d1.tar.xz
Complete the Kconfig of socket_AM2r2.
This patch is from socket_F_1207, even though the fam10 can not be "make menuconfig"ed currently. Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4943 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/cpu/amd/socket_AM2r2/Kconfig30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_AM2r2/Kconfig b/src/cpu/amd/socket_AM2r2/Kconfig
index e9989ef4ee..bdbfc64b8c 100644
--- a/src/cpu/amd/socket_AM2r2/Kconfig
+++ b/src/cpu/amd/socket_AM2r2/Kconfig
@@ -2,6 +2,7 @@ config CPU_AMD_SOCKET_AM2R2
bool
select CPU_AMD_MODEL_10XXX
select HT3_SUPPORT
+ select PCI_IO_CFG_EXT
config CPU_SOCKET_TYPE
hex
@@ -14,3 +15,32 @@ config DIMM_SUPPORT
default 0x0104
depends on CPU_AMD_SOCKET_AM2R2
+config EXT_RT_TBL_SUPPORT
+ bool
+ default n
+ depends on CPU_AMD_SOCKET_AM2R2
+
+config EXT_CONF_SUPPORT
+ bool
+ default n
+ depends on CPU_AMD_SOCKET_AM2R2
+
+config CBB
+ hex
+ default 0x0
+ depends on CPU_AMD_SOCKET_AM2R2
+
+config CDB
+ hex
+ default 0x18
+ depends on CPU_AMD_SOCKET_AM2R2
+
+config XIP_ROM_BASE
+ hex
+ default 0xfff80000
+ depends on CPU_AMD_SOCKET_AM2R2
+
+config XIP_ROM_SIZE
+ hex
+ default 0x80000
+ depends on CPU_AMD_SOCKET_AM2R2