]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf
IntelFsp2WrapperPkg: Remove unneeded MdeModulePkg dependency
[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
7bf52559 9# Copyright (c) 2014 - 2019, 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
cf1d4549
JY
41 UefiCpuLib\r
42 PeCoffGetEntryPointLib\r
43 PeCoffExtraActionLib\r
44 PerformanceLib\r
45 FspWrapperApiLib\r
46 FspWrapperApiTestLib\r
47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
cf1d4549
JY
50 UefiCpuPkg/UefiCpuPkg.dec\r
51 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
52 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
53\r
54[Ppis]\r
55 gTopOfTemporaryRamPpiGuid ## PRODUCES\r
56 gFspSiliconInitDonePpiGuid ## PRODUCES\r
57 gEfiEndOfPeiSignalPpiGuid ## PRODUCES\r
58 gEfiTemporaryRamDonePpiGuid ## PRODUCES\r
cada0f30 59 gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY\r
cf1d4549
JY
60\r
61[Pcd]\r
e69dcef5
CC
62 gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES\r
63 gIntelFsp2WrapperTokenSpaceGuid.PcdFspsUpdDataAddress ## CONSUMES\r
2098de62 64 gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection ## CONSUMES\r
cf1d4549
JY
65\r
66[Guids]\r
67 gFspHobGuid ## CONSUMES ## HOB\r
cada0f30 68 gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID\r
cf1d4549
JY
69\r
70[Sources]\r
71 FspsWrapperPeim.c\r
72\r
73[Depex]\r
74 gEfiPeiMemoryDiscoveredPpiGuid\r