summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kukui/sdram_configs.c
diff options
context:
space:
mode:
authorHuayang Duan <huayang.duan@mediatek.com>2020-06-18 14:53:16 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-06-22 12:02:15 +0000
commit5a082825aa51b706adf553b38c225aa780ae8686 (patch)
treec5897ecc2ef90f116fca7764e5ed949d2a39c0df /src/mainboard/google/kukui/sdram_configs.c
parentd9196d0696d3918f98870d0ba419f9d50e71c902 (diff)
downloadcoreboot-5a082825aa51b706adf553b38c225aa780ae8686.tar.xz
mb/google/kukui: Add Hynix 4GB discrete LPDDR4X DDR support
Support 4GB H9HCNNNCPMMLXR-NEE discrete DDR bootup. BUG=b:156691665 BRANCH=none TEST=Boots correctly and stress test passes on Kukui. test cmd: memtester 1000M Change-Id: I0b29cc1cf0d51eb9d6af112858563193ffa88652 Signed-off-by: Huayang Duan <huayang.duan@mediatek.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42502 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.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 77aaca705d..c1e75ef6f6 100644
--- a/src/mainboard/google/kukui/sdram_configs.c
+++ b/src/mainboard/google/kukui/sdram_configs.c
@@ -14,6 +14,7 @@ static const char *const sdram_configs[] = {
[6] = "sdram-lpddr4x-KMDV6001DA-B620-4GB",
[7] = "sdram-lpddr4x-SDADA4CR-128G-4GB",
[8] = "sdram-lpddr4x-K4UBE3D4AA-MGCL-4GB",
+ [10] = "sdram-lpddr4x-H9HCNNNCPMMLXR-NEE-4GB",
};
static struct sdram_params params;