summaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/bootblock/report_platform.c
diff options
context:
space:
mode:
authorBarnali Sarkar <barnali.sarkar@intel.com>2017-06-13 20:22:33 +0530
committerAaron Durbin <adurbin@chromium.org>2017-06-23 15:48:38 +0000
commit73273860516721f917358ad620f7fbc771ca9430 (patch)
treea6d4148941aa83d66dc154d2c73dc28ecc065b01 /src/soc/intel/skylake/bootblock/report_platform.c
parent91d38a5b0e070e75f32b30cb7297a801e31282f6 (diff)
downloadcoreboot-73273860516721f917358ad620f7fbc771ca9430.tar.xz
soc/intel/skylake: Use CPU MP Init Common code
This patch uses the common CPU Mp Init code. BUG=none BRANCH=none TEST=Build and boot poppy Change-Id: Ieb2f8ae25a31e86e9251fe97859678745fe610f5 Signed-off-by: Barnali Sarkar <barnali.sarkar@intel.com> Reviewed-on: https://review.coreboot.org/20190 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'src/soc/intel/skylake/bootblock/report_platform.c')
-rw-r--r--src/soc/intel/skylake/bootblock/report_platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c
index 314afbf9fa..e7fbb8a08f 100644
--- a/src/soc/intel/skylake/bootblock/report_platform.c
+++ b/src/soc/intel/skylake/bootblock/report_platform.c
@@ -20,6 +20,7 @@
#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/cpu.h>
#include <soc/pch.h>