2 # CPU driver installs CPU PI Multi-processor PPI.
4 # Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 INF_VERSION = 0x00010005
18 MODULE_UNI_FILE = CpuMpPei.uni
19 FILE_GUID = EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6
22 ENTRY_POINT = CpuMpPeimInit
25 # The following information is for reference only and not required by the build tools.
27 # VALID_ARCHITECTURES = IA32 X64
36 Ia32/MpFuncs.asm | MSFT
37 Ia32/MpFuncs.asm | INTEL
38 Ia32/MpFuncs.nasm | GCC
42 X64/MpFuncs.asm | MSFT
43 X64/MpFuncs.asm | INTEL
44 X64/MpFuncs.nasm | GCC
48 UefiCpuPkg/UefiCpuPkg.dec
65 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber
66 gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds
67 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize
70 gEfiPeiMemoryDiscoveredPpiGuid
72 [UserExtensions.TianoCore."ExtraFiles"]