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