]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
INF head modified
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
index 0e7f382a5c129abf007a0bd5bd57020c0136df8a..ab5d1846b17b05676204c5865491c6b463d6caf2 100644 (file)
@@ -1,7 +1,5 @@
 #/** @file\r
 #  \r
-#  Component description file for DxeIpl module\r
-#  \r
 #  The responsibility of this module is to load the DXE Core from a Firmware Volume.\r
 #  This implementation is used to load a 32-bit DXE Core.\r
 #  \r
   FILE_GUID                      = 86D70125-BAA3-4296-A62F-602BEBBB9081\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = PeimInitializeDxeIpl\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
 #\r
 \r
 [Sources.common]\r
@@ -46,6 +42,8 @@
   Ia32/IdtVectorAsm.S | GCC\r
 \r
 [Sources.X64]\r
+  X64/VirtualMemory.h\r
+  X64/VirtualMemory.c\r
   X64/DxeLoadFunc.c\r
   Ia32/ImageRead.c\r
 \r
   Ipf/DxeLoadFunc.c\r
   Ipf/ImageRead.c\r
 \r
+[Sources.EBC]\r
+  Ebc/DxeLoadFunc.c\r
+  Ia32/ImageRead.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
@@ -62,7 +64,6 @@
   PcdLib\r
   MemoryAllocationLib\r
   BaseMemoryLib\r
-  PeiServicesTablePointerLib\r
   ExtractGuidedSectionLib\r
   UefiDecompressLib\r
   CacheMaintenanceLib\r
@@ -74,7 +75,6 @@
   DebugLib\r
   S3Lib\r
   RecoveryLib\r
-  PerformanceLib\r
 \r
 [Ppis]\r
   gEfiEndOfPeiSignalPpiGuid                     # PPI SOMETIMES_PRODUCED\r
 [Guids]\r
   gEfiMemoryTypeInformationGuid\r
 \r
-[FeaturePcd.common]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs\r
-\r
 [FeaturePcd.IA32]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r