Re: [edk2-devel] [PATCH v2 2/2] UefiCpuPkg/Cpuid: Dump leaf 1FH information correctly

2019-04-03 Thread Dong, Eric
dk2-devel] [PATCH v2 2/2] UefiCpuPkg/Cpuid: Dump leaf 1FH > information correctly > > 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/Modu

[edk2-devel] [PATCH v2 2/2] UefiCpuPkg/Cpuid: Dump leaf 1FH information correctly

2019-04-03 Thread Ni, Ray
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