From 94ff128c91f02fce31c672ff8317c9098018f3e8 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 30 Jan 2023 13:59:03 +0100 Subject: treewide: Remove unused CHIPs No devicetree uses these anymore. Change-Id: Ia65a0a56a6668a13761bad35f6a44ed8f6a35a78 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/72600 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/cpu/amd/pi/00730F01/Makefile.mk | 1 - src/cpu/amd/pi/00730F01/chip_name.c | 7 ------- src/cpu/intel/model_1067x/model_1067x_init.c | 4 ---- src/cpu/intel/slot_1/Makefile.mk | 1 - src/cpu/intel/slot_1/slot_1.c | 7 ------- 5 files changed, 20 deletions(-) delete mode 100644 src/cpu/amd/pi/00730F01/chip_name.c delete mode 100644 src/cpu/intel/slot_1/slot_1.c (limited to 'src/cpu') diff --git a/src/cpu/amd/pi/00730F01/Makefile.mk b/src/cpu/amd/pi/00730F01/Makefile.mk index ae5a20bbf4..9b3f015cf1 100644 --- a/src/cpu/amd/pi/00730F01/Makefile.mk +++ b/src/cpu/amd/pi/00730F01/Makefile.mk @@ -2,7 +2,6 @@ romstage-y += cpu_io_init.c -ramstage-y += chip_name.c ramstage-y += cpu_io_init.c ramstage-y += model_16_init.c ramstage-y += update_microcode.c diff --git a/src/cpu/amd/pi/00730F01/chip_name.c b/src/cpu/amd/pi/00730F01/chip_name.c deleted file mode 100644 index 592fcc0dff..0000000000 --- a/src/cpu/amd/pi/00730F01/chip_name.c +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include - -struct chip_operations cpu_amd_pi_00730F01_ops = { - .name = "AMD CPU Family 16h Model 30h-3Fh", -}; diff --git a/src/cpu/intel/model_1067x/model_1067x_init.c b/src/cpu/intel/model_1067x/model_1067x_init.c index c2019ab13b..d051e8915b 100644 --- a/src/cpu/intel/model_1067x/model_1067x_init.c +++ b/src/cpu/intel/model_1067x/model_1067x_init.c @@ -275,7 +275,3 @@ static const struct cpu_driver driver __cpu_driver = { .ops = &cpu_dev_ops, .id_table = cpu_table, }; - -struct chip_operations cpu_intel_model_1067x_ops = { - .name = "Intel Penryn CPU", -}; diff --git a/src/cpu/intel/slot_1/Makefile.mk b/src/cpu/intel/slot_1/Makefile.mk index 856ecf6697..0f1ba8da7a 100644 --- a/src/cpu/intel/slot_1/Makefile.mk +++ b/src/cpu/intel/slot_1/Makefile.mk @@ -1,6 +1,5 @@ ## SPDX-License-Identifier: GPL-2.0-or-later -ramstage-y += slot_1.c ramstage-y += l2_cache.c subdirs-y += ../model_6xx subdirs-y += ../model_65x diff --git a/src/cpu/intel/slot_1/slot_1.c b/src/cpu/intel/slot_1/slot_1.c deleted file mode 100644 index ed8e88c0a4..0000000000 --- a/src/cpu/intel/slot_1/slot_1.c +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ - -#include - -struct chip_operations cpu_intel_slot_1_ops = { - .name = "Slot 1 CPU", -}; -- cgit v1.2.3