[edk2-devel] [PATCH v1 2/2] UefiCpuPkg/BaseXApicX2ApicLib: Implements AMD extended cpu topology

2024-01-15 Thread Abdul Lateef Attar via groups.io
From: Abdul Lateef Attar This patch adds support for AMD's new extended topology. If processor supports CPUID 8026 leaf then obtain the topology information using new method. Algorithm: if CPUID is AMD: then check for AMD's extended cpu tology leaf. if yes then extract

Re: [edk2-devel] [PATCH v1 2/2] UefiCpuPkg/BaseXApicX2ApicLib: Implements AMD extended cpu topology

2024-01-16 Thread Gerd Hoffmann
On Tue, Jan 16, 2024 at 12:31:21PM +0530, Abdul Lateef Attar wrote: > From: Abdul Lateef Attar > > This patch adds support for AMD's new extended topology. > If processor supports CPUID 8026 leaf then obtain > the topology information using new method. > + /// Check if extended toplogy supp

Re: [edk2-devel] [PATCH v1 2/2] UefiCpuPkg/BaseXApicX2ApicLib: Implements AMD extended cpu topology

2024-01-16 Thread Abdul Lateef Attar via groups.io
Thanks Gerd for providing the inputs. I'll enhance the logic accordingly and submit the V2 patch. Thanks AbduL On 16-01-2024 15:11, Gerd Hoffmann wrote: Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. On

Re: [edk2-devel] [PATCH v1 2/2] UefiCpuPkg/BaseXApicX2ApicLib: Implements AMD extended cpu topology

2024-01-16 Thread Ni, Ray
Can you remove "EFIAPI" from the two Amd* local functions? The two are *local* functions called from the accordingly public LIB APIs. Thanks, Ray > -Original Message- > From: Abdul Lateef Attar > Sent: Tuesday, January 16, 2024 3:01 PM > To: devel@edk2.groups.io > Cc: Abdul Lateef Attar ;