From ce603d59119df32d960fccf84d66e939534673d1 Mon Sep 17 00:00:00 2001 From: Sam McNally Date: Wed, 4 Mar 2020 16:49:24 +1100 Subject: mb/google/hatch/puff: Enable VBOOT_EC_EFS If the ChromeOS EC uses EC early firmware selection (EFS), the AP vboot build must also enable EC EFS. Puff EC uses EFS, so enable it in the AP vboot build. BUG=b:150742950 TEST=Puff can boot with EC EFS with hardware write protect enabled BRANCH=none Signed-off-by: Sam McNally Change-Id: I0877000b7d277106436831f2d69775c25299da9e Reviewed-on: https://review.coreboot.org/c/coreboot/+/39273 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Paul Menzel --- src/mainboard/google/hatch/Kconfig.name | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/hatch/Kconfig.name b/src/mainboard/google/hatch/Kconfig.name index fc3a66e92e..fe1e334585 100644 --- a/src/mainboard/google/hatch/Kconfig.name +++ b/src/mainboard/google/hatch/Kconfig.name @@ -50,6 +50,7 @@ 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