VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf@ 108794

Last change on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 2.2 KB
Line 
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 - 2024, 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 gEdkiiMigratedFvInfoGuid ## SOMETIMES_CONSUMES ## HOB
73
74[Ppis]
75 gEdkiiTcgPpiGuid ## NOTIFY
76 gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## PRODUCES
77
78[Depex]
79 gEfiPeiMasterBootModePpiGuid
Note: See TracBrowser for help on using the repository browser.

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