summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSam McNally <sammc@chromium.org>2020-03-04 16:49:24 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2020-03-06 00:28:52 +0000
commitce603d59119df32d960fccf84d66e939534673d1 (patch)
treec572d44a538a5c05de34ef2617902644bd3ed64f /src
parenteded500e3cb2d671e18fe6af389bf5b1769dda15 (diff)
downloadcoreboot-ce603d59119df32d960fccf84d66e939534673d1.tar.gz
coreboot-ce603d59119df32d960fccf84d66e939534673d1.tar.bz2
coreboot-ce603d59119df32d960fccf84d66e939534673d1.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/hatch/Kconfig.name1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/Kconfig.name b/src/mainboard/google/hatch/Kconfig.name
index fc3a66e92e73..fe1e33458542 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"