]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
UefiCpuPkg/MpInitLib: Add two instances PeiMpInitLib and DxeMpInitLib
[mirror_edk2.git] / UefiCpuPkg / Library / MpInitLib / DxeMpInitLib.inf
CommitLineData
3e8ad6bd
JF
1## @file\r
2# MP Initialize Library instance for DXE driver.\r
3#\r
4# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = DxeMpInitLib\r
18 MODULE_UNI_FILE = DxeMpInitLib.uni\r
19 FILE_GUID = B88F7146-9834-4c55-BFAC-481CC0C33736\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.1\r
22 LIBRARY_CLASS = MpInitLib|DXE_DRIVER\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources.common]\r
31 DxeMpLib.c\r
32 MpLib.c\r
33 MpLib.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 UefiCpuPkg/UefiCpuPkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 LocalApicLib\r
42 MemoryAllocationLib\r
43 HobLib\r
44 MtrrLib\r
45 CpuLib\r
46 UefiCpuLib\r
47 UefiBootServicesTableLib\r
48 HobLib\r
49\r
50[Guids]\r
51 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
52\r
53[Pcd]\r
54 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber ## CONSUMES\r
55 gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds ## SOMETIMES_CONSUMES\r
56 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## CONSUMES\r
57 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchAddress ## CONSUMES\r
58 gUefiCpuPkgTokenSpaceGuid.PcdCpuMicrocodePatchRegionSize ## CONSUMES\r
59 gUefiCpuPkgTokenSpaceGuid.PcdCpuApLoopMode ## CONSUMES\r
60 gUefiCpuPkgTokenSpaceGuid.PcdCpuApTargetCstate ## SOMETIMES_CONSUMES\r
61\r