summaryrefslogtreecommitdiff
path: root/src/mainboard/google/gru/sdram_configs.c
diff options
context:
space:
mode:
authorLin Huang <hl@rock-chips.com>2017-12-01 16:32:34 +0800
committerJulius Werner <jwerner@chromium.org>2017-12-05 19:47:14 +0000
commit2bd52ff0bd0c3837db7a3b5d26539d1b90036f2f (patch)
tree59c8eb4fb45d1ec8c1b381a3120b0f67c7b6f13f /src/mainboard/google/gru/sdram_configs.c
parent02ce837674f50e5fc104b0b41c962eab03c366bf (diff)
downloadcoreboot-2bd52ff0bd0c3837db7a3b5d26539d1b90036f2f.tar.xz
google/gru: update RAMID table
There is 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@rock-chips.com> Reviewed-on: https://review.coreboot.org/22663 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/mainboard/google/gru/sdram_configs.c')
-rw-r--r--src/mainboard/google/gru/sdram_configs.c23
1 files changed, 18 insertions, 5 deletions
diff --git a/src/mainboard/google/gru/sdram_configs.c b/src/mainboard/google/gru/sdram_configs.c
index eec8a0d3c0..ac5c427027 100644
--- a/src/mainboard/google/gru/sdram_configs.c
+++ b/src/mainboard/google/gru/sdram_configs.c
@@ -23,11 +23,24 @@
#include <types.h>
static const char *sdram_configs[] = {
- [0] = "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",
+
+ /* Samsung K4E6E304EB-EGCE */
+ [0] = "sdram-lpddr3-generic-4GB",
+
+ /* Hynix H9CCNNNBJTALAR */
+ [1] = "sdram-lpddr3-generic-4GB",
+
+ /* Samsung K4E8E324EB-EGCF */
+ [3] = "sdram-lpddr3-generic-2GB",
+
+ /* Micron MT52L256M32D1PF */
+ [4] = "sdram-lpddr3-generic-2GB",
+
+ /* Samsung K4E6E304EB-EGCE, duplicate to 0 */
+ [5] = "sdram-lpddr3-generic-4GB",
+
+ /* Micron MT52L512M32D2PF */
+ [6] = "sdram-lpddr3-generic-4GB",
};
static struct rk3399_sdram_params params;