1 # SPDX-License-Identifier: GPL-2.0-only
6 depends on SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
8 This option allows to create MP service PPI for Intel FSP usage.
9 Intel FSP will use this PPI to run CPU feature programming on APs.
11 config MP_SERVICES_PPI_V1
14 select MP_SERVICES_PPI
16 This option provides EFI_PEI_MP_SERVICES_PPI structure definitions
17 along with all APIs as per edk2 specification.
19 config MP_SERVICES_PPI_V2
22 select MP_SERVICES_PPI
24 This option provides EDKII_PEI_MP_SERVICES2_PPI structure definitions
25 along with all APIs as per edk2 specification. MP services2 PPI is slight
26 modification over MP services1 PPIs. A new API StartupAllCPUs have been
27 added to allow running a task on BSP and all APs. Also the EFI_PEI_SERVICES
28 parameter has been removed from all MP PPI APIs.
30 config MP_SERVICES_PPI_V2_NOOP
33 select MP_SERVICES_PPI
35 This option implement EFI_PEI_MP_SERVICES_PPI structure definitions
36 with APIs that returns mp_api_unsupported().