]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
INF head modified
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
CommitLineData
95276127 1#/** @file\r
96226baa 2# \r
b98da1b1 3# The responsibility of this module is to load the DXE Core from a Firmware Volume.\r
4# This implementation is used to load a 32-bit DXE Core.\r
96226baa 5# \r
6# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
95276127 7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
96226baa 9# which accompanies this distribution. The full text of the license may be found at\r
95276127 10# http://opensource.org/licenses/bsd-license.php\r
96226baa 11# \r
95276127 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
96226baa 14# \r
95276127 15#**/\r
16\r
95276127 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DxeIpl\r
20 FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
95276127 23\r
24 ENTRY_POINT = PeimInitializeDxeIpl\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
078bee4e 29# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
95276127 30#\r
31\r
95276127 32[Sources.common]\r
33 DxeIpl.h\r
34 DxeLoad.c\r
95276127 35\r
36[Sources.Ia32]\r
37 Ia32/VirtualMemory.h\r
38 Ia32/VirtualMemory.c\r
39 Ia32/DxeLoadFunc.c\r
40 Ia32/ImageRead.c\r
5d582956 41 Ia32/IdtVectorAsm.asm\r
42 Ia32/IdtVectorAsm.S | GCC\r
95276127 43\r
c2efc4b0 44[Sources.X64]\r
f3b33289 45 X64/VirtualMemory.h\r
46 X64/VirtualMemory.c\r
95276127 47 X64/DxeLoadFunc.c\r
48 Ia32/ImageRead.c\r
49\r
50[Sources.IPF]\r
51 Ipf/DxeLoadFunc.c\r
52 Ipf/ImageRead.c\r
53\r
c2efc4b0 54[Sources.EBC]\r
55 Ebc/DxeLoadFunc.c\r
56 Ia32/ImageRead.c\r
57\r
95276127 58[Packages]\r
623ad724 59 MdePkg/MdePkg.dec\r
60 MdeModulePkg/MdeModulePkg.dec\r
95276127 61\r
95276127 62[LibraryClasses]\r
63 PeCoffLib\r
64 PcdLib\r
65 MemoryAllocationLib\r
66 BaseMemoryLib\r
18fd8d65 67 ExtractGuidedSectionLib\r
95276127 68 UefiDecompressLib\r
95276127 69 CacheMaintenanceLib\r
70 ReportStatusCodeLib\r
71 PeiServicesLib\r
72 HobLib\r
73 BaseLib\r
74 PeimEntryPoint\r
75 DebugLib\r
4fb31c2c 76 S3Lib\r
77 RecoveryLib\r
95276127 78\r
95276127 79[Ppis]\r
95276127 80 gEfiEndOfPeiSignalPpiGuid # PPI SOMETIMES_PRODUCED\r
95276127 81 gEfiDxeIplPpiGuid # PPI SOMETIMES_PRODUCED\r
b0d803fe 82 gEfiPeiDecompressPpiGuid\r
b74350e9 83 gEfiPeiReadOnlyVariable2PpiGuid\r
84\r
85[Guids]\r
86 gEfiMemoryTypeInformationGuid\r
95276127 87\r
b3af5df6 88[FeaturePcd.IA32]\r
5d582956 89 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt\r
b3af5df6 90 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
95276127 91\r
797a9d67 92[FixedPcd.common]\r
93 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe\r
91d92e25 94\r
95276127 95[Depex]\r
96 gEfiPeiMemoryDiscoveredPpiGuid\r
97\r