Hi Pedro, Yes, it is for some specific test tools. There are different performance between CPU cores, and the big cores are better than small cores. Some legacy tools are executing with the highest performance CPU cores, In early CPU design, it is usually the first one. We have to put them at the front of all CPU cores, otherwise some tests cannot pass. Due to avoid this happened, we need to ensure CPU cores are ordered by big core first. Best regards Jack From: Pedro Falcato Sent: Thursday, November 17, 2022 10:09 PM To: devel@edk2.groups.io; Lin, JackX Cc: Chiu, Chasel ; Desimone, Nathaniel L ; Oram, Isaac W ; Gao, Liming ; Dong, Eric ; Kuo, Donald ; Kumar, Chandana C Subject: Re: [edk2-devel] [edk2-platforms: PATCH] BIOS needs to present cores in order of relative performance in MADT On Thu, Nov 17, 2022 at 6:01 AM JackX Lin > wrote: BIOS should keep MADT ordering by big core first then small core Hi Jack, Can you please elaborate why this is required? AFAIK nowhere in the ACPI spec does it say you need to order by big-little cores. Is this some sort of regression for a specific OS? A useful commit message and/or some comments would be really useful here for posterity. Thanks, Pedro Falcato