diff options
author | Warren Turkal <wt@penguintechs.org> | 2010-09-27 21:11:54 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-09-27 21:11:54 +0000 |
commit | 7571c0b566e6915b7724dd9f3a2493d4ebe5653e (patch) | |
tree | 64ac621205e55738751920e47d3f241153f32168 /src/cpu/intel | |
parent | 7cdf1eca924d6eab6eb51982fc5d0769c8f1e58f (diff) | |
download | coreboot-7571c0b566e6915b7724dd9f3a2493d4ebe5653e.tar.xz |
This patch moves one of the CAR configs to the socket from the single
mainboard that uses it.
Signed-off-by: Warren Turkal <wt@penguintechs.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5868 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel')
-rw-r--r-- | src/cpu/intel/socket_441/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_441/Kconfig b/src/cpu/intel/socket_441/Kconfig index 76cbb1fe90..1306656fb3 100644 --- a/src/cpu/intel/socket_441/Kconfig +++ b/src/cpu/intel/socket_441/Kconfig @@ -1,5 +1,21 @@ config CPU_INTEL_SOCKET_441 bool + +if CPU_INTEL_SOCKET_441 + +config SOCKET_SPECIFIC_OPTIONS # dummy + def_bool y select CPU_INTEL_MODEL_106CX select MMX select SSE + select CACHE_AS_RAM + +config DCACHE_RAM_BASE + hex + default 0xffdf8000 + +config DCACHE_RAM_SIZE + hex + default 0x8000 + +endif # CPU_INTEL_SOCKET_441 |