From ba07f95992d4a430383696a4654ad222178df242 Mon Sep 17 00:00:00 2001 From: Jeremy Compostella Date: Wed, 20 Dec 2023 09:17:18 -0800 Subject: soc/intel/meteorlake: Fix SOC_PHYSICAL_ADDRESS_WIDTH to 42 Meteor Lake CPUs physical address size is 46 if TME is disabled, 42 if TME is enabled but Meteor Lake SoC physical address size is always 42. BUG=b:314886709 TEST=MTRR are aligned between coreboot and FSP Change-Id: Ic63c93cb15d2998e13d49a872f32d425237f528a Signed-off-by: Jeremy Compostella Reviewed-on: https://review.coreboot.org/c/coreboot/+/79666 Reviewed-by: Subrata Banik Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/soc/intel/meteorlake/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/intel/meteorlake') diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 8b2a6a22d0..756d4990ec 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -463,4 +463,8 @@ config SOC_INTEL_METEORLAKE_SIGN_OF_LIFE Enable the FSP-M Sign-of-Life feature to display a configurable text message on screen during memory training and CSME update. + +config SOC_PHYSICAL_ADDRESS_WIDTH + default 42 + endif -- cgit v1.2.3