Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37025 )
Change subject: hatch: Enable EC sync in romstage ......................................................................
hatch: Enable EC sync in romstage
Now that the EC software sync in romstage ("early EC sync") patches have landed, it's time to enable this for Hatch.
BUG=none BRANCH=hatch TEST=verify EC sync runs in romstage
Change-Id: Ie567ab081b95b2302b051812fbf46e183c76bab6 Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Reviewed-on: https://review.coreboot.org/c/coreboot/+/37025 Reviewed-by: Furquan Shaikh furquan@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/hatch/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index 943ec61..d6e6e46 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -129,6 +129,7 @@ config VBOOT select HAS_RECOVERY_MRC_CACHE select MRC_CLEAR_NORMAL_CACHE_ON_RECOVERY_RETRAIN + select VBOOT_EARLY_EC_SYNC select VBOOT_LID_SWITCH
endif # BOARD_GOOGLE_BASEBOARD_HATCH