From 3dc02ff637391f41255546e855ae5c01c44cf50d Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 12 Apr 2018 12:06:15 +0530 Subject: drivers/intel/fsp2_0: Include MP services header for UDK2017 supported platform BRANCH=none BUG=b:74436746 TEST=Able to include EFI_MP_SERVICES_PPI without any error. Change-Id: I5add8e533dfd3f6d03abf7b2ca1a83f81f1c5920 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/25628 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/drivers/intel/fsp2_0/include/fsp/soc_binding.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/drivers/intel/fsp2_0/include/fsp') diff --git a/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h b/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h index 94abe78dd1..7d3a10210e 100644 --- a/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h +++ b/src/drivers/intel/fsp2_0/include/fsp/soc_binding.h @@ -30,6 +30,11 @@ #include #endif +#if CONFIG_UDK_VERSION >= CONFIG_UDK_2017_VERSION +#include +#include +#endif + #pragma pack(pop) #endif -- cgit v1.2.3