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 <sammc@chromium.org> Change-Id: I0877000b7d277106436831f2d69775c25299da9e Reviewed-on: https://review.coreboot.org/c/coreboot/+/39273 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
eded500e3c
commit
ce603d5911
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue