[coreboot-gerrit] Change in coreboot[master]: mainboard/google/eve: Add subsystem_id

HARSHAPRIYA N (Code Review) gerrit at coreboot.org
Mon May 7 20:41:56 CEST 2018


HARSHAPRIYA N has uploaded this change for review. ( https://review.coreboot.org/26139


Change subject: mainboard/google/eve: Add subsystem_id
......................................................................

mainboard/google/eve: Add subsystem_id

This patch adds subsystem_id for eve as 0x006B. The value
is set in nhlt structure which will be used by endpoints as well.

Change-Id: Id6910678c4d6e92ed45c776f174855efd26f9e27
Signed-off-by: Harsha Priya <harshapriya.n at intel.com>
---
M src/mainboard/google/eve/mainboard.c
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/26139/1

diff --git a/src/mainboard/google/eve/mainboard.c b/src/mainboard/google/eve/mainboard.c
index d30eff2..6a28e7d 100644
--- a/src/mainboard/google/eve/mainboard.c
+++ b/src/mainboard/google/eve/mainboard.c
@@ -21,6 +21,8 @@
 #include <vendorcode/google/chromeos/chromeos.h>
 #include <soc/nhlt.h>
 
+#define SUBSYSTEM_ID 0x006B
+
 static const char *oem_id_maxim = "GOOGLE";
 static const char *oem_table_id_maxim = "EVEMAX";
 
@@ -42,6 +44,8 @@
 	if (!nhlt)
 		return start_addr;
 
+	nhlt->subsystem_id = SUBSYSTEM_ID;
+
 	/* 4 Channel DMIC array */
 	if (nhlt_soc_add_rt5514(nhlt, AUDIO_LINK_SSP0, 4))
 		printk(BIOS_ERR, "Couldn't add rt5514.\n");

-- 
To view, visit https://review.coreboot.org/26139
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: Id6910678c4d6e92ed45c776f174855efd26f9e27
Gerrit-Change-Number: 26139
Gerrit-PatchSet: 1
Gerrit-Owner: HARSHAPRIYA N <harshapriya.n at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180507/abd3cc66/attachment.html>


More information about the coreboot-gerrit mailing list