[coreboot-gerrit] Change in coreboot[master]: google/gru: update RAMID table

Lin Huang (Code Review) gerrit at coreboot.org
Fri Dec 1 09:49:03 CET 2017


Lin Huang has uploaded this change for review. ( https://review.coreboot.org/22663


Change subject: google/gru: update RAMID table
......................................................................

google/gru: update RAMID table

There are some confusion with old RAMID table, make it clear,
and let's no longer tangle it in future.

Change-Id: I44215b4a6668074575a5df691ac1ff8fa3d15492
Signed-off-by: Lin Huang <hl at rock-chips.com>
---
M src/mainboard/google/gru/sdram_configs.c
M src/mainboard/google/gru/sdram_params/sdram-lpddr3-hynix-4GB-928.c
2 files changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/22663/1

diff --git a/src/mainboard/google/gru/sdram_configs.c b/src/mainboard/google/gru/sdram_configs.c
index eec8a0d..956a1c8 100644
--- a/src/mainboard/google/gru/sdram_configs.c
+++ b/src/mainboard/google/gru/sdram_configs.c
@@ -23,10 +23,10 @@
 #include <types.h>
 
 static const char *sdram_configs[] = {
-	[0] = "sdram-lpddr3-hynix-4GB",
+	[0] = "sdram-lpddr3-samsung-4GB-04EB",
+	[1] = "sdram-lpddr3-hynix-4GB",
 	[3] = "sdram-lpddr3-samsung-2GB-24EB",
 	[4] = "sdram-lpddr3-micron-2GB",
-	[5] = "sdram-lpddr3-samsung-4GB-04EB",
 	[6] = "sdram-lpddr3-micron-4GB",
 };
 
diff --git a/src/mainboard/google/gru/sdram_params/sdram-lpddr3-hynix-4GB-928.c b/src/mainboard/google/gru/sdram_params/sdram-lpddr3-hynix-4GB-928.c
index f75e6b5..0f20b60 100644
--- a/src/mainboard/google/gru/sdram_params/sdram-lpddr3-hynix-4GB-928.c
+++ b/src/mainboard/google/gru/sdram_params/sdram-lpddr3-hynix-4GB-928.c
@@ -13,6 +13,7 @@
 
 #include <soc/sdram.h>
 
+/* 2 Hynix H9CCNNNBJTALAR chips */
 struct rk3399_sdram_params params = {
 	{
 		{

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I44215b4a6668074575a5df691ac1ff8fa3d15492
Gerrit-Change-Number: 22663
Gerrit-PatchSet: 1
Gerrit-Owner: Lin Huang <hl at rock-chips.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171201/c45ee24f/attachment-0001.html>


More information about the coreboot-gerrit mailing list