Attention is currently required from: Tarun Tuli, Subrata Banik, Kapil Porwal.
Sumeet R Pawnikar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/75301 )
Change subject: soc/intel/meteorlake: Enable power limits update support for variants ......................................................................
Patch Set 2:
(1 comment)
File src/soc/intel/meteorlake/Kconfig:
https://review.coreboot.org/c/coreboot/+/75301/comment/3f835cd6_1dbceac7 PS2, Line 84: select SOC_INTEL_COMMON_BLOCK_VARIANT_POWER_LIMIT
shouldn't this is MB specific now ? […]
Added CONFIG here with intention to enable/use it for all MTL based boards by default with this single entry. So, no need to add this CONFIG for other boards specifically, i.e. less follow up work and no need to define/duplicate the usage of this macro.
It will be useful for other MTL boards as well. Plan is to add/use it one-by-one for all MTL boards.