[edk2] [Patch v2 0/3] Enable PPIN Cpu feature.

Eric Dong posted 3 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
.../Include/Library/RegisterCpuFeaturesLib.h       |   1 +
.../CpuCommonFeaturesLib/CpuCommonFeatures.h       |  55 ++++++++++
.../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c    |  11 ++
.../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf  |   1 +
UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c     | 114 +++++++++++++++++++++
.../RegisterCpuFeaturesLib/CpuFeaturesInitialize.c |   9 +-
6 files changed, 190 insertions(+), 1 deletion(-)
create mode 100644 UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c
[edk2] [Patch v2 0/3] Enable PPIN Cpu feature.
Posted by Eric Dong 6 years, 9 months ago
Enable PPIN Cpu feature.
V2 changes:
1.Use the existed register definition in IvybridgeMsr.h

Eric Dong (3):
  UefiCpuPkg RegisterCpuFeaturesLib: Add error handling.
  UefiCpuPkg: Add feature definition for PPIN.
  UefiCpuPkg CpuCommonFeaturesLib: Enable Ppin feature.

 .../Include/Library/RegisterCpuFeaturesLib.h       |   1 +
 .../CpuCommonFeaturesLib/CpuCommonFeatures.h       |  55 ++++++++++
 .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c    |  11 ++
 .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf  |   1 +
 UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c     | 114 +++++++++++++++++++++
 .../RegisterCpuFeaturesLib/CpuFeaturesInitialize.c |   9 +-
 6 files changed, 190 insertions(+), 1 deletion(-)
 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
Re: [edk2] [Patch v2 0/3] Enable PPIN Cpu feature.
Posted by Fan, Jeff 6 years, 9 months ago
Reivewed-by: Jeff Fan <jeff.fan@intel.com>

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Eric Dong
Sent: Monday, July 17, 2017 10:57 AM
To: edk2-devel@lists.01.org
Subject: [edk2] [Patch v2 0/3] Enable PPIN Cpu feature.

Enable PPIN Cpu feature.
V2 changes:
1.Use the existed register definition in IvybridgeMsr.h

Eric Dong (3):
  UefiCpuPkg RegisterCpuFeaturesLib: Add error handling.
  UefiCpuPkg: Add feature definition for PPIN.
  UefiCpuPkg CpuCommonFeaturesLib: Enable Ppin feature.

 .../Include/Library/RegisterCpuFeaturesLib.h       |   1 +
 .../CpuCommonFeaturesLib/CpuCommonFeatures.h       |  55 ++++++++++
 .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c    |  11 ++
 .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf  |   1 +
 UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c     | 114 +++++++++++++++++++++
 .../RegisterCpuFeaturesLib/CpuFeaturesInitialize.c |   9 +-
 6 files changed, 190 insertions(+), 1 deletion(-)  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
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel