diff options
author | Shelley Chen <shchen@google.com> | 2023-12-14 19:48:18 -0800 |
---|---|---|
committer | Shelley Chen <shchen@google.com> | 2023-12-17 04:28:09 +0000 |
commit | b6053bc1fc64592f03dc957814f639d407b1525e (patch) | |
tree | 92404d1f07cc0aeb2e57c3c2b837fb64677e8e74 | |
parent | 5eb95ee391e338d836581c830242dc8d5e6567ac (diff) |
mb/google/brox: Disable EC/PD SW Sync
For initial debugging, we want to disable SW syncing. Will re-enable
in the future.
BUG=b:300690448
BRANCH=None
TEST=emerge-brox coreboot chromeos-bootimage
run gbb_utility --get --flags <image>
make sure that it returns 0xa39
Change-Id: I865e9585ab37d1328a0ff54c6343cdad2c02220c
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79569
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Keith Short <keithshort@chromium.org>
-rw-r--r-- | src/mainboard/google/brox/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 74bea817e3..ce0f2e04c2 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -62,6 +62,8 @@ config BASEBOARD_DIR config CHROMEOS select EC_GOOGLE_CHROMEEC_SWITCHES + select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC + select GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC select HAS_RECOVERY_MRC_CACHE config CHROMEOS_WIFI_SAR |