[edk2-devel] [PATCH v1 0/2] AMD CPU extended topology

Abdul Lateef Attar via groups.io posted 2 patches 3 months, 2 weeks ago
Only 1 patches received!
There is a newer version of this series
MdePkg/Include/Register/Amd/Cpuid.h           |  23 +++-
.../Library/BaseXApicLib/BaseXApicLib.c       | 122 +++++++++++++++++-
.../BaseXApicX2ApicLib/BaseXApicX2ApicLib.c   | 122 +++++++++++++++++-
3 files changed, 264 insertions(+), 3 deletions(-)
[edk2-devel] [PATCH v1 0/2] AMD CPU extended topology
Posted by Abdul Lateef Attar via groups.io 3 months, 2 weeks ago
From: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>

PR: https://github.com/tianocore/edk2/pull/5263

Implements AMD extended toplogy.
Adds CPUID macro
update APIC library to use new exteded cpuid.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>

Abdul Lateef Attar (2):
  MdePkg: Adds AMD Extended CPU topology CPUID
  UefiCpuPkg/BaseXApicX2ApicLib: Implements AMD extended cpu topology

 MdePkg/Include/Register/Amd/Cpuid.h           |  23 +++-
 .../Library/BaseXApicLib/BaseXApicLib.c       | 122 +++++++++++++++++-
 .../BaseXApicX2ApicLib/BaseXApicX2ApicLib.c   | 122 +++++++++++++++++-
 3 files changed, 264 insertions(+), 3 deletions(-)

-- 
2.34.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113867): https://edk2.groups.io/g/devel/message/113867
Mute This Topic: https://groups.io/mt/103757655/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
[edk2-devel] [PATCH v1 1/2] MdePkg: Adds AMD Extended CPU topology CPUID
Posted by Abdul Lateef Attar via groups.io 3 months, 2 weeks ago

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113868): https://edk2.groups.io/g/devel/message/113868
Mute This Topic: https://groups.io/mt/103757656/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-