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

Martin Roth (Code Review) gerrit at coreboot.org
Tue Mar 6 22:46:27 CET 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/25014


Change subject: ec/google/chromeec: Add boardid.c to bootblock
......................................................................

ec/google/chromeec: Add boardid.c to bootblock

Update build so that we can get the board ID in bootblock.

BUG=b:74248569
TEST=build and boot grunt with follow-on patch.
Bayhub part is disabled.

Change-Id: I6353bcb4abcef4e8dc2b625082e33b73525c8525
Signed-off-by: Martin Roth <martinroth at chromium.org>
---
M src/ec/google/chromeec/Makefile.inc
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/25014/1

diff --git a/src/ec/google/chromeec/Makefile.inc b/src/ec/google/chromeec/Makefile.inc
index 7b43f63..240b16a 100644
--- a/src/ec/google/chromeec/Makefile.inc
+++ b/src/ec/google/chromeec/Makefile.inc
@@ -1,5 +1,6 @@
 ifeq ($(CONFIG_EC_GOOGLE_CHROMEEC),y)
 
+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
 

-- 
To view, visit https://review.coreboot.org/25014
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: I6353bcb4abcef4e8dc2b625082e33b73525c8525
Gerrit-Change-Number: 25014
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180306/0510617d/attachment.html>


More information about the coreboot-gerrit mailing list