[coreboot-gerrit] Change in coreboot[master]: google/coral: Set SKU ID to EC

Tim Chen (Code Review) gerrit at coreboot.org
Thu Sep 21 10:28:18 CEST 2017


Tim Chen has uploaded this change for review. ( https://review.coreboot.org/21625


Change subject: google/coral: Set SKU ID to EC
......................................................................

google/coral: Set SKU ID to EC

Set AP SKU ID by ec command EC_CMD_SET_SKU_ID to update EC keyboard backlight
flag.

BUG=b:64705535
BRANCH=master
TEST=build and test on coral/bruce dut

Change-Id: Id427c9d714969d23f96e6be992f3344ade82b43e
Signed-off-by: Tim Chen <Tim-Chen at quantatw.com>
---
M src/mainboard/google/reef/variants/coral/mainboard.c
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/21625/1

diff --git a/src/mainboard/google/reef/variants/coral/mainboard.c b/src/mainboard/google/reef/variants/coral/mainboard.c
index c60c083..fd8f33b 100644
--- a/src/mainboard/google/reef/variants/coral/mainboard.c
+++ b/src/mainboard/google/reef/variants/coral/mainboard.c
@@ -39,6 +39,11 @@
 	*oem_revision = variant_board_sku();
 }
 
+void variant_board_ec_set_skuid(void)
+{
+	google_chromeec_set_sku_id(variant_board_sku());
+}
+
 void mainboard_devtree_update(struct device *dev)
 {
        /* Override dev tree settings per board */

-- 
To view, visit https://review.coreboot.org/21625
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id427c9d714969d23f96e6be992f3344ade82b43e
Gerrit-Change-Number: 21625
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Chen <Tim-Chen at quantatw.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170921/2d209782/attachment.html>


More information about the coreboot-gerrit mailing list