summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2018-01-24 13:27:09 +0800
committerStar Zeng <star.zeng@intel.com>2018-02-12 11:36:14 +0800
commit9f0d7651b3a786b4177a3a07a731592746136dd2 (patch)
tree226e57f85869444c293e6d65d3c9db0fb2ab2bad /MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
parent93fe14c2f7e62d8635679193249d251fce83a9f7 (diff)
downloadedk2-9f0d7651b3a786b4177a3a07a731592746136dd2.tar.gz
edk2-9f0d7651b3a786b4177a3a07a731592746136dd2.tar.bz2
edk2-9f0d7651b3a786b4177a3a07a731592746136dd2.zip
MdeModulePkg/BdsDxe: Remove useless perf Code
V2: Just update the commit message to reference the hash value of new performance infrastructure. Our new performance infrastructure (edk2 trunk commit hash value: SHA-1: 73fef64f14d1b97ae9bd4705df3becc022391eba ~ SHA-1: 115eae650bfd2be2c2bc37360f4a755065e774c4) can support to dump performance date form ACPI table in OS. So we can remove the old perf code to write performance data to OS. Cc: Liming Gao <liming.gao@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/BdsDxe/BdsDxe.inf')
-rw-r--r--MdeModulePkg/Universal/BdsDxe/BdsDxe.inf3
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf b/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
index a00b44276d..b8c5aa9795 100644
--- a/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
+++ b/MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
@@ -5,7 +5,7 @@
# gEfiBdsArchProtocolGuid. After DxeCore finish dispatching, DxeCore will invoke Entry
# interface of protocol gEfiBdsArchProtocolGuid, then BDS phase is entered.
#
-# Copyright (c) 2008 - 2016, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2008 - 2018, 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
@@ -78,7 +78,6 @@
## SOMETIMES_CONSUMES ## Variable:L"ErrOut" (The device path of error out device)
gConnectConInEventGuid ## SOMETIMES_CONSUMES ## Event
gEdkiiStatusCodeDataTypeVariableGuid ## SOMETIMES_CONSUMES ## GUID
- gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)
gEfiEventReadyToBootGuid ## CONSUMES ## Event
[Protocols]