summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorJonathan Kollasch <jakllsch@kollasch.net>2010-10-19 13:03:34 +0000
committerJonathan A. Kollasch <jakllsch@kollasch.net>2010-10-19 13:03:34 +0000
commit6b0ade7550196a9e62974833a99d172618cbb56f (patch)
treee06bd331432d2b003cd2dd457645eabef0bed0b6 /src/cpu
parent1ba2eee2b4f38231254525a6a4ffcf1999dea636 (diff)
downloadcoreboot-6b0ade7550196a9e62974833a99d172618cbb56f.tar.xz
Modernize socket_754 Kconfig with CAR and address bits information.
Also, update the board that uses this socket to match. Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5969 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/socket_754/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_754/Kconfig b/src/cpu/amd/socket_754/Kconfig
index b6b8260f80..7a353a33c9 100644
--- a/src/cpu/amd/socket_754/Kconfig
+++ b/src/cpu/amd/socket_754/Kconfig
@@ -1,3 +1,23 @@
config CPU_AMD_SOCKET_754
bool
+
+if CPU_AMD_SOCKET_754
+
+config SOCKET_SPECIFIC_OPTIONS
+ def_bool y
select CPU_AMD_MODEL_FXX
+ select CACHE_AS_RAM
+
+config CPU_ADDR_BITS
+ int
+ default 40
+
+config DCACHE_RAM_BASE
+ hex
+ default 0xc8000
+
+config DCACHE_RAM_SIZE
+ hex
+ default 0x08000
+
+endif # CPU_AMD_SOCKET_754