Attention is currently required from: Jamie Ryu.
Hello Jamie Ryu,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/71638
to review the following change.
Change subject: mb/intel/mtlrvp: Enable CSE Lite SKU for MTL-RVP ......................................................................
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 harsha.b.r@intel.com Change-Id: I325405cc304d245871396317c11ac7a5b062a5bd Signed-off-by: Jamie Ryu jamie.m.ryu@intel.com --- M src/mainboard/intel/mtlrvp/Kconfig 1 file changed, 25 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/71638/1
diff --git a/src/mainboard/intel/mtlrvp/Kconfig b/src/mainboard/intel/mtlrvp/Kconfig index 349e9de..9d8982d 100644 --- a/src/mainboard/intel/mtlrvp/Kconfig +++ b/src/mainboard/intel/mtlrvp/Kconfig @@ -4,6 +4,7 @@ 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