From: Joseph Shifflett <joseph.shifflett@hpe.com>
To: edk2-devel@lists.01.org
Cc: Jeff Fan <jeff.fan@intel.com>,
Michael D Kinney <michael.d.kinney@intel.com>,
Kelly Steele <kelly.steele@intel.com>,
Jordan Justen <jordan.l.justen@intel.com>,
Laszlo Ersek <lersek@redhat.com>
Subject: [PATCH v1 0/5] Abstract the detect/enable/disable of several x86 features
Date: Wed, 7 Sep 2016 23:30:10 -0500 [thread overview]
Message-ID: <1473309015-26017-1-git-send-email-joseph.shifflett@hpe.com> (raw)
This series abstracts accesses to various x86 features. Existing code used Intel
specific MSR accesses to detect support and to enable/disable features.
Cc: Jeff Fan <jeff.fan@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Joseph Shifflett (5):
UefiCpuPkg: SmmCpuFeaturesLib.h: Abstact processor features
UefiCpuPkg/SmmCpuFeaturesLib: Abstact processor features
QuarkSocPkg/SmmCpuFeaturesLib: Abstact processor features
OvmfPkg/SmmCpuFeaturesLib: Abstact processor features
UefiCpuPkg/PiSmmCpuDxeSmm: Abstact processor features
UefiCpuPkg/Include/Library/SmmCpuFeaturesLib.h | 37 ++++++++++
OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c | 44 +++++++++++
QuarkSocPkg/QuarkNorthCluster/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c | 44 +++++++++++
UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c | 78 ++++++++++++++++++++
UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c | 13 +---
UefiCpuPkg/PiSmmCpuDxeSmm/SmmProfile.c | 18 +----
6 files changed, 208 insertions(+), 26 deletions(-)
--
2.7.4
next reply other threads:[~2016-09-08 4:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-08 4:30 Joseph Shifflett [this message]
2016-09-08 4:30 ` [PATCH v1 1/5] UefiCpuPkg: SmmCpuFeaturesLib.h: Abstact processor features Joseph Shifflett
2016-09-08 8:10 ` Laszlo Ersek
2016-09-08 4:30 ` [PATCH v1 2/5] UefiCpuPkg/SmmCpuFeaturesLib: " Joseph Shifflett
2016-09-08 4:30 ` [PATCH v1 3/5] QuarkSocPkg/SmmCpuFeaturesLib: " Joseph Shifflett
2016-09-08 4:30 ` [PATCH v1 4/5] OvmfPkg/SmmCpuFeaturesLib: " Joseph Shifflett
2016-09-08 8:38 ` Laszlo Ersek
2016-09-08 4:30 ` [PATCH v1 5/5] UefiCpuPkg/PiSmmCpuDxeSmm: " Joseph Shifflett
2016-09-08 8:27 ` [PATCH v1 0/5] Abstract the detect/enable/disable of several x86 features Fan, Jeff
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=1473309015-26017-1-git-send-email-joseph.shifflett@hpe.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