From db91c6208244681fdcad4a4800ebdd3c05aaf3c0 Mon Sep 17 00:00:00 2001 From: lzeng14 Date: Thu, 16 May 2013 07:35:30 +0000 Subject: Separate memory allocation for FPDT S3 performance table and boot performance table, save S3 performance table pointer to LockBox in FirmwarePerformanceDxe. Then FirmwarePerformancePei can use the pointer in LockBox. Signed-off-by: Star Zeng Reviewed-by: Liming Gao git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14369 6f19259b-4bc3-4df7-8a09-765794883524 --- .../FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf') diff --git a/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf b/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf index 89424acaae..5a9628f924 100644 --- a/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf +++ b/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf @@ -5,7 +5,7 @@ # for Firmware Basic Boot Performance Record and other boot performance records, # and install FPDT to ACPI table. # -# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
+# Copyright (c) 2011 - 2013, 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 @@ -48,11 +48,15 @@ MemoryAllocationLib PcdLib HobLib + LockBoxLib + UefiLib [Protocols] gEfiAcpiTableProtocolGuid ## SOMETIMES_CONSUMES gEfiRscHandlerProtocolGuid ## CONSUMES gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES + gEfiVariableArchProtocolGuid ## SOMETIMES_CONSUMES + gEfiLockBoxProtocolGuid ## SOMETIMES_CONSUMES [Guids] gEfiEventExitBootServicesGuid ## CONSUMES @@ -65,6 +69,7 @@ gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## Hob gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## SmiHandler gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## StatusCode Data + gFirmwarePerformanceS3PointerGuid ## SOMETIMES_PRODUCES # SaveLockBox [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderLoad -- cgit v1.2.3