]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
014a248b5ee4c264b48470130e0c51151f8a2295
[mirror_edk2.git] / UefiCpuPkg / Library / MpInitLib / PeiMpInitLib.inf
1 ## @file
2 # MP Initialize Library instance for PEI driver.
3 #
4 # Copyright (c) 2016, 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
9 #
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.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PeiMpInitLib
18 MODULE_UNI_FILE = PeiMpInitLib.uni
19 FILE_GUID = B00F6090-7739-4830-B906-E0032D388987
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.1
22 LIBRARY_CLASS = MpInitLib|PEIM
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources.common]
31 PeiMpLib.c
32 MpLib.c
33 MpLib.h
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 UefiCpuPkg/UefiCpuPkg.dec
38
39 [LibraryClasses]
40 BaseLib
41 LocalApicLib
42 MemoryAllocationLib
43 HobLib
44 PeiServicesLib
45 MtrrLib
46 CpuLib
47 UefiCpuLib
48 SynchronizationLib
49
50 [Ppis]
51 gEfiEndOfPeiSignalPpiGuid ## NOTIFY
52
53 [Pcd]
54 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## CONSUMES
55 gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds ## CONSUMES
56 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## CONSUMES
57 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES
58 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES
59 gUefiCpuPkgTokenSpaceGuid.PcdCpuApLoopMode ## CONSUMES
60 gUefiCpuPkgTokenSpaceGuid.PcdCpuApTargetCstate ## SOMETIMES_CONSUMES
61