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