diff options
-rw-r--r-- | src/soc/intel/tigerlake/bootblock/report_platform.c | 2 | ||||
-rw-r--r-- | src/soc/intel/tigerlake/fsp_params.c | 2 | ||||
-rw-r--r-- | src/soc/intel/tigerlake/romstage/fsp_params.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/tigerlake/bootblock/report_platform.c b/src/soc/intel/tigerlake/bootblock/report_platform.c index 03d65a4b1c..e87c2b12f4 100644 --- a/src/soc/intel/tigerlake/bootblock/report_platform.c +++ b/src/soc/intel/tigerlake/bootblock/report_platform.c @@ -9,11 +9,11 @@ #include <arch/cpu.h> #include <device/pci_ops.h> #include <console/console.h> +#include <cpu/intel/cpu_ids.h> #include <cpu/intel/microcode.h> #include <cpu/x86/msr.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <intelblocks/mp_init.h> #include <soc/bootblock.h> #include <soc/pch.h> #include <soc/pci_devs.h> diff --git a/src/soc/intel/tigerlake/fsp_params.c b/src/soc/intel/tigerlake/fsp_params.c index afbd747da6..d8f92ae28e 100644 --- a/src/soc/intel/tigerlake/fsp_params.c +++ b/src/soc/intel/tigerlake/fsp_params.c @@ -4,6 +4,7 @@ #include <console/console.h> #include <device/device.h> #include <arch/pci_io_cfg.h> +#include <cpu/intel/cpu_ids.h> #include <device/pci_ops.h> #include <device/pci.h> #include <device/pci_ids.h> @@ -13,7 +14,6 @@ #include <intelblocks/cse.h> #include <intelblocks/irq.h> #include <intelblocks/lpss.h> -#include <intelblocks/mp_init.h> #include <intelblocks/pmclib.h> #include <intelblocks/tcss.h> #include <intelblocks/xdci.h> diff --git a/src/soc/intel/tigerlake/romstage/fsp_params.c b/src/soc/intel/tigerlake/romstage/fsp_params.c index 15a11cdc46..6ac59d2fd9 100644 --- a/src/soc/intel/tigerlake/romstage/fsp_params.c +++ b/src/soc/intel/tigerlake/romstage/fsp_params.c @@ -2,11 +2,11 @@ #include <assert.h> #include <console/console.h> +#include <cpu/intel/cpu_ids.h> #include <cpu/x86/msr.h> #include <device/device.h> #include <fsp/util.h> #include <intelblocks/cpulib.h> -#include <intelblocks/mp_init.h> #include <soc/gpio_soc_defs.h> #include <soc/iomap.h> #include <soc/msr.h> |