From: Dandan Bi <dandan.bi@intel.com>
To: edk2-devel@lists.01.org
Cc: Star Zeng <star.zeng@intel.com>,
Liming Gao <liming.gao@intel.com>, Ruiyu Ni <ruiyu.ni@intel.com>,
Eric Dong <eric.dong@intel.com>, Laszlo Ersek <lersek@redhat.com>,
David Wei <david.wei@intel.com>, Mang Guo <mang.guo@intel.com>
Subject: [PATCH v2 0/7] Remove the useless pref codes
Date: Fri, 9 Feb 2018 16:05:15 +0800 [thread overview]
Message-ID: <1518163522-23144-1-git-send-email-dandan.bi@intel.com> (raw)
V2:
a. Remove defintions related to old perf code and clean all
useless perf codes in edk2 code base.
b.Update commit message.
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 pref code to write performance data to OS and related definitions.
Cc: Star Zeng <star.zeng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: David Wei <david.wei@intel.com>
Cc: Mang Guo <mang.guo@intel.com>
Dandan Bi (7):
MdeModulePkg/Performance.h: Remove the useless definition
UefiCpuPkg/S3Resume: Remove useless pref code
MdeModulePkg/BdsDxe: Remove useless Pref Code
MdeModulePkg/UefiBootManagerLib: Remove the useless pref codes
IntelFrameworkModulePkg/BdsDxe: Remove the useless Perf codes
IntelFrameworkModulePkg/GenericBdsLib: Remove the useless Perf codes
Vlv2TbltDevicePkg/Override/GenericBdsLib:Remove useless Perf code
.../Library/GenericBdsLib/BdsBoot.c | 29 +-
.../Library/GenericBdsLib/GenericBdsLib.inf | 4 +-
.../Library/GenericBdsLib/InternalBdsLib.h | 19 +-
.../Library/GenericBdsLib/Performance.c | 313 ------------------
IntelFrameworkModulePkg/Universal/BdsDxe/Bds.h | 3 +-
.../Universal/BdsDxe/BdsDxe.inf | 3 +-
.../Universal/BdsDxe/BdsEntry.c | 57 +---
MdeModulePkg/Include/Guid/Performance.h | 27 +-
MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c | 27 +-
.../Library/UefiBootManagerLib/BmPerformance.c | 317 ------------------
.../Library/UefiBootManagerLib/InternalBm.h | 17 -
.../UefiBootManagerLib/UefiBootManagerLib.inf | 4 +-
MdeModulePkg/Universal/BdsDxe/Bds.h | 3 +-
MdeModulePkg/Universal/BdsDxe/BdsDxe.inf | 3 +-
MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 57 +---
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c | 131 --------
.../Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf | 3 +-
.../Library/GenericBdsLib/BdsBoot.c | 29 +-
.../Library/GenericBdsLib/GenericBdsLib.inf | 4 +-
.../Library/GenericBdsLib/InternalBdsLib.h | 19 +-
.../Library/GenericBdsLib/Performance.c | 358 ---------------------
21 files changed, 90 insertions(+), 1337 deletions(-)
delete mode 100644 IntelFrameworkModulePkg/Library/GenericBdsLib/Performance.c
delete mode 100644 MdeModulePkg/Library/UefiBootManagerLib/BmPerformance.c
delete mode 100644 Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/Performance.c
--
1.9.5.msysgit.1
next reply other threads:[~2018-02-09 7:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-09 8:05 Dandan Bi [this message]
2018-02-09 8:05 ` [PATCH v2 1/7] MdeModulePkg/Performance.h: Remove the useless definition Dandan Bi
2018-02-09 8:05 ` [PATCH v2 2/7] UefiCpuPkg/S3Resume: Remove useless pref code Dandan Bi
2018-02-09 8:05 ` [PATCH v2 3/7] MdeModulePkg/BdsDxe: Remove useless Pref Code Dandan Bi
2018-02-09 8:05 ` [PATCH v2 4/7] MdeModulePkg/UefiBootManagerLib: Remove the useless pref codes Dandan Bi
2018-02-09 8:05 ` [PATCH v2 5/7] IntelFrameworkModulePkg/BdsDxe: Remove the useless Perf codes Dandan Bi
2018-02-09 8:05 ` [PATCH v2 6/7] IntelFrameworkModulePkg/GenericBdsLib: " Dandan Bi
2018-02-09 8:05 ` [PATCH v2 7/7] Vlv2TbltDevicePkg/Override/GenericBdsLib:Remove useless Perf code Dandan Bi
[not found] ` <0C09AFA07DD0434D9E2A0C6AEB0483103BA3E142@shsmsx102.ccr.corp.intel.com>
2018-02-09 8:43 ` [PATCH v2 0/7] Remove the useless pref codes Bi, Dandan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1518163522-23144-1-git-send-email-dandan.bi@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox