]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
MdeModulePkg: Convert non DOS format files to DOS format and remove unused module...
[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 - 2014, Intel Corporation. All rights reserved.<BR>
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = DxeIpl
22 MODULE_UNI_FILE = DxeIpl.uni
23 FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081
24 MODULE_TYPE = PEIM
25 VERSION_STRING = 1.0
26
27 ENTRY_POINT = PeimInitializeDxeIpl
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) AARCH64
33 #
34
35 [Sources]
36 DxeIpl.h
37 DxeLoad.c
38
39 [Sources.Ia32]
40 X64/VirtualMemory.h ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
41 X64/VirtualMemory.c ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
42 Ia32/DxeLoadFunc.c
43 Ia32/IdtVectorAsm.asm||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
44 Ia32/IdtVectorAsm.S ||||gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
45
46 [Sources.X64]
47 X64/VirtualMemory.h
48 X64/VirtualMemory.c
49 X64/DxeLoadFunc.c
50
51 [Sources.IPF]
52 Ipf/DxeLoadFunc.c
53
54 [Sources.EBC]
55 Ebc/DxeLoadFunc.c
56
57 [Sources.ARM, Sources.AARCH64]
58 Arm/DxeLoadFunc.c
59
60 [Packages]
61 MdePkg/MdePkg.dec
62 MdeModulePkg/MdeModulePkg.dec
63
64 [LibraryClasses]
65 PcdLib
66 MemoryAllocationLib
67 BaseMemoryLib
68 ExtractGuidedSectionLib
69 UefiDecompressLib
70 ReportStatusCodeLib
71 PeiServicesLib
72 HobLib
73 BaseLib
74 PeimEntryPoint
75 DebugLib
76 DebugAgentLib
77 PeiServicesTablePointerLib
78
79 [Ppis]
80 gEfiDxeIplPpiGuid ## PRODUCES
81 gEfiPeiDecompressPpiGuid ## PRODUCES
82 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES # Not produced on S3 boot path
83 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_CONSUMES
84 gEfiPeiLoadFilePpiGuid ## SOMETIMES_CONSUMES
85 gEfiPeiS3Resume2PpiGuid ## SOMETIMES_CONSUMES # Consumed on S3 boot path
86 gEfiPeiRecoveryModulePpiGuid ## SOMETIMES_CONSUMES # Consumed on recovery boot path
87 ## SOMETIMES_CONSUMES
88 ## UNDEFINED # HOB
89 gEfiVectorHandoffInfoPpiGuid
90
91 [Guids]
92 ## SOMETIMES_CONSUMES ## Variable:L"MemoryTypeInformation"
93 ## SOMETIMES_PRODUCES ## HOB
94 gEfiMemoryTypeInformationGuid
95
96 [FeaturePcd.IA32]
97 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES
98
99 [FeaturePcd.X64]
100 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables ## CONSUMES
101
102 [FeaturePcd]
103 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress ## CONSUMES
104
105 [Pcd.IA32,Pcd.X64]
106 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES
107
108 [Depex]
109 gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid AND gEfiPeiMasterBootModePpiGuid
110
111 #
112 # [BootMode]
113 # S3_RESUME ## SOMETIMES_CONSUMES
114 # RECOVERY_FULL ## SOMETIMES_CONSUMES
115 #
116 #
117 # [Hob]
118 # MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # MEMORY_ALLOCATION_MODULE for DxeCore
119 # MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # New Stack HoB
120 # MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # Old Stack HOB
121 #
122 # [Hob.IPF]
123 # MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # MEMORY_ALLOCATION_BSP_STORE
124 #
125
126 [UserExtensions.TianoCore."ExtraFiles"]
127 DxeIplExtra.uni