Re: [edk2] [PATCH] UefiCpuPkg/Cpuid: Dump leaf 1FH information correctly

2019-04-03 Thread Ni, Ray
> -Original Message- > From: Dong, Eric > Sent: Wednesday, April 3, 2019 2:40 PM > To: Ni, Ray ; edk2-devel@lists.01.org > Subject: RE: [PATCH] UefiCpuPkg/Cpuid: Dump leaf 1FH information correctly > > Hi Ray, > > > -Original Message- > > From: Ni, Ray > > Sent: Friday, March

Re: [edk2] [PATCH] UefiCpuPkg/Cpuid: Dump leaf 1FH information correctly

2019-04-02 Thread Dong, Eric
Hi Ray, > -Original Message- > From: Ni, Ray > Sent: Friday, March 29, 2019 4:42 PM > To: edk2-devel@lists.01.org > Cc: Dong, Eric > Subject: [PATCH] UefiCpuPkg/Cpuid: Dump leaf 1FH information correctly > > Leaf 1FH is very similar to leaf 0BH. Both return the CPU topology > informatio

[edk2] [PATCH] UefiCpuPkg/Cpuid: Dump leaf 1FH information correctly

2019-03-29 Thread Ray Ni
Leaf 1FH is very similar to leaf 0BH. Both return the CPU topology information. Leaf 0BH returns 3-level (Package/Core/Thread) CPU topology info. Leaf 1FH returns 6-level (Package/Die/Tile/Module/Core/Thread) CPU topology info. The logic to enumerate the topology info is the same. But today's logi