]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
Update SEC Platform Information PPI according to PI 1.2 errata A.
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
index 772890db80b14cf2e4ec30677519d28016c0e1e6..0fcaf44f570125b9a3c2c939eaa158d0def6f68a 100644 (file)
@@ -1,11 +1,11 @@
-#/** @file\r
+## @file\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
+#  Copyright (c) 2006 - 2010, 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
@@ -14,7 +14,7 @@
 #  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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DxeIpl.h\r
   DxeLoad.c\r
 \r
 [Sources.Ia32]\r
-  Ia32/VirtualMemory.h ||||PcdDxeIplSwitchToLongMode\r
-  Ia32/VirtualMemory.c ||||PcdDxeIplSwitchToLongMode\r
+  X64/VirtualMemory.h  ||||PcdDxeIplSwitchToLongMode\r
+  X64/VirtualMemory.c  ||||PcdDxeIplSwitchToLongMode\r
   Ia32/DxeLoadFunc.c\r
-  Ia32/ImageRead.c\r
-  Ia32/IdtVectorAsm.asm||||PcdDxeIplSwitchToLongMode AND PcdDxeIplEnableIdt\r
-  Ia32/IdtVectorAsm.S  ||||PcdDxeIplSwitchToLongMode AND PcdDxeIplEnableIdt\r
+  Ia32/IdtVectorAsm.asm||||PcdDxeIplSwitchToLongMode\r
+  Ia32/IdtVectorAsm.S  ||||PcdDxeIplSwitchToLongMode\r
 \r
 [Sources.X64]\r
   X64/VirtualMemory.h\r
   X64/VirtualMemory.c\r
   X64/DxeLoadFunc.c\r
-  Ia32/ImageRead.c\r
 \r
 [Sources.IPF]\r
   Ipf/DxeLoadFunc.c\r
-  Ipf/ImageRead.c\r
 \r
 [Sources.EBC]\r
   Ebc/DxeLoadFunc.c\r
-  Ia32/ImageRead.c\r
+\r
+[Sources.ARM]\r
+  Arm/DxeLoadFunc.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
-  PeCoffLib\r
   PcdLib\r
   MemoryAllocationLib\r
   BaseMemoryLib\r
   ExtractGuidedSectionLib\r
   UefiDecompressLib\r
-  CacheMaintenanceLib\r
   ReportStatusCodeLib\r
   PeiServicesLib\r
   HobLib\r
   BaseLib\r
   PeimEntryPoint\r
   DebugLib\r
-  S3Lib\r
-  RecoveryLib\r
 \r
 [Ppis]\r
   gEfiDxeIplPpiGuid                 ## PRODUCES\r
   gEfiEndOfPeiSignalPpiGuid         ## SOMETIMES_PRODUCES(Not produced on S3 boot path)\r
   gEfiPeiDecompressPpiGuid          ## SOMETIMES_PRODUCES\r
   gEfiPeiReadOnlyVariable2PpiGuid   ## SOMETIMES_CONSUMES\r
+  gEfiPeiLoadFilePpiGuid            ## CONSUMES\r
+  gEfiPeiS3ResumePpiGuid            ## SOMETIMES_CONSUMES(Consumed on S3 boot path)\r
+  gEfiPeiRecoveryModulePpiGuid      ## SOMETIMES_CONSUMES(Consumed on recovery boot path)\r
 \r
 [Guids]\r
   gEfiMemoryTypeInformationGuid     ## SOMETIMES_CONSUMES ## Variable:L"MemoryTypeInformation"\r
   gEfiMemoryTypeInformationGuid     ## SOMETIMES_PRODUCES ## HOB\r
 \r
 [FeaturePcd.IA32]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt||PcdDxeIplSwitchToLongMode\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
 \r
-[FixedPcd.common]\r
-  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe\r
+[FeaturePcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress\r
 \r
 [Depex]\r
-  gEfiPeiMemoryDiscoveredPpiGuid\r
+  gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiLoadFilePpiGuid\r
 \r
 #\r
 # [BootMode] \r