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
This commit is contained in:
lgao4
2012-05-08 03:09:54 +00:00
parent badd40f9d4
commit 1c0cc375aa
6 changed files with 437 additions and 82 deletions

View File

@@ -1,10 +1,10 @@
## @file
# This module update S3 Suspend Performance Record in ACPI Firmware Performance Data Table.
# This module collects performance data for SMM driver boot records and S3 Suspend Performance Record.
#
# This module register report status code listener to collect performance data
# for S3 Suspend Performance Record.
# This module registers report status code listener to collect performance data
# for SMM boot performance records and S3 Suspend Performance Record.
#
# 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
@@ -45,15 +45,19 @@
TimerLib
LockBoxLib
PcdLib
BaseMemoryLib
MemoryAllocationLib
UefiBootServicesTableLib
SynchronizationLib
[Protocols]
gEfiSmmRscHandlerProtocolGuid ## CONSUMES
gEfiSmmAccess2ProtocolGuid ## CONSUMES
[Guids]
gEfiFirmwarePerformanceGuid ## CONSUMES
[FeaturePcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support
gEfiFirmwarePerformanceGuid ## CONSUMES ## LockBox
gEfiFirmwarePerformanceGuid ## PRODUCES ## SmiHandler
gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## StatusCode Data
[Pcd]
gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendStart