Attention is currently required from: Jayvik Desai, Kapil Porwal, Pranava Y N.
Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86359?usp=email )
Change subject: mb/google/fatcat: Enable early power off support ......................................................................
mb/google/fatcat: Enable early power off support
Enable the PLATFORM_SUPPORTS_EARLY_POWEROFF Kconfig option for the Fatcat board. This allows the platform to perform early power off procedures, which are often required on Intel platforms to implement eSOL (early Sign-Of-Life) during low-battery boot
Change-Id: Id6b31d6916898541b0396002376910eed5d26b06 Signed-off-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/fatcat/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/86359/1
diff --git a/src/mainboard/google/fatcat/Kconfig b/src/mainboard/google/fatcat/Kconfig index e82081d..5040065 100644 --- a/src/mainboard/google/fatcat/Kconfig +++ b/src/mainboard/google/fatcat/Kconfig @@ -32,6 +32,7 @@ select MAINBOARD_DISABLE_STAGE_CACHE select MAINBOARD_HAS_TPM2 select MB_COMPRESS_RAMSTAGE_LZ4 + select PLATFORM_SUPPORTS_EARLY_POWEROFF select PMC_IPC_ACPI_INTERFACE select SOC_INTEL_COMMON_BLOCK_VARIANT_POWER_LIMIT select SOC_INTEL_CSE_LITE_SYNC_BY_PAYLOAD