[coreboot-gerrit] Change in ...coreboot[master]: chromeos: Provide watchdog support in verstage

You-Cheng Syu (Code Review) gerrit at coreboot.org
Thu Dec 20 10:46:05 CET 2018


You-Cheng Syu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30329


Change subject: chromeos: Provide watchdog support in verstage
......................................................................

chromeos: Provide watchdog support in verstage

Some boards may want to initialize watchdog in verstage instead of
bootblock or ramstage, so we need to add watchdog support in verstage.

BRANCH=none
BUG=b:120588396
TEST=build successfully

Change-Id: I13ab84f54d576a0e8c723070b5d9aadd9d63f87c
Signed-off-by: You-Cheng Syu <youcheng at google.com>
---
M src/vendorcode/google/chromeos/Makefile.inc
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/30329/1

diff --git a/src/vendorcode/google/chromeos/Makefile.inc b/src/vendorcode/google/chromeos/Makefile.inc
index ecd82b7..000d056 100644
--- a/src/vendorcode/google/chromeos/Makefile.inc
+++ b/src/vendorcode/google/chromeos/Makefile.inc
@@ -24,5 +24,6 @@
 ramstage-$(CONFIG_TPM_CR50) += cr50_enable_update.c
 ifeq ($(CONFIG_ARCH_MIPS),)
 bootblock-y += watchdog.c
+verstage-y += watchdog.c
 ramstage-y += watchdog.c
 endif

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30329
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I13ab84f54d576a0e8c723070b5d9aadd9d63f87c
Gerrit-Change-Number: 30329
Gerrit-PatchSet: 1
Gerrit-Owner: You-Cheng Syu <youcheng at google.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181220/5feb5068/attachment-0001.html>


More information about the coreboot-gerrit mailing list