From 5feef37de8fa2da9ca0b5df48bdf470c248cc0cb Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Tue, 14 Apr 2020 17:33:40 -0700 Subject: Puff: Enable VBOOT_EARLY_EC_SYNC Romstage is now where software sync is performed for chromebooks. EFS2 has been ported to romstage from Depthcharge. Puff should follow. This patch enables CONFIG_EARLY_EC_SYNC and disables CONFIG_VBOOT_EC_EFS. EFS2 will be done in romstage. BUG=b:147298634, chromium:1045217 BRANCH=none TEST=Verify software sync succeeds on Puff. Signed-off-by: Daisuke Nojiri Change-Id: I8d7c25f8281496c7adb282f5d4e0fc192d746e3e Reviewed-on: https://review.coreboot.org/c/coreboot/+/40390 Reviewed-by: Julius Werner Tested-by: build bot (Jenkins) --- src/mainboard/google/hatch/Kconfig.name | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/hatch/Kconfig.name') diff --git a/src/mainboard/google/hatch/Kconfig.name b/src/mainboard/google/hatch/Kconfig.name index 0713d13917..de9bcb53b1 100644 --- a/src/mainboard/google/hatch/Kconfig.name +++ b/src/mainboard/google/hatch/Kconfig.name @@ -88,7 +88,6 @@ config BOARD_GOOGLE_PUFF select BOARD_ROMSIZE_KB_32768 select ROMSTAGE_SPD_SMBUS select SPD_READ_BY_WORD - select VBOOT_EC_EFS config BOARD_GOOGLE_HELIOS_DISKSWAP bool "-> Helios_Diskswap" -- cgit v1.2.3