[coreboot-gerrit] Change in coreboot[master]: mainboard/google/zoombini: add call to mainboard_ec_init()

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/23197

to review the following change.


Change subject: mainboard/google/zoombini: add call to mainboard_ec_init()
......................................................................

mainboard/google/zoombini: add call to mainboard_ec_init()

Add mainboard_ec_init() call to bootblock_mainboard_init().

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

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/23197/1

diff --git a/src/mainboard/google/zoombini/bootblock.c b/src/mainboard/google/zoombini/bootblock.c
index 5f37206..e7858f2 100644
--- a/src/mainboard/google/zoombini/bootblock.c
+++ b/src/mainboard/google/zoombini/bootblock.c
@@ -16,6 +16,7 @@
 #include <baseboard/gpio.h>
 #include <baseboard/variants.h>
 #include <bootblock_common.h>
+#include <ec/ec.h>
 #include <soc/gpio.h>
 
 static void early_config_gpio(void)
@@ -30,4 +31,5 @@
 void bootblock_mainboard_init(void)
 {
 	early_config_gpio();
+	mainboard_ec_init();
 }

-- 
To view, visit https://review.coreboot.org/23197
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: I8c2af7ae9c1d8187329133cd7a62fca58236d2ae
Gerrit-Change-Number: 23197
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/bb5dabe8/attachment-0001.html>


More information about the coreboot-gerrit mailing list