]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
Meta-data review.
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
index 56ab084f14b9774a460e68d454113dc9ae94d3f7..768d7897354ad34f045a7158d78b44be6c8d3143 100644 (file)
@@ -1,10 +1,10 @@
 #/** @file\r
+#  Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume.\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
+#  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
@@ -22,8 +22,6 @@
   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
   DxeLoad.c\r
 \r
 [Sources.Ia32]\r
-  Ia32/VirtualMemory.h\r
-  Ia32/VirtualMemory.c\r
+  Ia32/VirtualMemory.h ||||PcdDxeIplSwitchToLongMode\r
+  Ia32/VirtualMemory.c ||||PcdDxeIplSwitchToLongMode\r
   Ia32/DxeLoadFunc.c\r
   Ia32/ImageRead.c\r
-  Ia32/IdtVectorAsm.asm\r
-  Ia32/IdtVectorAsm.S | GCC\r
+  Ia32/IdtVectorAsm.asm||||PcdDxeIplSwitchToLongMode AND PcdDxeIplEnableIdt\r
+  Ia32/IdtVectorAsm.S  ||||PcdDxeIplSwitchToLongMode AND PcdDxeIplEnableIdt\r
 \r
-[Sources.X64, Sources.EBC]\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
   DebugLib\r
   S3Lib\r
   RecoveryLib\r
-  PerformanceLib\r
 \r
 [Ppis]\r
-  gEfiEndOfPeiSignalPpiGuid                     # PPI SOMETIMES_PRODUCED\r
-  gEfiDxeIplPpiGuid                             # PPI SOMETIMES_PRODUCED\r
-  gEfiPeiDecompressPpiGuid\r
-  gEfiPeiReadOnlyVariable2PpiGuid\r
+  gEfiDxeIplPpiGuid                 ## PRODUCES\r
+  gEfiEndOfPeiSignalPpiGuid         ## SOMETIMES_PRODUCES(Not produced on S3 boot path)\r
+  gEfiPeiDecompressPpiGuid          ## SOMETIMES_PRODUCES\r
+  gEfiPeiReadOnlyVariable2PpiGuid   ## SOMETIMES_CONSUMES\r
 \r
 [Guids]\r
-  gEfiMemoryTypeInformationGuid\r
+  gEfiMemoryTypeInformationGuid     ## SOMETIMES_CONSUMES ## Variable:L"MemoryTypeInformation"\r
+  gEfiMemoryTypeInformationGuid     ## SOMETIMES_PRODUCES ## HOB\r
 \r
 [FeaturePcd.IA32]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|PcdDxeIplSwitchToLongMode\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
 \r
 [FixedPcd.common]\r
 [Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid\r
 \r
+#\r
+# [BootMode] \r
+#   S3_RESUME                       ## SOMETIMES_CONSUMES\r
+#   RECOVERY                        ## SOMETIMES_CONSUMES\r
+#\r
+#  \r
+# [Hob]\r
+#   ##\r
+#   # New Stack HoB\r
+#   MEMORY_ALLOCATION               ## PRODUCES\r
+#   ##\r
+#   # Old Stack HOB\r
+#   MEMORY_ALLOCATION               ## CONSUMES\r
+#\r
+# [Hob.IPF]\r
+#   ##\r
+#   # BSP Stack HOB for IPF\r
+#   MEMORY_ALLOCATION               ## PRODUCES\r
+#\r
+# \r