From 87685c58576474bfeafd5935a34e1b0fceff4e5e Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 15 Jul 2021 16:31:30 +0530 Subject: [PATCH] soc/intel/alderlake: 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: Ib62ad6a5381d346011fbc838dcd64b095fccd67b Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/56338 Tested-by: build bot (Jenkins) Reviewed-by: EricR Lai Reviewed-by: Furquan Shaikh --- src/soc/intel/alderlake/bootblock/report_platform.c | 2 +- src/soc/intel/alderlake/fsp_params.c | 1 - src/soc/intel/alderlake/romstage/fsp_params.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/soc/intel/alderlake/bootblock/report_platform.c b/src/soc/intel/alderlake/bootblock/report_platform.c index d8111238e8..a064714dd7 100644 --- a/src/soc/intel/alderlake/bootblock/report_platform.c +++ b/src/soc/intel/alderlake/bootblock/report_platform.c @@ -9,12 +9,12 @@ #include #include #include +#include #include #include #include #include #include -#include #include #include diff --git a/src/soc/intel/alderlake/fsp_params.c b/src/soc/intel/alderlake/fsp_params.c index 9dec31c66b..489935d058 100644 --- a/src/soc/intel/alderlake/fsp_params.c +++ b/src/soc/intel/alderlake/fsp_params.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include diff --git a/src/soc/intel/alderlake/romstage/fsp_params.c b/src/soc/intel/alderlake/romstage/fsp_params.c index b32831ede7..2d0f6daef4 100644 --- a/src/soc/intel/alderlake/romstage/fsp_params.c +++ b/src/soc/intel/alderlake/romstage/fsp_params.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include