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 <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/25628 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
9c5d4634dd
commit
3dc02ff637
|
@ -30,6 +30,11 @@
|
||||||
#include <FirmwareVersionInfoHob.h>
|
#include <FirmwareVersionInfoHob.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if CONFIG_UDK_VERSION >= CONFIG_UDK_2017_VERSION
|
||||||
|
#include <PiPei.h>
|
||||||
|
#include <Ppi/MpServices.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue