]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
1 ## @file
2 # Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume.
3 #
4 # This module produces a special PPI named the DXE Initial Program Load (IPL)
5 # PPI to discover and dispatch the DXE Foundation and components that are
6 # needed to run the DXE Foundation.
7 #
8 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 # Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>
10 #
11 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 #
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = DxeIpl
24 MODULE_UNI_FILE = DxeIpl.uni
25 FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081
26 MODULE_TYPE = PEIM
27 VERSION_STRING = 1.0
28
29 ENTRY_POINT = PeimInitializeDxeIpl
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only) AARCH64
35 #
36
37 [Sources]
38 DxeIpl.h
39 DxeLoad.c
40
41 [Sources.Ia32]
42 X64/VirtualMemory.h
43 X64/VirtualMemory.c
44 Ia32/DxeLoadFunc.c
45 Ia32/IdtVectorAsm.nasm
46
47 [Sources.X64]
48 X64/VirtualMemory.h
49 X64/VirtualMemory.c
50 X64/DxeLoadFunc.c
51
52 [Sources.EBC]
53 Ebc/DxeLoadFunc.c
54
55 [Sources.ARM, Sources.AARCH64]
56 Arm/DxeLoadFunc.c
57
58 [Packages]
59 MdePkg/MdePkg.dec
60 MdeModulePkg/MdeModulePkg.dec
61
62 [Packages.ARM, Packages.AARCH64]
63 ArmPkg/ArmPkg.dec
64
65 [LibraryClasses]
66 PcdLib
67 MemoryAllocationLib
68 BaseMemoryLib
69 ExtractGuidedSectionLib
70 UefiDecompressLib
71 ReportStatusCodeLib
72 PeiServicesLib
73 HobLib
74 BaseLib
75 PeimEntryPoint
76 DebugLib
77 DebugAgentLib
78 PeiServicesTablePointerLib
79 PerformanceLib
80
81 [LibraryClasses.ARM, LibraryClasses.AARCH64]
82 ArmMmuLib
83
84 [Ppis]
85 gEfiDxeIplPpiGuid ## PRODUCES
86 gEfiPeiDecompressPpiGuid ## PRODUCES
87 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES # Not produced on S3 boot path
88 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_CONSUMES
89 gEfiPeiLoadFilePpiGuid ## SOMETIMES_CONSUMES
90 gEfiPeiS3Resume2PpiGuid ## SOMETIMES_CONSUMES # Consumed on S3 boot path
91 gEfiPeiRecoveryModulePpiGuid ## SOMETIMES_CONSUMES # Consumed on recovery boot path
92 ## SOMETIMES_CONSUMES
93 ## UNDEFINED # HOB
94 gEfiVectorHandoffInfoPpiGuid
95 gEfiPeiMemoryDiscoveredPpiGuid ## SOMETIMES_CONSUMES
96
97 [Guids]
98 ## SOMETIMES_CONSUMES ## Variable:L"MemoryTypeInformation"
99 ## SOMETIMES_PRODUCES ## HOB
100 gEfiMemoryTypeInformationGuid
101
102 [FeaturePcd.IA32]
103 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES
104
105 [FeaturePcd.X64]
106 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables ## CONSUMES
107
108 [FeaturePcd]
109 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress ## CONSUMES
110
111 [Pcd.IA32,Pcd.X64]
112 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES
113 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES
114 gEfiMdeModulePkgTokenSpaceGuid.PcdNullPointerDetectionPropertyMask ## CONSUMES
115 gEfiMdeModulePkgTokenSpaceGuid.PcdHeapGuardPropertyMask ## CONSUMES
116 gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard ## CONSUMES
117
118 [Pcd.IA32,Pcd.X64,Pcd.ARM,Pcd.AARCH64]
119 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack ## SOMETIMES_CONSUMES
120
121 [Depex]
122 gEfiPeiLoadFilePpiGuid AND gEfiPeiMasterBootModePpiGuid
123
124 #
125 # [BootMode]
126 # S3_RESUME ## SOMETIMES_CONSUMES
127 # RECOVERY_FULL ## SOMETIMES_CONSUMES
128 #
129 #
130 # [Hob]
131 # MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # MEMORY_ALLOCATION_MODULE for DxeCore
132 # MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # New Stack HoB
133 # MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # Old Stack HOB
134 #
135 # [Hob.IPF]
136 # MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # MEMORY_ALLOCATION_BSP_STORE
137 #
138
139 [UserExtensions.TianoCore."ExtraFiles"]
140 DxeIplExtra.uni