From 5a5f39ce8637f61514da9ce47515126218befb8c Mon Sep 17 00:00:00 2001 From: Jeremy Compostella Date: Fri, 16 Aug 2024 14:15:44 -0700 Subject: soc/intel: Use NEM+ effective way size for for ADL, MTL and PTL Alder Lake, Meteor Lake and Panther Lake use the effective way size when setting up the Enhanced No-Eviction Mode (cf. `INTEL_CAR_ENEM_USE_EFFECTIVE_WAY_SIZE'). BUG=b:360332771 TEST=Verified on PTL Intel reference platform Change-Id: I5cb66da0aa977eecb64a0021268a6827747c521b Signed-off-by: Jeremy Compostella Reviewed-on: https://review.coreboot.org/c/coreboot/+/83947 Reviewed-by: Bora Guvendik Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Anil Kumar K Reviewed-by: Jayvik Desai --- src/soc/intel/pantherlake/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/pantherlake/Kconfig') diff --git a/src/soc/intel/pantherlake/Kconfig b/src/soc/intel/pantherlake/Kconfig index 8cb0aa8f1b..9d17cb2050 100644 --- a/src/soc/intel/pantherlake/Kconfig +++ b/src/soc/intel/pantherlake/Kconfig @@ -142,6 +142,7 @@ config CAR_ENHANCED_NEM select CAR_HAS_SF_MASKS select COS_MAPPED_TO_MSB select CAR_HAS_L3_PROTECTED_WAYS + select INTEL_CAR_ENEM_USE_EFFECTIVE_WAY_SIZE config MAX_CPUS int -- cgit v1.2.3