]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
Update all files in DxeIpl Peim to follow doxygen style header.
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / DxeIpl.inf
index d76e904b8d7eb157f93ad92959be22a23eb44dac..0d5a90f514e94c473173cf74d7153a718f84d631 100644 (file)
@@ -1,17 +1,18 @@
 #/** @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
-#\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. This implementation i used to load a 32-bit DXE Core.\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
@@ -40,6 +41,8 @@
   Ia32/VirtualMemory.c\r
   Ia32/DxeLoadFunc.c\r
   Ia32/ImageRead.c\r
+  Ia32/IdtVectorAsm.asm\r
+  Ia32/IdtVectorAsm.S | GCC\r
 \r
 [Sources.X64]\r
   X64/DxeLoadFunc.c\r
@@ -57,9 +60,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
-\r
 \r
 [LibraryClasses]\r
   PeCoffLib\r
@@ -67,9 +67,8 @@
   MemoryAllocationLib\r
   BaseMemoryLib\r
   PeiServicesTablePointerLib\r
-  CustomDecompressLib\r
+  ExtractGuidedSectionLib\r
   UefiDecompressLib\r
-  PeCoffLoaderLib\r
   CacheMaintenanceLib\r
   ReportStatusCodeLib\r
   PeiServicesLib\r
   BaseLib\r
   PeimEntryPoint\r
   DebugLib\r
-\r
-\r
-[Protocols]\r
-  gEfiCustomizedDecompressProtocolGuid          # PROTOCOL SOMETIMES_PRODUCED\r
-  gEfiTianoDecompressProtocolGuid               # PROTOCOL SOMETIMES_PRODUCED\r
-  gEfiDecompressProtocolGuid                    # PROTOCOL SOMETIMES_PRODUCED\r
-\r
+  S3Lib\r
+  RecoveryLib\r
+  PerformanceLib\r
 \r
 [Ppis]\r
-  gEfiPeiSecurityPpiGuid                        # PPI SOMETIMES_CONSUMED\r
-  gEfiPeiSectionExtractionPpiGuid               # PPI SOMETIMES_CONSUMED\r
-  gEfiPeiS3ResumePpiGuid                        # PPI SOMETIMES_CONSUMED\r
-  gEfiPeiRecoveryModulePpiGuid                  # PPI SOMETIMES_CONSUMED\r
   gEfiEndOfPeiSignalPpiGuid                     # PPI SOMETIMES_PRODUCED\r
-  gEfiPeiFvFileLoaderPpiGuid                    # PPI SOMETIMES_PRODUCED\r
   gEfiDxeIplPpiGuid                             # PPI SOMETIMES_PRODUCED\r
-  gEfiPeiPeCoffLoaderGuid                       \r
+  gEfiPeiDecompressPpiGuid\r
+  gEfiPeiReadOnlyVariable2PpiGuid\r
 \r
+[Guids]\r
+  gEfiMemoryTypeInformationGuid\r
 \r
 [FeaturePcd.common]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs\r
 \r
 [FeaturePcd.IA32]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
 \r
-\r
+[FixedPcd.common]\r
+  gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValuePeiHandoffToDxe\r
 [Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid\r
 \r