[coreboot-gerrit] Change in coreboot[master]: ec/google/chromeec: Add ec_boardid.c to smm

Furquan Shaikh (Code Review) gerrit at coreboot.org
Wed Oct 10 08:57:56 CEST 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/28982


Change subject: ec/google/chromeec: Add ec_boardid.c to smm
......................................................................

ec/google/chromeec: Add ec_boardid.c to smm

This change adds ec_boardid.c to smm stage, which is required to allow
mainboards to query the ec to get board version in this stage.

BUG=b:112366846,b:112112483,b:112111610

Change-Id: Iccbba96ebb94a12745a62cbfe3496f9e6f921e3d
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/ec/google/chromeec/Makefile.inc
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/28982/1

diff --git a/src/ec/google/chromeec/Makefile.inc b/src/ec/google/chromeec/Makefile.inc
index b17a904..4fe311d 100644
--- a/src/ec/google/chromeec/Makefile.inc
+++ b/src/ec/google/chromeec/Makefile.inc
@@ -3,6 +3,7 @@
 bootblock-$(CONFIG_EC_GOOGLE_CHROMEEC_BOARDID) += ec_boardid.c
 romstage-$(CONFIG_EC_GOOGLE_CHROMEEC_BOARDID) += ec_boardid.c
 ramstage-$(CONFIG_EC_GOOGLE_CHROMEEC_BOARDID) += ec_boardid.c
+smm-$(CONFIG_EC_GOOGLE_CHROMEEC_BOARDID) += ec_boardid.c
 
 bootblock-y += ec.c
 bootblock-$(CONFIG_EC_GOOGLE_CHROMEEC_LPC) += ec_lpc.c

-- 
To view, visit https://review.coreboot.org/28982
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: Iccbba96ebb94a12745a62cbfe3496f9e6f921e3d
Gerrit-Change-Number: 28982
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181010/975e58a1/attachment.html>


More information about the coreboot-gerrit mailing list