[coreboot-gerrit] Change in coreboot[master]: mainboard/google/zoombini: add ec.c and ramstage.c to build

Nick Vaccaro (Code Review) gerrit at coreboot.org
Tue Jan 9 23:41:34 CET 2018


Hello Nick Vaccaro,

I'd like you to do a code review. Please visit

    https://review.coreboot.org/23196

to review the following change.


Change subject: mainboard/google/zoombini: add ec.c and ramstage.c to build
......................................................................

mainboard/google/zoombini: add ec.c and ramstage.c to build

-add ec.c to bootblock if CONFIG_EC_GOOGLE_CHROMEEC
-add ramstage.c to ramstage.

BUG=b:69011806
BRANCH=chromeos-2016.05
TEST='emerge-meowth coreboot' compiles correctly.

Change-Id: I7ec1e22339f3e4d9a8d83093bcc2ce725c9c99e7
Signed-off-by: Nick Vaccaro <nvaccaro at chromium.org>
---
M src/mainboard/google/zoombini/Makefile.inc
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/23196/1

diff --git a/src/mainboard/google/zoombini/Makefile.inc b/src/mainboard/google/zoombini/Makefile.inc
index 57fb71c..579ab91 100644
--- a/src/mainboard/google/zoombini/Makefile.inc
+++ b/src/mainboard/google/zoombini/Makefile.inc
@@ -15,6 +15,7 @@
 
 bootblock-y += bootblock.c
 bootblock-$(CONFIG_CHROMEOS) += chromeos.c
+bootblock-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
 bootblock-y += gpio.c
 
 verstage-$(CONFIG_CHROMEOS) += chromeos.c
@@ -29,6 +30,7 @@
 ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC) += ec.c
 ramstage-y += gpio.c
 ramstage-y += mainboard.c
+ramstage-y += ramstage.c
 
 smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
 

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ec1e22339f3e4d9a8d83093bcc2ce725c9c99e7
Gerrit-Change-Number: 23196
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro at google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180109/6627b8a5/attachment-0001.html>


More information about the coreboot-gerrit mailing list