From 86152453499c8eee7044078411aa0495eef72a38 Mon Sep 17 00:00:00 2001 From: Lean Sheng Tan Date: Mon, 13 Mar 2023 14:51:10 +0100 Subject: soc/intel/alderlake: Select `X86_CLFLUSH_CAR` config This patch selects `X86_CLFLUSH_CAR` config for running `clflush` to invalidate the cache region based on commit 3134a81 for boot performance improvement. Signed-off-by: Lean Sheng Tan Change-Id: I1fe6072a3c23a02c9a691406f179bfc8f0f18a93 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73685 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/soc/intel/alderlake/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc') diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index ae5f7a79db..09cd75de18 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -131,6 +131,7 @@ config CPU_SPECIFIC_OPTIONS select UDELAY_TSC select UDK_202005_BINDING select VBOOT_LIB + select X86_CLFLUSH_CAR config SOC_INTEL_ALDERLAKE_TCSS_USB4_SUPPORT bool -- cgit v1.2.3