Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86357?usp=email )
Change subject: mb/google/brox: Enable early power off support ......................................................................
mb/google/brox: Enable early power off support
Enable the PLATFORM_SUPPORTS_EARLY_POWEROFF Kconfig option for the Brox 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: I68c8ed7e060655cd049f51942cc04ff5b668aea8 Signed-off-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/brox/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/86357/1
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 1731d51..f59bac4 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -26,6 +26,7 @@ select INTEL_LPSS_UART_FOR_CONSOLE select MAINBOARD_HAS_CHROMEOS select MAINBOARD_HAS_TPM2 + select PLATFORM_SUPPORTS_EARLY_POWEROFF select PMC_IPC_ACPI_INTERFACE select SOC_INTEL_CSE_LITE_SKU select SOC_INTEL_CSE_SEND_EOP_ASYNC