]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
Split Ebc from x64 implementation since x64 version supports to create x64 mode page...
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
1 #/** @file
2 #
3 # Component description file for DxeIpl module
4 #
5 # The responsibility of this module is to load the DXE Core from a Firmware Volume.
6 # This implementation is used to load a 32-bit DXE Core.
7 #
8 # Copyright (c) 2006 - 2008, Intel Corporation. <BR>
9 # All rights reserved. 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 FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081
23 MODULE_TYPE = PEIM
24 VERSION_STRING = 1.0
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = PeimInitializeDxeIpl
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
34 #
35
36 [Sources.common]
37 DxeIpl.h
38 DxeLoad.c
39
40 [Sources.Ia32]
41 Ia32/VirtualMemory.h
42 Ia32/VirtualMemory.c
43 Ia32/DxeLoadFunc.c
44 Ia32/ImageRead.c
45 Ia32/IdtVectorAsm.asm
46 Ia32/IdtVectorAsm.S | GCC
47
48 [Sources.X64]
49 X64/VirtualMemory.h
50 X64/VirtualMemory.c
51 X64/DxeLoadFunc.c
52 Ia32/ImageRead.c
53
54 [Sources.IPF]
55 Ipf/DxeLoadFunc.c
56 Ipf/ImageRead.c
57
58 [Sources.EBC]
59 Ebc/DxeLoadFunc.c
60 Ia32/ImageRead.c
61
62 [Packages]
63 MdePkg/MdePkg.dec
64 MdeModulePkg/MdeModulePkg.dec
65
66 [LibraryClasses]
67 PeCoffLib
68 PcdLib
69 MemoryAllocationLib
70 BaseMemoryLib
71 ExtractGuidedSectionLib
72 UefiDecompressLib
73 CacheMaintenanceLib
74 ReportStatusCodeLib
75 PeiServicesLib
76 HobLib
77 BaseLib
78 PeimEntryPoint
79 DebugLib
80 S3Lib
81 RecoveryLib
82
83 [Ppis]
84 gEfiEndOfPeiSignalPpiGuid # PPI SOMETIMES_PRODUCED
85 gEfiDxeIplPpiGuid # PPI SOMETIMES_PRODUCED
86 gEfiPeiDecompressPpiGuid
87 gEfiPeiReadOnlyVariable2PpiGuid
88
89 [Guids]
90 gEfiMemoryTypeInformationGuid
91
92 [FeaturePcd.IA32]
93 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt
94 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
95
96 [FixedPcd.common]
97 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe
98
99 [Depex]
100 gEfiPeiMemoryDiscoveredPpiGuid
101