[edk2] [PATCH v3 0/2] UefiCpuPkg: Add CPUID support for AMD.

Leo Duran posted 2 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
UefiCpuPkg/Include/Register/Amd/Cpuid.h            | 574 ++++++++++++++++++++-
UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c     | 130 +++--
.../BaseXApicX2ApicLib/BaseXApicX2ApicLib.c        | 130 +++--
3 files changed, 749 insertions(+), 85 deletions(-)
mode change 100644 => 100755 UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
[edk2] [PATCH v3 0/2] UefiCpuPkg: Add CPUID support for AMD.
Posted by Leo Duran 6 years, 9 months ago
This patch-set requires and builds upon this submission:
https://lists.01.org/pipermail/edk2-devel/2017-May/010867.html

Changes since v2:
- Account for actual thread count (e.g., SMT disabled).

Changes since v1:
- Revert to (MaxCoresPerPackage = 1) when CPUID is not explicit.

Leo Duran (2):
  UefiCpuPkg: Add CPUID definitions for AMD.
  UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD.

 UefiCpuPkg/Include/Register/Amd/Cpuid.h            | 574 ++++++++++++++++++++-
 UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c     | 130 +++--
 .../BaseXApicX2ApicLib/BaseXApicX2ApicLib.c        | 130 +++--
 3 files changed, 749 insertions(+), 85 deletions(-)
 mode change 100644 => 100755 UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c

-- 
2.7.4

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