diff options
author | Keith Short <keithshort@chromium.org> | 2019-04-23 17:52:36 -0600 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2019-04-24 15:53:20 +0000 |
commit | bb4759c15d210753e54d0568392c3c3871a37917 (patch) | |
tree | cd2a60bfd9b4c268b6cafb82adf53aa0c5b1b8e0 | |
parent | 97f8029ad4377fa3b5fd835512665e2656ed7275 (diff) |
mb/google/sarien: Disable POWER_OFF_ON_CR50_UPDATE
Disable the POWER_OFF_ON_CR50_UPDATE option on sarien/arcada. This is
needed so that platform properly boots after doing a Cr50 firmware
update when running on battery.
BUG=b:126632503
BRANCH=none
TEST=Build coreboot on sarien/arcada.
TEST=Perform Cr50 firmware update on Sarien, confirm the platform boots
normally after sending TURN_UPDATE_ON to the Cr50.
Change-Id: I0b687285eb95070eaffb68611a7d98eb8434ce2c
Signed-off-by: Keith Short <keithshort@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32436
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
-rw-r--r-- | src/mainboard/google/sarien/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index f1046ec952..1e6df57f2f 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -59,6 +59,10 @@ config TPM_TIS_ACPI_INTERRUPT int default 82 # GPE0_DW2_18 (GPP_D18) +config POWER_OFF_ON_CR50_UPDATE + bool + default n + config GBB_HWID string depends on CHROMEOS |