Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86316?usp=email )
Change subject: mb/google/brox: Enable low-battery indicator support ......................................................................
mb/google/brox: Enable low-battery indicator support
This patch enables the `HAVE_ESOL_SUPPORT_FOR_LOW_BATTERY_INDICATOR` Kconfig option for the Brox board.
This allows the eSOL feature to display a low-battery indicator. Since Brox uses libgfxinit, this option is enabled by default.
BUG=b:339673254 TEST=Verified low battery boot event logging and controlled shutdown.
Change-Id: I8b49a487ca80a2aeeb8b4d8e4c2259217e854444 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/16/86316/1
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 1731d51..16044ff 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -21,6 +21,7 @@ select FW_CONFIG_SOURCE_CHROMEEC_CBI select GOOGLE_SMBIOS_MAINBOARD_VERSION select HAVE_ACPI_TABLES + select HAVE_ESOL_SUPPORT_FOR_LOW_BATTERY_INDICATOR select HAVE_FSP_LOGO_SUPPORT if RUN_FSP_GOP select I2C_TPM select INTEL_LPSS_UART_FOR_CONSOLE