Apply cache-as-ram conditionally on socket mPGA604
[coreboot.git] / src / cpu / intel / socket_mPGA604 / Kconfig
index 2fc27cff782cc2dd009dd57e6891aeec6963a2fc..4fa7569d85f5cb27f07017aa2b7eba78ed4f4718 100644 (file)
@@ -1,5 +1,10 @@
 config CPU_INTEL_SOCKET_MPGA604
        bool
+
+if CPU_INTEL_SOCKET_MPGA604
+
+config SOCKET_SPECIFIC_OPTIONS # dummy
+       def_bool y
        select CPU_INTEL_MODEL_F2X
        select CPU_INTEL_MODEL_F3X
        select CPU_INTEL_MODEL_F4X
@@ -13,4 +18,14 @@ config CPU_INTEL_SOCKET_MPGA604
 config SSE2
        bool
        default n
-       depends on CPU_INTEL_SOCKET_MPGA604
+
+config DCACHE_RAM_BASE
+       hex
+       default 0x0ffafc000
+
+config DCACHE_RAM_SIZE
+       hex
+       default 0x4000
+
+endif # CPU_INTEL_SOCKET_MPGA604
+