soc/intel/xeon_sp: Drop unused cpu.h header

Change-Id: I42856424d3b55107f1758fb05f7ddbee3550d8b2
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73200
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
Arthur Heymans
2023-02-23 10:01:51 +01:00
committed by Elyes Haouas
parent e784c1e66a
commit e10d8a0d52
10 changed files with 3 additions and 35 deletions

View File

@@ -12,7 +12,6 @@
#include <intelblocks/p2sb.h>
#include <soc/acpi.h>
#include <soc/chip_common.h>
#include <soc/cpu.h>
#include <soc/pch.h>
#include <soc/soc_pch.h>
#include <soc/ramstage.h>

View File

@@ -15,7 +15,6 @@
#include <intelblocks/cpulib.h>
#include <intelblocks/mp_init.h>
#include <intelpch/lockdown.h>
#include <soc/cpu.h>
#include <soc/msr.h>
#include <soc/pci_devs.h>
#include <soc/pm.h>

View File

@@ -1,12 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _SOC_CPU_H
#define _SOC_CPU_H
#include <device/device.h>
#include <cpu/intel/cpu_ids.h>
#include <cpu/x86/msr.h>
void cpx_init_cpus(struct device *dev);
#endif

View File

@@ -9,7 +9,6 @@
#include <intelblocks/acpi.h>
#include <intelblocks/cpulib.h>
#include <soc/acpi.h>
#include <soc/cpu.h>
#include <soc/iomap.h>
#include <soc/msr.h>
#include <soc/pci_devs.h>

View File

@@ -4,7 +4,6 @@
#include <device/device.h>
#include <device/pci.h>
#include <intelblocks/cpulib.h>
#include <soc/cpu.h>
#include <soc/pci_devs.h>
#include <soc/soc_util.h>
#include <soc/util.h>

View File

@@ -7,7 +7,6 @@
#include <device/mmio.h>
#include <device/pci.h>
#include <soc/acpi.h>
#include <soc/cpu.h>
#include <soc/hest.h>
#include <soc/iomap.h>
#include <soc/pci_devs.h>

View File

@@ -4,11 +4,11 @@
#include <console/debug.h>
#include <intelblocks/cpulib.h>
#include <cpu/cpu.h>
#include <cpu/intel/cpu_ids.h>
#include <cpu/x86/mtrr.h>
#include <cpu/x86/mp.h>
#include <cpu/intel/turbo.h>
#include <soc/msr.h>
#include <soc/cpu.h>
#include <soc/soc_util.h>
#include <soc/smmrelocate.h>
#include <soc/util.h>
@@ -161,6 +161,8 @@ static const struct cpu_driver driver __cpu_driver = {
.id_table = cpu_table,
};
#define CPU_BCLK 100
static void set_max_turbo_freq(void)
{
msr_t msr, perf_ctl;

View File

@@ -1,15 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef _SOC_CPU_H_
#define _SOC_CPU_H_
#include <device/device.h>
#include <cpu/intel/cpu_ids.h>
#include <cpu/x86/msr.h>
/* CPU bus clock is fixed at 100MHz */
#define CPU_BCLK 100
void xeon_sp_init_cpus(struct device *dev);
#endif

View File

@@ -8,7 +8,6 @@
#include <device/pci.h>
#include <intelblocks/acpi.h>
#include <soc/acpi.h>
#include <soc/cpu.h>
#include <soc/iomap.h>
#include <soc/msr.h>
#include <soc/pci_devs.h>

View File

@@ -7,7 +7,6 @@
#include <intelblocks/cpulib.h>
#include <intelblocks/pcr.h>
#include <soc/iomap.h>
#include <soc/cpu.h>
#include <soc/msr.h>
#include <soc/pci_devs.h>
#include <soc/pcr_ids.h>