aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kukui/sdram_configs.c
diff options
context:
space:
mode:
authorxuxinxiong <xuxinxiong@huaqin.corp-partner.google.com>2021-01-14 09:29:15 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-01-19 08:57:12 +0000
commit9448682239ad944054123b8a3bcbe2bfe0275571 (patch)
tree408085cfe965f23ec9cda56245da1af02eb2ee0b /src/mainboard/google/kukui/sdram_configs.c
parent64fad6feb381948b7a06e39796dcd23ec1d02dbd (diff)
mb/google/kukui: Add discrete EMCP LPDDR4X table for Kakadu/Katsu
Add EMCP LPDDR4X DDR MT29VZZZCD9GQKPR for ram id 8. BUG=b:176262460 BRANCH=master TEST=emerge-jacuzzi coreboot Change-Id: If00478b9b05ab3ec48b6a8dec37e9f2f9f04e188 Signed-off-by: xuxinxiong <xuxinxiong@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49447 Reviewed-by: Tao Xia <xiatao5@huaqin.corp-partner.google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Hung-Te Lin <hungte@chromium.org> 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.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/mainboard/google/kukui/sdram_configs.c b/src/mainboard/google/kukui/sdram_configs.c
index 57f5e6e765..f00bec82c8 100644
--- a/src/mainboard/google/kukui/sdram_configs.c
+++ b/src/mainboard/google/kukui/sdram_configs.c
@@ -24,13 +24,25 @@ static const char *const sdram_configs[] = {
[0x09] = "sdram-lpddr4x-MT53E2G32D4NQ-046-8GB",
[0x0a] = "sdram-lpddr4x-H9HCNNNCPMMLXR-NEE-4GB",
- /* Table shared by Burnet and its variants, offset = 0x10 */
+ /* Table shared by Burnet and its variants, Fennel and Cerise, offset = 0x10 */
[0x10] = "sdram-lpddr4x-K4UBE3D4AA-MGCR-4GB",
[0x11] = "sdram-lpddr4x-H9HCNNNCPMALHR-4GB",
[0x12] = "sdram-lpddr4x-MT53E1G32D4NQ-4GB",
[0x13] = "sdram-lpddr4x-K4UBE3D4AA-MGCL-4GB",
[0x14] = "sdram-lpddr4x-H9HCNNNCPMMLXR-NEE-4GB",
[0x16] = "sdram-lpddr4x-MT53E2G32D4NQ-046-8GB",
+
+ /* Table shared by Kakadu and its variants, offset = 0x20 */
+ [0x20] = "sdram-lpddr4x-K4UBE3D4AA-MGCR-4GB",
+ [0x21] = "sdram-lpddr4x-H9HCNNNCPMALHR-4GB",
+ [0x22] = "sdram-lpddr4x-MT53E1G32D4NQ-4GB",
+ [0x23] = "sdram-lpddr4x-KMDH6001DA-B422-4GB",
+ [0x24] = "sdram-lpddr4x-KMDP6001DA-B425-4GB",
+ [0x25] = "sdram-lpddr4x-MT29VZZZAD8DQKSL-4GB",
+ [0x26] = "sdram-lpddr4x-KMDV6001DA-B620-4GB",
+ [0x27] = "sdram-lpddr4x-SDADA4CR-128G-4GB",
+ [0x28] = "sdram-lpddr4x-MT29VZZZCD9GQKPR-046-8GB",
+
};
static struct sdram_params params;