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