]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspPkg/FspDxeIpl/FspDxeIpl.inf
DynamicTablesPkg: GTDT updates for ACPI 6.3
[mirror_edk2.git] / IntelFspPkg / FspDxeIpl / FspDxeIpl.inf
1 ## @file
2 # PEIM for DXE IPL
3 #
4 # Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = FspDxeIpl
13 FILE_GUID = 98C8588C-640A-4bb4-AEA0-3F81CDE17524
14 MODULE_TYPE = PEIM
15 VERSION_STRING = 1.0
16 ENTRY_POINT = PeimInitializeDxeIpl
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32
22 #
23
24 [Sources]
25 DxeIpl.h
26 DxeIpl.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 IntelFspPkg/IntelFspPkg.dec
31
32 [LibraryClasses]
33 PcdLib
34 MemoryAllocationLib
35 BaseMemoryLib
36 ExtractGuidedSectionLib
37 UefiDecompressLib
38 ReportStatusCodeLib
39 PeiServicesLib
40 HobLib
41 BaseLib
42 PeimEntryPoint
43 DebugLib
44 FspSwitchStackLib
45 UefiDecompressLib
46 FspCommonLib
47 FspPlatformLib
48
49 [Ppis]
50 gEfiDxeIplPpiGuid ## PRODUCES
51 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES(Not produced on S3 boot path)
52 gEfiPeiDecompressPpiGuid ## CONSUMES
53
54 [Protocols]
55 gEfiPciEnumerationCompleteProtocolGuid ## PRODUCES
56
57 [Guids]
58 gEfiEventReadyToBootGuid ## PRODUCES ## Event
59
60 [FixedPcd]
61 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
62 gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
63
64 [Depex]
65 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid