VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuMpPei/CpuMpPei.inf@ 90304

最後變更 在這個檔案從90304是 89983,由 vboxsync 提交於 3 年 前

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 2.1 KB
 
1## @file
2# CPU driver installs CPU PI Multi-processor PPI.
3#
4# Copyright (c) 2015 - 2021, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9[Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = CpuMpPei
12 MODULE_UNI_FILE = CpuMpPei.uni
13 FILE_GUID = EDADEB9D-DDBA-48BD-9D22-C1C169C8C5C6
14 MODULE_TYPE = PEIM
15 VERSION_STRING = 1.0
16 ENTRY_POINT = CpuMpPeimInit
17
18#
19# The following information is for reference only and not required by the build tools.
20#
21# VALID_ARCHITECTURES = IA32 X64
22#
23
24[Sources]
25 CpuMpPei.h
26 CpuMpPei.c
27 CpuBist.c
28 CpuPaging.c
29 CpuMp2Pei.c
30
31[Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34 UefiCpuPkg/UefiCpuPkg.dec
35
36[LibraryClasses]
37 BaseLib
38 DebugLib
39 HobLib
40 LocalApicLib
41 PeimEntryPoint
42 PeiServicesLib
43 ReportStatusCodeLib
44 CpuExceptionHandlerLib
45 MpInitLib
46 BaseMemoryLib
47 CpuLib
48 MemoryAllocationLib
49
50[Guids]
51 gEdkiiMigratedFvInfoGuid ## SOMETIMES_CONSUMES ## HOB
52
53[Ppis]
54 gEfiPeiMpServicesPpiGuid ## PRODUCES
55 gEfiSecPlatformInformationPpiGuid ## SOMETIMES_CONSUMES
56 ## SOMETIMES_CONSUMES
57 ## PRODUCES
58 ## UNDEFINED # HOB
59 gEfiSecPlatformInformation2PpiGuid
60 gEfiVectorHandoffInfoPpiGuid ## SOMETIMES_CONSUMES
61 gEfiPeiMemoryDiscoveredPpiGuid ## CONSUMES
62 gEdkiiPeiMpServices2PpiGuid ## PRODUCES
63
64[Pcd]
65 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES
66 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard ## CONSUMES
67 gUefiCpuPkgTokenSpaceGuid.PcdCpuStackSwitchExceptionList ## SOMETIMES_CONSUMES
68 gUefiCpuPkgTokenSpaceGuid.PcdCpuKnownGoodStackSize ## SOMETIMES_CONSUMES
69 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize ## SOMETIMES_CONSUMES
70
71[Depex]
72 TRUE
73
74[UserExtensions.TianoCore."ExtraFiles"]
75 CpuMpPeiExtra.uni
76
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette