]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
CommitLineData
95276127 1#/** @file\r
96226baa 2# \r
b98da1b1 3# Component description file for DxeIpl module\r
96226baa 4# \r
b98da1b1 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
96226baa 7# \r
8# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
95276127 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
96226baa 11# which accompanies this distribution. The full text of the license may be found at\r
95276127 12# http://opensource.org/licenses/bsd-license.php\r
96226baa 13# \r
95276127 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
96226baa 16# \r
95276127 17#**/\r
18\r
95276127 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
95276127 25\r
26 ENTRY_POINT = PeimInitializeDxeIpl\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
078bee4e 31# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
95276127 32#\r
33\r
95276127 34[Sources.common]\r
35 DxeIpl.h\r
36 DxeLoad.c\r
95276127 37\r
38[Sources.Ia32]\r
39 Ia32/VirtualMemory.h\r
40 Ia32/VirtualMemory.c\r
41 Ia32/DxeLoadFunc.c\r
42 Ia32/ImageRead.c\r
5d582956 43 Ia32/IdtVectorAsm.asm\r
44 Ia32/IdtVectorAsm.S | GCC\r
95276127 45\r
c2efc4b0 46[Sources.X64]\r
f3b33289 47 X64/VirtualMemory.h\r
48 X64/VirtualMemory.c\r
95276127 49 X64/DxeLoadFunc.c\r
50 Ia32/ImageRead.c\r
51\r
52[Sources.IPF]\r
53 Ipf/DxeLoadFunc.c\r
54 Ipf/ImageRead.c\r
55\r
c2efc4b0 56[Sources.EBC]\r
57 Ebc/DxeLoadFunc.c\r
58 Ia32/ImageRead.c\r
59\r
95276127 60[Packages]\r
623ad724 61 MdePkg/MdePkg.dec\r
62 MdeModulePkg/MdeModulePkg.dec\r
95276127 63\r
95276127 64[LibraryClasses]\r
65 PeCoffLib\r
66 PcdLib\r
67 MemoryAllocationLib\r
68 BaseMemoryLib\r
18fd8d65 69 ExtractGuidedSectionLib\r
95276127 70 UefiDecompressLib\r
95276127 71 CacheMaintenanceLib\r
72 ReportStatusCodeLib\r
73 PeiServicesLib\r
74 HobLib\r
75 BaseLib\r
76 PeimEntryPoint\r
77 DebugLib\r
4fb31c2c 78 S3Lib\r
79 RecoveryLib\r
95276127 80\r
95276127 81[Ppis]\r
95276127 82 gEfiEndOfPeiSignalPpiGuid # PPI SOMETIMES_PRODUCED\r
95276127 83 gEfiDxeIplPpiGuid # PPI SOMETIMES_PRODUCED\r
b0d803fe 84 gEfiPeiDecompressPpiGuid\r
b74350e9 85 gEfiPeiReadOnlyVariable2PpiGuid\r
86\r
87[Guids]\r
88 gEfiMemoryTypeInformationGuid\r
95276127 89\r
b3af5df6 90[FeaturePcd.IA32]\r
5d582956 91 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt\r
b3af5df6 92 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
95276127 93\r
797a9d67 94[FixedPcd.common]\r
95 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe\r
91d92e25 96\r
95276127 97[Depex]\r
98 gEfiPeiMemoryDiscoveredPpiGuid\r
99\r