]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTableDxe / FirmwarePerformanceDxe.inf
index 14b4e1b9faee0a2c987a59a02073a42626dd3bd9..9cb878189d42b924374c85dfc526a512505a54d7 100644 (file)
@@ -1,10 +1,11 @@
 ## @file\r
-#  This module install ACPI Firmware Performance Data Table (FPDT).\r
+#  This module installs ACPI Firmware Performance Data Table (FPDT).\r
 #\r
-#  This module register report status code listener to collect performance data\r
-#  for Firmware Basic Boot Performance Record and install FPDT to ACPI table.\r
+#  This module registers report status code listener to collect performance data\r
+#  for Firmware Basic Boot Performance Record and other boot performance records, \r
+#  and install FPDT to ACPI table.\r
 #\r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2012, 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
@@ -52,6 +53,7 @@
 [Protocols]\r
   gEfiAcpiTableProtocolGuid                     ## SOMETIMES_CONSUMES\r
   gEfiRscHandlerProtocolGuid                    ## CONSUMES\r
+  gEfiSmmCommunicationProtocolGuid              ## SOMETIMES_CONSUMES\r
 \r
 [Guids]\r
   gEfiEventExitBootServicesGuid                 ## CONSUMES\r
   gEfiAcpiTableGuid                             ## SOMETIMES_CONSUMES\r
   gEfiAcpi10TableGuid                           ## SOMETIMES_CONSUMES\r
   gEfiAcpi20TableGuid                           ## SOMETIMES_CONSUMES\r
-  gEfiFirmwarePerformanceGuid                   ## CONSUMES\r
+  gEfiFirmwarePerformanceGuid                   ## PRODUCES  ## Variable:L"FirmwarePerformance"\r
+  gEfiFirmwarePerformanceGuid                   ## SOMETIMES_CONSUMES ## Hob\r
+  gEfiFirmwarePerformanceGuid                   ## SOMETIMES_CONSUMES ## SmiHandler\r
+  gEfiFirmwarePerformanceGuid                   ## SOMETIMES_CONSUMES ## StatusCode Data\r
 \r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderLoad\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderStart\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize\r
 \r
 [FeaturePcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support\r