[edk2] [Patch 0/4] Enable PPIN Cpu feature.

Eric Dong posted 4 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.../Include/Library/RegisterCpuFeaturesLib.h       |   1 +
UefiCpuPkg/Include/Register/Msr.h                  |   1 +
UefiCpuPkg/Include/Register/Msr/XeonE5v2Msr.h      |  91 ++++++++++++++++++
.../CpuCommonFeaturesLib/CpuCommonFeatures.h       |  55 +++++++++++
.../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c    |  11 +++
.../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf  |   1 +
UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c     | 107 +++++++++++++++++++++
.../RegisterCpuFeaturesLib/CpuFeaturesInitialize.c |   9 +-
8 files changed, 275 insertions(+), 1 deletion(-)
create mode 100644 UefiCpuPkg/Include/Register/Msr/XeonE5v2Msr.h
create mode 100644 UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c
[edk2] [Patch 0/4] Enable PPIN Cpu feature.
Posted by Eric Dong 6 years, 9 months ago
Enable PPIN Cpu feature.

Eric Dong (4):
  UefiCpuPkg: Add PPIN related MSR for Xeon E5.
  UefiCpuPkg RegisterCpuFeaturesLib: Add error handling.
  UefiCpuPkg: Add feature definition for PPIN.
  UefiCpuPkg CpuCommonFeaturesLib: Enable Ppin feature.

 .../Include/Library/RegisterCpuFeaturesLib.h       |   1 +
 UefiCpuPkg/Include/Register/Msr.h                  |   1 +
 UefiCpuPkg/Include/Register/Msr/XeonE5v2Msr.h      |  91 ++++++++++++++++++
 .../CpuCommonFeaturesLib/CpuCommonFeatures.h       |  55 +++++++++++
 .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c    |  11 +++
 .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf  |   1 +
 UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c     | 107 +++++++++++++++++++++
 .../RegisterCpuFeaturesLib/CpuFeaturesInitialize.c |   9 +-
 8 files changed, 275 insertions(+), 1 deletion(-)
 create mode 100644 UefiCpuPkg/Include/Register/Msr/XeonE5v2Msr.h
 create mode 100644 UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c

-- 
2.7.0.windows.1

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