public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] Enable LMCE feature
@ 2017-08-01  7:50 Eric Dong
  2017-08-01  7:50 ` [Patch 1/3] UefiCpuPkg: Add definition for " Eric Dong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eric Dong @ 2017-08-01  7:50 UTC (permalink / raw)
  To: edk2-devel

This patch series enable local machine check exception feature and 
used it in wait for ap logic.

Eric Dong (3):
  UefiCpuPkg: Add definition for LMCE feature.
  UefiCpuPkg CpuCommonFeaturesLib: Enable LMCE feature.
  UefiCpuPkg PiSmmCpuDxeSmm: Check LMCE capability when wait for AP.

 .../Include/Library/RegisterCpuFeaturesLib.h       |  1 +
 .../CpuCommonFeaturesLib/CpuCommonFeatures.h       | 56 +++++++++++++-
 .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c    | 12 +++
 .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf  |  1 +
 UefiCpuPkg/Library/CpuCommonFeaturesLib/Lmce.c     | 90 ++++++++++++++++++++++
 UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c              | 57 +++++++++++++-
 6 files changed, 214 insertions(+), 3 deletions(-)
 create mode 100644 UefiCpuPkg/Library/CpuCommonFeaturesLib/Lmce.c

-- 
2.7.0.windows.1



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

end of thread, other threads:[~2017-08-03 14:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-01  7:50 [Patch 0/3] Enable LMCE feature Eric Dong
2017-08-01  7:50 ` [Patch 1/3] UefiCpuPkg: Add definition for " Eric Dong
2017-08-03 14:12   ` Fan, Jeff
2017-08-01  7:50 ` [Patch 2/3] UefiCpuPkg CpuCommonFeaturesLib: Enable " Eric Dong
2017-08-03 14:09   ` Fan, Jeff
2017-08-01  7:50 ` [Patch 3/3] UefiCpuPkg PiSmmCpuDxeSmm: Check LMCE capability when wait for AP Eric Dong
2017-08-03 14:12   ` Fan, Jeff

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