]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English...
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
index c28525acaf3dc4ac8120de08dd1ae54ae761de04..d3b57e84c9ee9869d0534eb150be090676f83eec 100644 (file)
@@ -1,17 +1,19 @@
 #/** @file\r
-# Component description file for DxeIpl module\r
-#\r
-# The responsibility of this module is to load the DXE Core from a Firmware Volume. This implementation i used to load a 32-bit DXE Core.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+#  Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume.\r
+#  \r
+#  This module produces a special PPI named the DXE Initial Program Load (IPL)\r
+#  PPI to discover and dispatch the DXE Foundation and components that are\r
+#  needed to run the DXE Foundation.\r
 #\r
+#  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
+#  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
+#  \r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
+#  \r
 #**/\r
 \r
 [Defines]\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 EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
 #\r
 \r
 [Sources.common]\r
@@ -44,6 +44,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/ImageRead.c\r
 \r
 [Sources.EBC]\r
-  X64/DxeLoadFunc.c\r
+  Ebc/DxeLoadFunc.c\r
   Ia32/ImageRead.c\r
 \r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
 \r
 [LibraryClasses]\r
   PeCoffLib\r
   PcdLib\r
   MemoryAllocationLib\r
   BaseMemoryLib\r
-  PeiServicesTablePointerLib\r
   ExtractGuidedSectionLib\r
   UefiDecompressLib\r
   CacheMaintenanceLib\r
   DebugLib\r
   S3Lib\r
   RecoveryLib\r
-  PeiPiLib\r
-\r
-[Protocols]\r
-  gEfiCustomizedDecompressProtocolGuid          # PROTOCOL SOMETIMES_PRODUCED\r
-  gEfiTianoDecompressProtocolGuid               # PROTOCOL SOMETIMES_PRODUCED\r
-  gEfiDecompressProtocolGuid                    # PROTOCOL SOMETIMES_PRODUCED\r
-\r
 \r
 [Ppis]\r
-  gEfiPeiSecurityPpiGuid                        # PPI SOMETIMES_CONSUMED\r
-  gEfiPeiSectionExtractionPpiGuid               # PPI SOMETIMES_CONSUMED\r
   gEfiEndOfPeiSignalPpiGuid                     # PPI SOMETIMES_PRODUCED\r
   gEfiDxeIplPpiGuid                             # PPI SOMETIMES_PRODUCED\r
-  gEfiPeiDecompressPpiGuid\r
-  gEfiPeiFirmwareVolumeInfoPpiGuid\r
+  gEfiPeiDecompressPpiGuid                      # PPI SOMETIMES_PRODUCED\r
+  gEfiPeiReadOnlyVariable2PpiGuid               # PPI SOMETIMES_CONSUMED\r
 \r
-[FeaturePcd.common]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs\r
+[Guids]\r
+  gEfiMemoryTypeInformationGuid\r
 \r
 [FeaturePcd.IA32]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
 \r
+[FixedPcd.common]\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe\r
 \r
 [Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid\r