]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf
Add Acpi50 FPDT and BGRT module into MdeModulePkg.
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTablePei / FirmwarePerformancePei.inf
diff --git a/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf b/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf
new file mode 100644 (file)
index 0000000..0694899
--- /dev/null
@@ -0,0 +1,65 @@
+## @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
+#\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
+#  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
+#  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
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = FirmwarePerformancePei\r
+  FILE_GUID                      = ADF01BF6-47D6-495d-B95B-687777807214\r
+  MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = FirmwarePerformancePeiEntryPoint\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
+#\r
+\r
+[Sources]\r
+  FirmwarePerformancePei.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  PeimEntryPoint\r
+  PeiServicesLib\r
+  BaseLib\r
+  DebugLib\r
+  HobLib\r
+  TimerLib\r
+  BaseMemoryLib\r
+  LockBoxLib\r
+  PcdLib\r
+\r
+[Ppis]\r
+  gEfiPeiRscHandlerPpiGuid                      ## CONSUMES\r
+  gEfiPeiReadOnlyVariable2PpiGuid               ## SOMETIMES_CONSUMES\r
+  gPeiSecPerformancePpiGuid                     ## CONSUMES\r
+\r
+[Guids]\r
+  gEfiFirmwarePerformanceGuid                   ## CONSUMES\r
+\r
+[FeaturePcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support\r
+\r
+[Depex]\r
+  gEfiPeiMasterBootModePpiGuid AND gEfiPeiRscHandlerPpiGuid\r