From af6cd3f0b44a39bb6387c8218e5872afb74fcc3f Mon Sep 17 00:00:00 2001 From: Harsha B R Date: Tue, 3 Jan 2023 14:03:39 +0530 Subject: mb/intel/mtlrvp: Enable CSE Lite SKU for MTL-RVP This patch will enable Kconfig SOC_INTEL_CSE_LITE_SKU option required to enable CSE-Lite SKU for MTL-RVP. On enabling the respective Kconfig option, CSE reboots the system into CSE_RW FW region on cold reboot. BUG=b:224325352 TEST=Able to boot intel/mtlrvp to ChromeOS and also able to observe CSE boot to RW FW region as part of coreboot console log, localhost ~ # cbmem -c | grep cse [DEBUG] cse_lite: Number of partitions = 3 [DEBUG] cse_lite: Current partition = RW [DEBUG] cse_lite: Next partition = RW Signed-off-by: Harsha B R Change-Id: I325405cc304d245871396317c11ac7a5b062a5bd Signed-off-by: Jamie Ryu Reviewed-on: https://review.coreboot.org/c/coreboot/+/71638 Reviewed-by: Sridhar Siricilla Tested-by: build bot (Jenkins) --- src/mainboard/intel/mtlrvp/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mainboard/intel/mtlrvp/Kconfig b/src/mainboard/intel/mtlrvp/Kconfig index 349e9de0f0..9d8982d2b1 100644 --- a/src/mainboard/intel/mtlrvp/Kconfig +++ b/src/mainboard/intel/mtlrvp/Kconfig @@ -4,6 +4,7 @@ config BOARD_INTEL_MTLRVP_COMMON select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select MAINBOARD_HAS_CHROMEOS + select SOC_INTEL_CSE_LITE_SKU select SOC_INTEL_METEORLAKE config BOARD_INTEL_MTLRVP_P -- cgit v1.2.3