]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
CorebootModulePkg/PciHostBridgeLib: Fix PCI 64bit memory BAR size issue
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
CommitLineData
6bfbb5f0 1## @file\r
31f228cf 2# Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume.\r
e7af83ae 3#\r
31f228cf 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
5630cdfe 8# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
cd5ebaa0 9# This program and the accompanying materials\r
31f228cf 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
e7af83ae 13#\r
31f228cf 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
e7af83ae 16#\r
6bfbb5f0 17##\r
31f228cf 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeIpl\r
6036e94d 22 MODULE_UNI_FILE = DxeIpl.uni\r
31f228cf 23 FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
26\r
27 ENTRY_POINT = PeimInitializeDxeIpl\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
716e5077 32# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) AARCH64\r
31f228cf 33#\r
34\r
6bfbb5f0 35[Sources]\r
31f228cf 36 DxeIpl.h\r
37 DxeLoad.c\r
38\r
39[Sources.Ia32]\r
63971079
ED
40 X64/VirtualMemory.h ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
41 X64/VirtualMemory.c ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
31f228cf 42 Ia32/DxeLoadFunc.c\r
63971079
ED
43 Ia32/IdtVectorAsm.asm||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
44 Ia32/IdtVectorAsm.S ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
31f228cf 45\r
46[Sources.X64]\r
47 X64/VirtualMemory.h\r
48 X64/VirtualMemory.c\r
e47f0da4 49 X64/DxeLoadFunc.c \r
31f228cf 50\r
51[Sources.IPF]\r
52 Ipf/DxeLoadFunc.c\r
53\r
54[Sources.EBC]\r
55 Ebc/DxeLoadFunc.c\r
56\r
716e5077 57[Sources.ARM, Sources.AARCH64]\r
31f228cf 58 Arm/DxeLoadFunc.c\r
59\r
60[Packages]\r
61 MdePkg/MdePkg.dec\r
62 MdeModulePkg/MdeModulePkg.dec\r
63\r
c82b8087
AB
64[Packages.ARM, Packages.AARCH64]\r
65 ArmPkg/ArmPkg.dec\r
66\r
31f228cf 67[LibraryClasses]\r
68 PcdLib\r
69 MemoryAllocationLib\r
70 BaseMemoryLib\r
71 ExtractGuidedSectionLib\r
72 UefiDecompressLib\r
73 ReportStatusCodeLib\r
74 PeiServicesLib\r
75 HobLib\r
76 BaseLib\r
77 PeimEntryPoint\r
78 DebugLib\r
e7af83ae 79 DebugAgentLib\r
bdfbe63e 80 PeiServicesTablePointerLib\r
31f228cf 81\r
c82b8087
AB
82[LibraryClasses.ARM, LibraryClasses.AARCH64]\r
83 ArmLib\r
84\r
31f228cf 85[Ppis]\r
86 gEfiDxeIplPpiGuid ## PRODUCES\r
6036e94d
SZ
87 gEfiPeiDecompressPpiGuid ## PRODUCES\r
88 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES # Not produced on S3 boot path\r
31f228cf 89 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_CONSUMES\r
6036e94d
SZ
90 gEfiPeiLoadFilePpiGuid ## SOMETIMES_CONSUMES\r
91 gEfiPeiS3Resume2PpiGuid ## SOMETIMES_CONSUMES # Consumed on S3 boot path\r
92 gEfiPeiRecoveryModulePpiGuid ## SOMETIMES_CONSUMES # Consumed on recovery boot path\r
93 ## SOMETIMES_CONSUMES\r
94 ## UNDEFINED # HOB\r
95 gEfiVectorHandoffInfoPpiGuid\r
31f228cf 96\r
97[Guids]\r
6036e94d
SZ
98 ## SOMETIMES_CONSUMES ## Variable:L"MemoryTypeInformation"\r
99 ## SOMETIMES_PRODUCES ## HOB\r
100 gEfiMemoryTypeInformationGuid\r
31f228cf 101\r
102[FeaturePcd.IA32]\r
6036e94d 103 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES\r
31f228cf 104\r
e47f0da4 105[FeaturePcd.X64]\r
6036e94d 106 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables ## CONSUMES\r
e47f0da4 107\r
6bfbb5f0 108[FeaturePcd]\r
6036e94d 109 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress ## CONSUMES\r
31f228cf 110\r
378175d2 111[Pcd.IA32,Pcd.X64]\r
6036e94d 112 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES\r
c82b8087
AB
113\r
114[Pcd.IA32,Pcd.X64,Pcd.ARM,Pcd.AARCH64]\r
5630cdfe 115 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack ## SOMETIMES_CONSUMES\r
378175d2 116\r
31f228cf 117[Depex]\r
f6dbfa54 118 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid AND gEfiPeiMasterBootModePpiGuid\r
31f228cf 119\r
120#\r
e7af83ae 121# [BootMode]\r
6036e94d
SZ
122# S3_RESUME ## SOMETIMES_CONSUMES\r
123# RECOVERY_FULL ## SOMETIMES_CONSUMES\r
31f228cf 124#\r
e7af83ae 125#\r
31f228cf 126# [Hob]\r
6036e94d
SZ
127# MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # MEMORY_ALLOCATION_MODULE for DxeCore\r
128# MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # New Stack HoB \r
129# MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # Old Stack HOB\r
31f228cf 130#\r
131# [Hob.IPF]\r
6036e94d 132# MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # MEMORY_ALLOCATION_BSP_STORE\r
e7af83ae 133#\r
6036e94d
SZ
134\r
135[UserExtensions.TianoCore."ExtraFiles"]\r
136 DxeIplExtra.uni\r