]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
UefiCpuPkg/MpInitLib: fix 32-bit build error
[mirror_edk2.git] / UefiCpuPkg / Library / MpInitLib / DxeMpInitLib.inf
1 ## @file
2 # MP Initialize Library instance for DXE driver.
3 #
4 # Copyright (c) 2016 - 2017, 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 = DxeMpInitLib
18 MODULE_UNI_FILE = DxeMpInitLib.uni
19 FILE_GUID = B88F7146-9834-4c55-BFAC-481CC0C33736
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.1
22 LIBRARY_CLASS = MpInitLib|DXE_DRIVER
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.IA32]
31 Ia32/MpEqu.inc
32 Ia32/MpFuncs.nasm
33
34 [Sources.X64]
35 X64/MpEqu.inc
36 X64/MpFuncs.nasm
37
38 [Sources.common]
39 DxeMpLib.c
40 MpLib.c
41 MpLib.h
42 Microcode.c
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 MdeModulePkg/MdeModulePkg.dec
47 UefiCpuPkg/UefiCpuPkg.dec
48
49 [LibraryClasses]
50 BaseLib
51 LocalApicLib
52 MemoryAllocationLib
53 HobLib
54 MtrrLib
55 CpuLib
56 UefiCpuLib
57 UefiBootServicesTableLib
58 DebugAgentLib
59 SynchronizationLib
60
61 [Protocols]
62 gEfiTimerArchProtocolGuid ## SOMETIMES_CONSUMES
63
64 [Guids]
65 gEfiEventExitBootServicesGuid ## CONSUMES ## Event
66 gEfiEventLegacyBootGuid ## SOMETIMES_CONSUMES ## Event
67
68 [Pcd]
69 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## CONSUMES
70 gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds ## SOMETIMES_CONSUMES
71 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## CONSUMES
72 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES
73 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES
74 gUefiCpuPkgTokenSpaceGuid.PcdCpuApLoopMode ## CONSUMES
75 gUefiCpuPkgTokenSpaceGuid.PcdCpuApTargetCstate ## SOMETIMES_CONSUMES
76 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard ## CONSUMES
77