treewide: Remove unused CHIPs

No devicetree uses these anymore.

Change-Id: Ia65a0a56a6668a13761bad35f6a44ed8f6a35a78
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72600
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Arthur Heymans 2023-01-30 13:59:03 +01:00 committed by Felix Singer
parent 52b51db1d9
commit 94ff128c91
5 changed files with 0 additions and 20 deletions

View File

@ -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

View File

@ -1,7 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <device/device.h>
struct chip_operations cpu_amd_pi_00730F01_ops = {
.name = "AMD CPU Family 16h Model 30h-3Fh",
};

View File

@ -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",
};

View File

@ -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

View File

@ -1,7 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <device/device.h>
struct chip_operations cpu_intel_slot_1_ops = {
.name = "Slot 1 CPU",
};