]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf
IntelFsp2WrapperPkg: Implement FSP 2.4 MultiPhase wrapper handlers.
[mirror_edk2.git] / IntelFsp2WrapperPkg / FspsWrapperPeim / FspsWrapperPeim.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# FSP-S wrapper PEI Module\r
3#\r
4# This PEIM initialize FSP.\r
5# This will be invoked only once. It will call FspMemoryInit API,\r
6# register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi\r
7# notify to call FspSiliconInit API.\r
8#\r
96f3efbd 9# Copyright (c) 2014 - 2022, Intel Corporation. All rights reserved.<BR>\r
cf1d4549 10#\r
512e23a3 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010017\r
17 BASE_NAME = FspsWrapperPeim\r
18 FILE_GUID = 0D244DF9-6CE3-4133-A1CF-53200AB663AC\r
19 VERSION_STRING = 1.0\r
20 MODULE_TYPE = PEIM\r
21 ENTRY_POINT = FspsWrapperPeimEntryPoint\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32\r
27#\r
28\r
29[LibraryClasses]\r
30 PeimEntryPoint\r
31 PeiServicesLib\r
32 PeiServicesTablePointerLib\r
33 BaseLib\r
34 BaseMemoryLib\r
35 TimerLib\r
36 DebugLib\r
37 HobLib\r
38 MemoryAllocationLib\r
39 FspWrapperPlatformLib\r
40 FspWrapperHobProcessLib\r
3afa0a20 41 CpuLib\r
cf1d4549
JY
42 UefiCpuLib\r
43 PeCoffGetEntryPointLib\r
44 PeCoffExtraActionLib\r
45 PerformanceLib\r
46 FspWrapperApiLib\r
47 FspWrapperApiTestLib\r
53ea57fe 48 FspMeasurementLib\r
96f3efbd 49 FspWrapperMultiPhaseProcessLib\r
cf1d4549
JY
50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
53ea57fe 53 MdeModulePkg/MdeModulePkg.dec\r
cf1d4549 54 UefiCpuPkg/UefiCpuPkg.dec\r
53ea57fe 55 SecurityPkg/SecurityPkg.dec\r
cf1d4549
JY
56 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
57 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
58\r
59[Ppis]\r
53ea57fe
JY
60 gTopOfTemporaryRamPpiGuid ## PRODUCES\r
61 gFspSiliconInitDonePpiGuid ## PRODUCES\r
62 gEfiEndOfPeiSignalPpiGuid ## PRODUCES\r
63 gEfiTemporaryRamDonePpiGuid ## PRODUCES\r
64 gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY\r
65 gEdkiiTcgPpiGuid ## NOTIFY\r
66 gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## PRODUCES\r
cf1d4549
JY
67\r
68[Pcd]\r
53ea57fe
JY
69 gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES\r
70 gIntelFsp2WrapperTokenSpaceGuid.PcdFspsUpdDataAddress ## CONSUMES\r
71 gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection ## CONSUMES\r
72 gIntelFsp2WrapperTokenSpaceGuid.PcdFspMeasurementConfig ## CONSUMES\r
de9e5b7d 73 gIntelFsp2WrapperTokenSpaceGuid.PcdFspsUpdDataAddress64 ## CONSUMES\r
cf1d4549
JY
74\r
75[Guids]\r
76 gFspHobGuid ## CONSUMES ## HOB\r
cada0f30 77 gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID\r
cf1d4549
JY
78\r
79[Sources]\r
80 FspsWrapperPeim.c\r
81\r
82[Depex]\r
414d7d11 83 gEfiPeiMemoryDiscoveredPpiGuid\r