summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/kukui/sdram_configs.c
diff options
context:
space:
mode:
authorKevin Chiu <Kevin.Chiu@quantatw.com>2020-08-17 18:04:16 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-08-24 09:25:09 +0000
commitdda2de81c74d7cd37c871b525cdd1a00b87ca496 (patch)
tree5f5a5e744dd3cd3e2bd6275009c7c1d035ca043d /src/mainboard/google/kukui/sdram_configs.c
parent830c77eede92614adfea900872b442ecbe205349 (diff)
downloadcoreboot-dda2de81c74d7cd37c871b525cdd1a00b87ca496.tar.gz
coreboot-dda2de81c74d7cd37c871b525cdd1a00b87ca496.tar.bz2
coreboot-dda2de81c74d7cd37c871b525cdd1a00b87ca496.zip
mb/google/kukui: Add LPDDR4X MT53E2G32D4NQ-046 8GB support for burnet/esche
Add LPDDR4x DRAM index#6 MT53E2G32D4NQ-046 8GB BUG=b:159301679 BRANCH=master TEST=1. emerge-jacuzzi coreboot 2. MT53E2G32D4NQ-046 8GB M/B boot successfully 3. check DRAM size: 8GB Change-Id: I16449591ec576b1c613a5dad511bafac2bb46f04 Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44520 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src/mainboard/google/kukui/sdram_configs.c')
-rw-r--r--src/mainboard/google/kukui/sdram_configs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kukui/sdram_configs.c b/src/mainboard/google/kukui/sdram_configs.c
index 95306c7b136f..54f0ef994997 100644
--- a/src/mainboard/google/kukui/sdram_configs.c
+++ b/src/mainboard/google/kukui/sdram_configs.c
@@ -28,6 +28,7 @@ static const char *const sdram_configs[] = {
[0x12] = "sdram-lpddr4x-MT53E1G32D4NQ-4GB",
[0x13] = "sdram-lpddr4x-K4UBE3D4AA-MGCL-4GB",
[0x14] = "sdram-lpddr4x-H9HCNNNCPMMLXR-NEE-4GB",
+ [0x16] = "sdram-lpddr4x-MT53E2G32D4NQ-046-8GB",
};
static struct sdram_params params;