From 7571c0b566e6915b7724dd9f3a2493d4ebe5653e Mon Sep 17 00:00:00 2001 From: Warren Turkal Date: Mon, 27 Sep 2010 21:11:54 +0000 Subject: This patch moves one of the CAR configs to the socket from the single mainboard that uses it. Signed-off-by: Warren Turkal Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5868 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/socket_441/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/cpu/intel/socket_441') 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 -- cgit v1.2.3