]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf
IntelFsp2WrapperPkg: Replace BSD License with BSD+Patent License
[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 - 2018, 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 DebugAgentLib
41 UefiCpuLib
42 PeCoffGetEntryPointLib
43 PeCoffExtraActionLib
44 PerformanceLib
45 TimerLib
46 FspWrapperApiLib
47 FspWrapperApiTestLib
48
49 [Packages]
50 MdePkg/MdePkg.dec
51 MdeModulePkg/MdeModulePkg.dec
52 UefiCpuPkg/UefiCpuPkg.dec
53 IntelFsp2Pkg/IntelFsp2Pkg.dec
54 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
55
56 [Pcd]
57 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress ## CONSUMES
58 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress ## CONSUMES
59 gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection ## CONSUMES
60
61 [Sources]
62 FspmWrapperPeim.c
63
64 [Guids]
65 gFspHobGuid ## PRODUCES ## HOB
66 gFspApiPerformanceGuid ## SOMETIMES_CONSUMES ## GUID
67
68 [Depex]
69 gEfiPeiMasterBootModePpiGuid