summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-09-30 07:56:12 +0000
committerStefan Reinauer <stepan@openbios.org>2010-09-30 07:56:12 +0000
commitd4d0a456d349002642c1c7e508f2729f1497ab96 (patch)
treec563151e154ca26f6a56a9da0221235223c7718c /src/cpu
parent011d0d86b0269ab1f5c07db9ecdf27676e1073c9 (diff)
downloadcoreboot-d4d0a456d349002642c1c7e508f2729f1497ab96.tar.xz
fix Kontron KT690 and clean up socket S1G1 boards accordingly.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5885 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/socket_S1G1/Kconfig24
1 files changed, 22 insertions, 2 deletions
diff --git a/src/cpu/amd/socket_S1G1/Kconfig b/src/cpu/amd/socket_S1G1/Kconfig
index 756a0499e2..b96613c5c5 100644
--- a/src/cpu/amd/socket_S1G1/Kconfig
+++ b/src/cpu/amd/socket_S1G1/Kconfig
@@ -1,5 +1,10 @@
config CPU_AMD_SOCKET_S1G1
bool
+
+if CPU_AMD_SOCKET_S1G1
+
+config SOCKET_SPECIFIC_OPTIONS
+ def_bool y
select K8_REV_F_SUPPORT
select K8_HT_FREQ_1G_SUPPORT
select CPU_AMD_MODEL_FXX
@@ -7,11 +12,26 @@ config CPU_AMD_SOCKET_S1G1
config CPU_SOCKET_TYPE
hex
default 0x12
- depends on CPU_AMD_SOCKET_S1G1
#DDR2 and REG, S1G1
config DIMM_SUPPORT
hex
default 0x0204
- depends on CPU_AMD_SOCKET_S1G1
+config CPU_ADDR_BITS
+ int
+ default 40
+
+config DCACHE_RAM_BASE
+ hex
+ default 0xc8000
+
+config DCACHE_RAM_SIZE
+ hex
+ default 0x08000
+
+config DCACHE_RAM_GLOBAL_VAR_SIZE
+ hex
+ default 0x01000
+
+endif