]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspWrapperPkg/FspInitPei/FspInitPei.inf
Add IntelFspWrapper to support boot EDKII on FSP bin.
[mirror_edk2.git] / IntelFspWrapperPkg / FspInitPei / FspInitPei.inf
CommitLineData
a33a2f62
JY
1## @file\r
2# FSP PEI Module\r
3#\r
4# This PEIM will be invoked twice by pei core. In 1st entry, it will call FspInit API.\r
5# In 2nd entry, it will parse the hoblist from fsp and report them into pei core.\r
6# including install the memory as required.\r
7#\r
8# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
9#\r
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php.\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = FspInitPeim\r
22 FILE_GUID = BC59E2E1-7492-4031-806E-C48DCCC3A026\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = FspPeiEntryPoint\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32\r
31#\r
32\r
33[Sources]\r
34 FspInitPei.c\r
35 FspInitPei.h\r
36 FspNotifyS3.c\r
37 SecMain.c\r
38 SecMain.h\r
39 FindPeiCore.c\r
40 SecFspInitDone.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45 UefiCpuPkg/UefiCpuPkg.dec\r
46 IntelFspPkg/IntelFspPkg.dec\r
47 IntelFspWrapperPkg/IntelFspWrapperPkg.dec\r
48\r
49[LibraryClasses]\r
50 PeimEntryPoint\r
51 PeiServicesLib\r
52 PeiServicesTablePointerLib\r
53 BaseLib\r
54 BaseMemoryLib\r
55 DebugLib\r
56 HobLib\r
57 FspPlatformInfoLib\r
58 FspHobProcessLib\r
59 FspPlatformSecLib\r
60 DebugAgentLib\r
61 UefiCpuLib\r
62 PeCoffGetEntryPointLib\r
63 PeCoffExtraActionLib\r
64 FspApiLib\r
65\r
66[Ppis]\r
67 gTopOfTemporaryRamPpiGuid\r
68 gFspInitDonePpiGuid\r
69 gEfiEndOfPeiSignalPpiGuid\r
70\r
71[FixedPcd]\r
72 gFspWrapperTokenSpaceGuid.PcdSecCoreMaxPpiSupported\r
73\r
74[Pcd]\r
75 gFspWrapperTokenSpaceGuid.PcdPeiTemporaryRamStackSize\r
76 gFspWrapperTokenSpaceGuid.PcdFlashFvFspBase\r
77 gFspWrapperTokenSpaceGuid.PcdFlashFvFspSize\r
78 gFspWrapperTokenSpaceGuid.PcdMaxUpdRegionSize\r
79\r
80[Depex]\r
81 gEfiPeiMasterBootModePpiGuid\r