summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-08 03:09:54 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-08 03:09:54 +0000
commit1c0cc375aa881b330e7b94bc8f8fd179cc6d1bfd (patch)
treeeb0f38c06037798aef761e9111dc4d2c1b435523 /MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
parentbadd40f9d41c92bf54e3ef8d77f35ded05b7c918 (diff)
downloadedk2-1c0cc375aa881b330e7b94bc8f8fd179cc6d1bfd.zip
edk2-1c0cc375aa881b330e7b94bc8f8fd179cc6d1bfd.tar.gz
edk2-1c0cc375aa881b330e7b94bc8f8fd179cc6d1bfd.tar.bz2
Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.
Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Eric Jin <eric.jin@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13292 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf')
-rw-r--r--MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf16
1 files changed, 11 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf b/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
index 14b4e1b..9cb8781 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.<BR>
+# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
# 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