summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHsuan Ting Chen <roccochen@chromium.org>2021-10-08 16:33:46 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-10-11 12:53:03 +0000
commit3a30cf951d69f845335f057575f12994c6730442 (patch)
treeec850b5d1905336f96157140f3782c0d8331f5ef /src
parent3bfe46c2b09360eea5e5482245d8239d1c194334 (diff)
downloadcoreboot-3a30cf951d69f845335f057575f12994c6730442.tar.gz
coreboot-3a30cf951d69f845335f057575f12994c6730442.tar.bz2
coreboot-3a30cf951d69f845335f057575f12994c6730442.zip
mb/google/guybrush: Build chromeos.c in verstage
Before attempting another commit 6260bf71 (vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main), ensure that guybrush builds chromeos.c in verstage to call get_ec_is_trusted() in vboot verstage_main(). Signed-off-by: Hsuan Ting Chen <roccochen@chromium.org> Change-Id: Ic22519fdde1b18f6ce0237022dee02ca37181a74 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58193 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/guybrush/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/Makefile.inc b/src/mainboard/google/guybrush/Makefile.inc
index 85649b6363fa..f3140ddbdb29 100644
--- a/src/mainboard/google/guybrush/Makefile.inc
+++ b/src/mainboard/google/guybrush/Makefile.inc
@@ -18,6 +18,7 @@ ramstage-y += ec.c
ramstage-$(CONFIG_CHROMEOS) += chromeos.c
verstage-y += verstage.c
+verstage-$(CONFIG_CHROMEOS) += chromeos.c
subdirs-y += variants/baseboard
subdirs-y += variants/$(VARIANT_DIR)