Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/74168 )
Change subject: soc/intel/meteorlake: Drop FSP CPU feature programming for ChromeOS ......................................................................
soc/intel/meteorlake: Drop FSP CPU feature programming for ChromeOS
The Intel FSP used on ChromeOS platform has dropped the `CpuFeaturesPei.ffs` module to opt for coreboot running this additional feature programming on BSP and APs.
TEST=Able to build and boot google/rex without any boot regression. Please refer to the boot time and SPI flash savings after dropping the FSP feature programming:
Boot time savings=10ms SPI Flash size savings=34KB
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: Iaed0a009813098610190b2a3a985b0748c0d51de Reviewed-on: https://review.coreboot.org/c/coreboot/+/74168 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Kapil Porwal kapilporwal@google.com --- M src/soc/intel/meteorlake/Kconfig 1 file changed, 25 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Kapil Porwal: Looks good to me, approved
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 3d99f81..c34f255 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -366,7 +366,7 @@
config DROP_CPU_FEATURE_PROGRAM_IN_FSP bool - default y if MP_SERVICES_PPI_V2_NOOP + default y if MP_SERVICES_PPI_V2_NOOP || CHROMEOS default n help This is to avoid FSP running basic CPU feature programming on BSP