diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-01-17 15:11:41 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2018-01-18 19:34:22 +0000 |
commit | 3fff81710c0e8881e4dcea182d4b728359acecbb (patch) | |
tree | 7cfb8b9f0f7dc80bdf2cde983f94c5d72eb0ec56 /src/cpu/intel/socket_mPGA603 | |
parent | fda071ca7a17614a58c0812c28b14a417471b915 (diff) |
cpu/intel: Remove unused CPU code
Change-Id: I44574e64e621ea60d559d593694af36c648fb7d7
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/23302
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/intel/socket_mPGA603')
-rw-r--r-- | src/cpu/intel/socket_mPGA603/Kconfig | 5 | ||||
-rw-r--r-- | src/cpu/intel/socket_mPGA603/Makefile.inc | 10 |
2 files changed, 0 insertions, 15 deletions
diff --git a/src/cpu/intel/socket_mPGA603/Kconfig b/src/cpu/intel/socket_mPGA603/Kconfig deleted file mode 100644 index 62e05f68c2..0000000000 --- a/src/cpu/intel/socket_mPGA603/Kconfig +++ /dev/null @@ -1,5 +0,0 @@ -config CPU_INTEL_SOCKET_MPGA603 - bool - select CPU_INTEL_MODEL_F0X - select CPU_INTEL_MODEL_F1X - select CPU_INTEL_MODEL_F2X diff --git a/src/cpu/intel/socket_mPGA603/Makefile.inc b/src/cpu/intel/socket_mPGA603/Makefile.inc deleted file mode 100644 index d247f36bd4..0000000000 --- a/src/cpu/intel/socket_mPGA603/Makefile.inc +++ /dev/null @@ -1,10 +0,0 @@ -subdirs-y += ../model_f0x -subdirs-y += ../model_f1x -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 |