Attention is currently required from: Tarun Tuli, Subrata Banik, Kapil Porwal, Werner Zeh.
Hello Tarun Tuli, Subrata Banik, Kapil Porwal, Werner Zeh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/71639
to look at the new patch set (#2).
Change subject: soc/intel/: Rename small and big cores references ......................................................................
soc/intel/: Rename small and big cores references
The patch addresses Intel heterogeneous cores as `Efficient` and `Performance` cores instead of `small` and `big` cores. It is to ensure coreboot code has uniform reference to the heterogeneous cores. So, the patch renames all `small` and `big` core references to `efficient` (eff) and `performance` (perf) cores respectively.
TEST=Build the code for Brya and Rex boards
Signed-off-by: Sridhar Siricilla sridhar.siricilla@intel.com Change-Id: I98c9c0ed86b211d736a0a1738b47410faa13a39f --- M src/soc/intel/alderlake/cpu.c M src/soc/intel/common/block/acpi/cpu_hybrid.c M src/soc/intel/common/block/include/intelblocks/acpi.h M src/soc/intel/meteorlake/cpu.c 4 files changed, 43 insertions(+), 25 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/71639/2