public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Jiewen Yao <jiewen.yao@intel.com>
To: edk2-devel@lists.01.org
Cc: Jeff Fan <jeff.fan@intel.com>, Star Zeng <star.zeng@intel.com>
Subject: [PATCH 0/2] MicrocodeUpdate enhancement
Date: Tue, 27 Dec 2016 15:50:24 +0800	[thread overview]
Message-ID: <1482825026-3224-1-git-send-email-jiewen.yao@intel.com> (raw)

This series patches enhance MicrocodeUpdateDxe driver.
1) It cleanes up the flash write logic, move the Microcode region organization
to a standalone function - UpdateMicrocodeFlashRegion().
2) It fixes a corner case that BSP/AP are using different Microcode.
The original logic only tries to apply Microcode to BSP.
The new logic will try to apply Microcode to all processors.

Cc: Jeff Fan <jeff.fan@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>

Jiewen Yao (2):
  UefiCpuPkg/MicrocodeUpdate: enhance flash write logic
  UefiCpuPkg/MicrocodeUpdate: Add MP support.

 UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeFmp.c         | 222 +++++-
 UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdate.c      | 786 ++++++++++++--------
 UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdate.h      | 143 +++-
 UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf |   4 +-
 4 files changed, 816 insertions(+), 339 deletions(-)

-- 
2.7.4.windows.1



             reply	other threads:[~2016-12-27  7:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-27  7:50 Jiewen Yao [this message]
2016-12-27  7:50 ` [PATCH 1/2] UefiCpuPkg/MicrocodeUpdate: enhance flash write logic Jiewen Yao
2016-12-28  1:37   ` Fan, Jeff
2016-12-27  7:50 ` [PATCH 2/2] UefiCpuPkg/MicrocodeUpdate: Add MP support Jiewen Yao
2016-12-28  1:40   ` 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=1482825026-3224-1-git-send-email-jiewen.yao@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