summaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_mPGA479M
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/socket_mPGA479M')
-rw-r--r--src/cpu/intel/socket_mPGA479M/Kconfig20
-rw-r--r--src/cpu/intel/socket_mPGA479M/Makefile.inc13
2 files changed, 0 insertions, 33 deletions
diff --git a/src/cpu/intel/socket_mPGA479M/Kconfig b/src/cpu/intel/socket_mPGA479M/Kconfig
deleted file mode 100644
index ba6f7ea58a..0000000000
--- a/src/cpu/intel/socket_mPGA479M/Kconfig
+++ /dev/null
@@ -1,20 +0,0 @@
-config CPU_INTEL_SOCKET_MPGA479M
- bool
- select CPU_INTEL_MODEL_69X
- select CPU_INTEL_MODEL_6BX
- select CPU_INTEL_MODEL_6DX
- select CPU_INTEL_MODEL_F2X
- select MMX
- select SSE
-
-if CPU_INTEL_SOCKET_MPGA479M
-
-config DCACHE_RAM_BASE
- hex
- default 0xc8000
-
-config DCACHE_RAM_SIZE
- hex
- default 0x08000
-
-endif
diff --git a/src/cpu/intel/socket_mPGA479M/Makefile.inc b/src/cpu/intel/socket_mPGA479M/Makefile.inc
deleted file mode 100644
index c35ca462a0..0000000000
--- a/src/cpu/intel/socket_mPGA479M/Makefile.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-subdirs-y += ../model_69x
-subdirs-y += ../model_6dx
-subdirs-y += ../model_f2x
-subdirs-y += ../../x86/tsc
-subdirs-y += ../../x86/mtrr
-subdirs-y += ../../x86/lapic
-subdirs-y += ../../x86/cache
-subdirs-y += ../../x86/smm
-subdirs-y += ../microcode
-subdirs-y += ../hyperthreading
-
-cpu_incs-y += $(src)/cpu/intel/car/cache_as_ram.inc
-romstage-y += ../car/romstage_legacy.c