Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56381 )
Change subject: soc/intel/common/block: Make use of `cpu/intel/cpu_ids.h' ......................................................................
soc/intel/common/block: 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: I8621a38214686b359ee0e7cdf7e92154af3cbc81 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/common/block/sgx/sgx.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/56381/1
diff --git a/src/soc/intel/common/block/sgx/sgx.c b/src/soc/intel/common/block/sgx/sgx.c index c391ec7..d6df99b 100644 --- a/src/soc/intel/common/block/sgx/sgx.c +++ b/src/soc/intel/common/block/sgx/sgx.c @@ -6,7 +6,6 @@ #include <cpu/intel/microcode.h> #include <cpu/intel/common/common.h> #include <intelblocks/cpulib.h> -#include <intelblocks/mp_init.h> #include <intelblocks/msr.h> #include <intelblocks/sgx.h> #include <intelblocks/systemagent.h>