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

Leo Duran posted 2 patches 6 years, 10 months ago
Failed in applying to current master (apply log)
UefiCpuPkg/Include/Register/Amd/Cpuid.h            | 599 ++++++++++++++++++++-
UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c     | 140 +++--
.../BaseXApicX2ApicLib/BaseXApicX2ApicLib.c        | 140 +++--
3 files changed, 806 insertions(+), 73 deletions(-)
[edk2] [PATCH v4 0/2] UefiCpuPkg: Add CPUID support for AMD.
Posted by Leo Duran 6 years, 10 months ago
This patch-set requires and builds upon this submission:
https://lists.01.org/pipermail/edk2-devel/2017-May/010867.html

Changes since v3:
- Check AMD signature before checking CPUID_Fn8000_001E.

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            | 599 ++++++++++++++++++++-
 UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c     | 140 +++--
 .../BaseXApicX2ApicLib/BaseXApicX2ApicLib.c        | 140 +++--
 3 files changed, 806 insertions(+), 73 deletions(-)

-- 
2.7.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v4 0/2] UefiCpuPkg: Add CPUID support for AMD.
Posted by Duran, Leo 6 years, 8 months ago

> -----Original Message-----
> From: Duran, Leo
> Sent: Friday, June 16, 2017 5:57 PM
> To: edk2-devel@lists.01.org
> Cc: Duran, Leo <leo.duran@amd.com>
> Subject: [PATCH v4 0/2] UefiCpuPkg: Add CPUID support for AMD.

Please ignore this PATCH v4.

PATCH v3 of this series has been merged upstream:
commit 061ead7a2dcc ("UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD.").

I will push a new patch today that incorporates cleanups from PATCH v4, 
and provide enhanced functionality.

Leo.
> 
> This patch-set requires and builds upon this submission:
> https://lists.01.org/pipermail/edk2-devel/2017-May/010867.html
> 
> Changes since v3:
> - Check AMD signature before checking CPUID_Fn8000_001E.
> 
> 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            | 599
> ++++++++++++++++++++-
>  UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c     | 140 +++--
>  .../BaseXApicX2ApicLib/BaseXApicX2ApicLib.c        | 140 +++--
>  3 files changed, 806 insertions(+), 73 deletions(-)
> 
> --
> 2.7.4

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