]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTablePei / FirmwarePerformancePei.inf
index 0694899bcbfc1fa67944306f66566eadfd9237ad..a78fdb027a499aaabd17ac7dcbe30697982446af 100644 (file)
@@ -1,18 +1,17 @@
 ## @file\r
-#  This module updates S3 Resume Performance Record in ACPI Firmware Performance\r
-#  Data Table in S3 resume boot mode. In normal boot mode, this module consumes\r
-#  SecPerformance PPI produced by SEC phase and build Hob to convey the SEC\r
-#  performance data to DXE phase.\r
+#  Firmware Performance Pei Module.\r
+#\r
+#  In S3 resume boot mode, it updates S3 Resume Performance Record in ACPI Firmware Performance Data Table.\r
 #\r
 #  This module register report status code listener to collect performance data\r
 #  for S3 Resume Performance Record on S3 resume boot path.\r
 #\r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  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
 #  http://opensource.org/licenses/bsd-license.php\r
-#  \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
@@ -21,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = FirmwarePerformancePei\r
+  MODULE_UNI_FILE                = FirmwarePerformancePei.uni\r
   FILE_GUID                      = ADF01BF6-47D6-495d-B95B-687777807214\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
@@ -29,7 +29,7 @@
 #\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 EBC\r
 #\r
 \r
 [Sources]\r
   PeiServicesLib\r
   BaseLib\r
   DebugLib\r
-  HobLib\r
   TimerLib\r
   BaseMemoryLib\r
   LockBoxLib\r
   PcdLib\r
+  HobLib\r
 \r
 [Ppis]\r
   gEfiPeiRscHandlerPpiGuid                      ## CONSUMES\r
-  gEfiPeiReadOnlyVariable2PpiGuid               ## SOMETIMES_CONSUMES\r
-  gPeiSecPerformancePpiGuid                     ## CONSUMES\r
+  gEfiPeiReadOnlyVariable2PpiGuid               ## CONSUMES\r
 \r
 [Guids]\r
-  gEfiFirmwarePerformanceGuid                   ## CONSUMES\r
+  ## SOMETIMES_CONSUMES   ## UNDEFINED # RestoreLockBox\r
+  gEfiFirmwarePerformanceGuid\r
+  gFirmwarePerformanceS3PointerGuid             ## SOMETIMES_CONSUMES ## UNDEFINED # RestoreLockBox\r
+  gEdkiiFpdtExtendedFirmwarePerformanceGuid     ## SOMETIMES_CONSUMES ## HOB\r
 \r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support   ## CONSUMES\r
 \r
 [Depex]\r
   gEfiPeiMasterBootModePpiGuid AND gEfiPeiRscHandlerPpiGuid\r
+\r
+# [BootMode]\r
+# S3_RESUME             ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  FirmwarePerformancePeiExtra.uni\r