From patchwork Thu Oct 14 23:02:34 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Drop unused DCACHE_RAM_BASE from intel/car/cache_as_ram.inc-using sockets Date: Thu, 14 Oct 2010 23:02:34 -0000 From: Uwe Hermann X-Patchwork-Id: 2110 Message-Id: <20101014230234.GF3256@greenwood> To: coreboot@coreboot.org See patch. Uwe. Acked-by: Peter Stuge Drop unused DCACHE_RAM_BASE from intel/car/cache_as_ram.inc-using sockets. This CAR implementation hardcodes the Cache-as-RAM base address to: 0xd0000 - CacheSize so the DCACHE_RAM_BASE is never actually used for this implementation and these sockets. Signed-off-by: Uwe Hermann Index: src/cpu/intel/socket_PGA370/Kconfig =================================================================== --- src/cpu/intel/socket_PGA370/Kconfig (Revision 5951) +++ src/cpu/intel/socket_PGA370/Kconfig (Arbeitskopie) @@ -30,10 +30,6 @@ bool default n -config DCACHE_RAM_BASE - hex - default 0xc0000 - config DCACHE_RAM_SIZE hex default 0x01000 Index: src/cpu/intel/socket_FC_PGA370/Kconfig =================================================================== --- src/cpu/intel/socket_FC_PGA370/Kconfig (Revision 5951) +++ src/cpu/intel/socket_FC_PGA370/Kconfig (Arbeitskopie) @@ -26,11 +26,6 @@ select CACHE_AS_RAM select TINY_BOOTBLOCK -config DCACHE_RAM_BASE - hex - default 0xffdf8000 - depends on CPU_INTEL_SOCKET_FC_PGA370 - config DCACHE_RAM_SIZE hex default 0x8000 Index: src/cpu/intel/slot_1/Kconfig =================================================================== --- src/cpu/intel/slot_1/Kconfig (Revision 5951) +++ src/cpu/intel/slot_1/Kconfig (Arbeitskopie) @@ -21,11 +21,6 @@ bool select CACHE_AS_RAM -config DCACHE_RAM_BASE - hex - default 0xc0000 - depends on CPU_INTEL_SLOT_1 - config DCACHE_RAM_SIZE hex default 0x01000 Index: src/cpu/intel/slot_2/Kconfig =================================================================== --- src/cpu/intel/slot_2/Kconfig (Revision 5951) +++ src/cpu/intel/slot_2/Kconfig (Arbeitskopie) @@ -20,11 +20,6 @@ config CPU_INTEL_SLOT_2 bool -config DCACHE_RAM_BASE - hex - default 0xc0000 - depends on CPU_INTEL_SLOT_2 - config DCACHE_RAM_SIZE hex default 0x01000