summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/icelake
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2021-07-16 13:17:44 +0530
committerSubrata Banik <subrata.banik@intel.com>2021-07-17 09:50:56 +0000
commit8993e67f0a7cab58de73bd20e01b1cfa07020133 (patch)
tree5cd7641836a0931ceee3fa42b0465560f3810ff7 /src/soc/intel/icelake
parenta4a1e6a9b1dee15a6a9fe205c8afe04b99dbb295 (diff)
downloadcoreboot-8993e67f0a7cab58de73bd20e01b1cfa07020133.tar.gz
coreboot-8993e67f0a7cab58de73bd20e01b1cfa07020133.tar.bz2
coreboot-8993e67f0a7cab58de73bd20e01b1cfa07020133.zip
soc/intel/icelake: Make use of `cpu/intel/cpu_ids.h'
Remove inclusion of mp_init.h for getting CPUIDs and use dedicated cpu_ids.h file in SoC directory. Change-Id: I97f4d9715f3205678acca8fcdfb1a62714dfaa53 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56375 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/icelake')
-rw-r--r--src/soc/intel/icelake/bootblock/report_platform.c2
-rw-r--r--src/soc/intel/icelake/fsp_params.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/icelake/bootblock/report_platform.c b/src/soc/intel/icelake/bootblock/report_platform.c
index 898b0e3b28aa..8c6a6ef8dbae 100644
--- a/src/soc/intel/icelake/bootblock/report_platform.c
+++ b/src/soc/intel/icelake/bootblock/report_platform.c
@@ -3,11 +3,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/icelake/fsp_params.c b/src/soc/intel/icelake/fsp_params.c
index 2d6309712b65..aee2ef80eeba 100644
--- a/src/soc/intel/icelake/fsp_params.c
+++ b/src/soc/intel/icelake/fsp_params.c
@@ -12,7 +12,6 @@
#include <soc/ramstage.h>
#include <soc/soc_chip.h>
#include <string.h>
-#include <intelblocks/mp_init.h>
#include <fsp/ppi/mp_service_ppi.h>
static void parse_devicetree(FSP_S_CONFIG *params)