]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf
CryptoPkg/Test: Add unit test for CryptoEc
[mirror_edk2.git] / IntelFsp2WrapperPkg / FspmWrapperPeim / FspmWrapperPeim.inf
CommitLineData
cf1d4549
JY
1## @file\r
2# FSP-M 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
de9e5b7d 9# Copyright (c) 2014 - 2021, 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 = FspmWrapperPeim\r
18 FILE_GUID = 9FAAD0FF-0E0C-4885-A738-BAB4E4FA1E66\r
19 VERSION_STRING = 1.0\r
20 MODULE_TYPE = PEIM\r
21 ENTRY_POINT = FspmWrapperPeimEntryPoint\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 MemoryAllocationLib\r
36 DebugLib\r
37 HobLib\r
38 FspWrapperPlatformLib\r
39 FspWrapperHobProcessLib\r
3afa0a20 40 CpuLib\r
cf1d4549
JY
41 UefiCpuLib\r
42 PeCoffGetEntryPointLib\r
43 PeCoffExtraActionLib\r
44 PerformanceLib\r
45 TimerLib\r
46 FspWrapperApiLib\r
47 FspWrapperApiTestLib\r
53ea57fe 48 FspMeasurementLib\r
cf1d4549
JY
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
53ea57fe 52 MdeModulePkg/MdeModulePkg.dec\r
cf1d4549 53 UefiCpuPkg/UefiCpuPkg.dec\r
53ea57fe 54 SecurityPkg/SecurityPkg.dec\r
cf1d4549
JY
55 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
56 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
57\r
58[Pcd]\r
53ea57fe
JY
59 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress ## CONSUMES\r
60 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress ## CONSUMES\r
61 gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection ## CONSUMES\r
62 gIntelFsp2WrapperTokenSpaceGuid.PcdFsptBaseAddress ## CONSUMES\r
63 gIntelFsp2WrapperTokenSpaceGuid.PcdFspMeasurementConfig ## CONSUMES\r
de9e5b7d 64 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress64 ## CONSUMES\r
cf1d4549
JY
65\r
66[Sources]\r
67 FspmWrapperPeim.c\r
68\r
cf1d4549
JY
69[Guids]\r
70 gFspHobGuid ## PRODUCES ## HOB\r
cada0f30 71 gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID\r
cf1d4549 72\r
53ea57fe
JY
73[Ppis]\r
74 gEdkiiTcgPpiGuid ## NOTIFY\r
75 gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## PRODUCES\r
76\r
cf1d4549 77[Depex]\r
414d7d11 78 gEfiPeiMasterBootModePpiGuid\r