diff options
author | Subrata Banik <subratabanik@google.com> | 2023-02-28 10:08:27 +0000 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-03-13 13:44:28 +0000 |
commit | 2921a2261333aa2481a4c70a1553d36d550e31c7 (patch) | |
tree | f3fc21296d2fe4d255e54f62eef00e544f762692 | |
parent | 3134a8152590f6d93232f6e56ab08fd87ebe1a0d (diff) |
soc/intel/meteorlake: Select `X86_CLFLUSH_CAR` config
This patch selects `X86_CLFLUSH_CAR` config for running
`clflush` to invalidate the cache region.
TEST=Able to build and boot google/rex.
Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I6b2dce39f82e28cd99ad8621c78bae494c4f16ba
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73333
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
-rw-r--r-- | src/soc/intel/meteorlake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 03951cc963..6bcce792c7 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -96,6 +96,7 @@ config CPU_SPECIFIC_OPTIONS select TSC_MONOTONIC_TIMER select UDELAY_TSC select UDK_202111_BINDING + select X86_CLFLUSH_CAR select X86_INIT_NEED_1_SIPI config SOC_INTEL_METEORLAKE_TCSS_USB4_SUPPORT |