public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v5 0/2] UefiCpuPkg: Add CPUID support for AMD.
@ 2017-06-17  0:41 Leo Duran
  2017-06-17  0:41 ` [PATCH v5 1/2] UefiCpuPkg: Add CPUID definitions " Leo Duran
  2017-06-17  0:41 ` [PATCH v5 2/2] UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD Leo Duran
  0 siblings, 2 replies; 6+ messages in thread
From: Leo Duran @ 2017-06-17  0:41 UTC (permalink / raw)
  To: edk2-devel; +Cc: Leo Duran

This patch-set requires and builds upon this submission:
https://lists.01.org/pipermail/edk2-devel/2017-May/010867.html

Changes since v4:
- Use AUTHENTIC_AMD instead of GENUINE_AMD for macro names.
- Add StandardSignatureIsAuthenticAMD() local function.

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     | 157 ++++--
 .../BaseXApicX2ApicLib/BaseXApicX2ApicLib.c        | 157 ++++--
 3 files changed, 840 insertions(+), 73 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-21 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-17  0:41 [PATCH v5 0/2] UefiCpuPkg: Add CPUID support for AMD Leo Duran
2017-06-17  0:41 ` [PATCH v5 1/2] UefiCpuPkg: Add CPUID definitions " Leo Duran
2017-06-21  2:06   ` Fan, Jeff
2017-06-17  0:41 ` [PATCH v5 2/2] UefiCpuPkg: Modify GetProcessorLocationByApicId() to support AMD Leo Duran
2017-06-21  2:09   ` Fan, Jeff
2017-06-21 17:46     ` Duran, Leo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox