X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FAcpi%2FFirmwarePerformanceDataTableDxe%2FFirmwarePerformanceDxe.inf;h=9cb878189d42b924374c85dfc526a512505a54d7;hp=14b4e1b9faee0a2c987a59a02073a42626dd3bd9;hb=1c0cc375aa881b330e7b94bc8f8fd179cc6d1bfd;hpb=badd40f9d41c92bf54e3ef8d77f35ded05b7c918 diff --git a/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf b/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf index 14b4e1b9fa..9cb878189d 100644 --- a/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf +++ b/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf @@ -1,10 +1,11 @@ ## @file -# This module install ACPI Firmware Performance Data Table (FPDT). +# This module installs ACPI Firmware Performance Data Table (FPDT). # -# This module register report status code listener to collect performance data -# for Firmware Basic Boot Performance Record and install FPDT to ACPI table. +# This module registers report status code listener to collect performance data +# for Firmware Basic Boot Performance Record and other boot performance records, +# and install FPDT to ACPI table. # -# Copyright (c) 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -52,6 +53,7 @@ [Protocols] gEfiAcpiTableProtocolGuid ## SOMETIMES_CONSUMES gEfiRscHandlerProtocolGuid ## CONSUMES + gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES [Guids] gEfiEventExitBootServicesGuid ## CONSUMES @@ -60,11 +62,15 @@ gEfiAcpiTableGuid ## SOMETIMES_CONSUMES gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES - gEfiFirmwarePerformanceGuid ## CONSUMES + gEfiFirmwarePerformanceGuid ## PRODUCES ## Variable:L"FirmwarePerformance" + gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## Hob + gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## SmiHandler + gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## StatusCode Data [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderLoad gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderStart + gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize [FeaturePcd] gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support