VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf@ 105681

最後變更 在這個檔案從105681是 101291,由 vboxsync 提交於 18 月 前

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 2.2 KB
 
1## @file
2# FSP-M wrapper PEI Module
3#
4# This PEIM initialize FSP.
5# This will be invoked only once. It will call FspMemoryInit API,
6# register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi
7# notify to call FspSiliconInit API.
8#
9# Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.<BR>
10#
11# SPDX-License-Identifier: BSD-2-Clause-Patent
12#
13##
14
15[Defines]
16 INF_VERSION = 0x00010017
17 BASE_NAME = FspmWrapperPeim
18 FILE_GUID = 9FAAD0FF-0E0C-4885-A738-BAB4E4FA1E66
19 VERSION_STRING = 1.0
20 MODULE_TYPE = PEIM
21 ENTRY_POINT = FspmWrapperPeimEntryPoint
22
23#
24# The following information is for reference only and not required by the build tools.
25#
26# VALID_ARCHITECTURES = IA32
27#
28
29[LibraryClasses]
30 PeimEntryPoint
31 PeiServicesLib
32 PeiServicesTablePointerLib
33 BaseLib
34 BaseMemoryLib
35 MemoryAllocationLib
36 DebugLib
37 HobLib
38 FspWrapperPlatformLib
39 FspWrapperHobProcessLib
40 CpuLib
41 PeCoffGetEntryPointLib
42 PeCoffExtraActionLib
43 PerformanceLib
44 TimerLib
45 FspWrapperApiLib
46 FspWrapperApiTestLib
47 FspMeasurementLib
48 FspWrapperMultiPhaseProcessLib
49
50[Packages]
51 MdePkg/MdePkg.dec
52 MdeModulePkg/MdeModulePkg.dec
53 UefiCpuPkg/UefiCpuPkg.dec
54 SecurityPkg/SecurityPkg.dec
55 IntelFsp2Pkg/IntelFsp2Pkg.dec
56 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
57
58[Pcd]
59 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress ## CONSUMES
60 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress ## CONSUMES
61 gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection ## CONSUMES
62 gIntelFsp2WrapperTokenSpaceGuid.PcdFsptBaseAddress ## CONSUMES
63 gIntelFsp2WrapperTokenSpaceGuid.PcdFspMeasurementConfig ## CONSUMES
64 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress64 ## CONSUMES
65
66[Sources]
67 FspmWrapperPeim.c
68
69[Guids]
70 gFspHobGuid ## PRODUCES ## HOB
71 gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID
72
73[Ppis]
74 gEdkiiTcgPpiGuid ## NOTIFY
75 gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## PRODUCES
76
77[Depex]
78 gEfiPeiMasterBootModePpiGuid
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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