[edk2] [Patch 0/3] Enable LMCE feature

Eric Dong posted 3 patches 7 years, 4 months ago
Failed in applying to current master (apply log)
.../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
[edk2] [Patch 0/3] Enable LMCE feature
Posted by Eric Dong 7 years, 4 months ago
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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel