]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf
00166e56a078007e0b3f18143aa67e895f85dcd5
[mirror_edk2.git] / IntelFsp2WrapperPkg / FspmWrapperPeim / FspmWrapperPeim.inf
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 - 2020, 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 UefiCpuLib
41 PeCoffGetEntryPointLib
42 PeCoffExtraActionLib
43 PerformanceLib
44 TimerLib
45 FspWrapperApiLib
46 FspWrapperApiTestLib
47 FspMeasurementLib
48
49 [Packages]
50 MdePkg/MdePkg.dec
51 MdeModulePkg/MdeModulePkg.dec
52 UefiCpuPkg/UefiCpuPkg.dec
53 SecurityPkg/SecurityPkg.dec
54 IntelFsp2Pkg/IntelFsp2Pkg.dec
55 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
56
57 [Pcd]
58 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress ## CONSUMES
59 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress ## CONSUMES
60 gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection ## CONSUMES
61 gIntelFsp2WrapperTokenSpaceGuid.PcdFsptBaseAddress ## CONSUMES
62 gIntelFsp2WrapperTokenSpaceGuid.PcdFspMeasurementConfig ## CONSUMES
63
64 [Sources]
65 FspmWrapperPeim.c
66
67 [Guids]
68 gFspHobGuid ## PRODUCES ## HOB
69 gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID
70
71 [Ppis]
72 gEdkiiTcgPpiGuid ## NOTIFY
73 gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## PRODUCES
74
75 [Depex]
76 gEfiPeiMasterBootModePpiGuid