public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] MicrocodeUpdate enhancement
@ 2016-12-27  7:50 Jiewen Yao
  2016-12-27  7:50 ` [PATCH 1/2] UefiCpuPkg/MicrocodeUpdate: enhance flash write logic Jiewen Yao
  2016-12-27  7:50 ` [PATCH 2/2] UefiCpuPkg/MicrocodeUpdate: Add MP support Jiewen Yao
  0 siblings, 2 replies; 5+ messages in thread
From: Jiewen Yao @ 2016-12-27  7:50 UTC (permalink / raw)
  To: edk2-devel; +Cc: Jeff Fan, Star Zeng

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-12-28  1:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-27  7:50 [PATCH 0/2] MicrocodeUpdate enhancement Jiewen Yao
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox