[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/rammus: oem_table_id is too long to be recog...

Marx Wang (Code Review) gerrit at coreboot.org
Tue Oct 2 05:52:16 CEST 2018


Marx Wang has uploaded this change for review. ( https://review.coreboot.org/28870


Change subject: mb/google/poppy/variants/rammus: oem_table_id is too long to be recognized
......................................................................

mb/google/poppy/variants/rammus: oem_table_id is too long to be recognized

This patch is to modify "the oem_table_id" from "RAMMUSMAX" to "RAMMUS"
so that the topology firmware can be loaded properly.

BUG=b:112945714
BRANCH=master
TEST=There is no error message like "failed to load topology firmware" in
     kernel log.

Change-Id: I66a38ea38791dd3d9606a05b7b696236c350237f
Signed-off-by: Marx Wang <marx.wang at intel.com>
---
M src/mainboard/google/poppy/variants/rammus/nhlt.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/28870/1

diff --git a/src/mainboard/google/poppy/variants/rammus/nhlt.c b/src/mainboard/google/poppy/variants/rammus/nhlt.c
index 70c2524..efa08ee 100644
--- a/src/mainboard/google/poppy/variants/rammus/nhlt.c
+++ b/src/mainboard/google/poppy/variants/rammus/nhlt.c
@@ -38,6 +38,6 @@
 				uint32_t *oem_revision)
 {
 	*oem_id = "GOOGLE";
-	*oem_table_id = "RAMMUSMAX";
+	*oem_table_id = "RAMMUS";
 	*oem_revision = 0;
 }

-- 
To view, visit https://review.coreboot.org/28870
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: I66a38ea38791dd3d9606a05b7b696236c350237f
Gerrit-Change-Number: 28870
Gerrit-PatchSet: 1
Gerrit-Owner: Marx Wang <marx.wang at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181002/98a42496/attachment.html>


More information about the coreboot-gerrit mailing list