[coreboot-gerrit] Change in coreboot[master]: mainboard/google/eve: add vendor to subsystem id

Matt Delco (Code Review) gerrit at coreboot.org
Fri Jun 8 20:04:01 CEST 2018


Matt Delco has uploaded this change for review. ( https://review.coreboot.org/26987


Change subject: mainboard/google/eve: add vendor to subsystem id
......................................................................

mainboard/google/eve: add vendor to subsystem id

The initial subsystem ID had a device ID but not a vendor ID.
This change adds the Google vendor ID to the subsystem ID.

Change-Id: I14897da115fd6f2ddd492b6c565bd23227197232
Signed-off-by: Matt Delco <delco at chromium.org>
---
M src/mainboard/google/eve/mainboard.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/26987/1

diff --git a/src/mainboard/google/eve/mainboard.c b/src/mainboard/google/eve/mainboard.c
index 63dcd75..9b9ccdd 100644
--- a/src/mainboard/google/eve/mainboard.c
+++ b/src/mainboard/google/eve/mainboard.c
@@ -21,7 +21,7 @@
 #include <vendorcode/google/chromeos/chromeos.h>
 #include <soc/nhlt.h>
 
-#define SUBSYSTEM_ID 0x006B
+#define SUBSYSTEM_ID 0x1AE0006B
 
 static const char *oem_id_maxim = "GOOGLE";
 static const char *oem_table_id_maxim = "EVEMAX";

-- 
To view, visit https://review.coreboot.org/26987
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: I14897da115fd6f2ddd492b6c565bd23227197232
Gerrit-Change-Number: 26987
Gerrit-PatchSet: 1
Gerrit-Owner: Matt Delco <delco at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180608/6358424e/attachment.html>


More information about the coreboot-gerrit mailing list