diff options
author | Sunway <lisunwei@huaqin.corp-partner.google.com> | 2021-05-10 14:49:18 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-11 12:50:33 +0000 |
commit | 7557c25f10d4cc4f01dcff43b8c4d12e7cd04a5c (patch) | |
tree | 45ec64b4d1b0282ba8675b771c055f5c45df7cec /src/mainboard/google/kukui/sdram_configs.c | |
parent | a39ea90506ea200f3dbf2c14bea82c327a37edbc (diff) |
mb/google/kukui: Add discrete EMCP LPDDR4X table for Kakadu/Katsu
Add EMCP LPDDR4X DDR FEPRF6432-58A1930 for ram id 9.
BUG=b:186141919
BRANCH=kukui
TEST=New Emcp can boot normally on kakadu/katsu
Signed-off-by: Sunway <lisunwei@huaqin.corp-partner.google.com>
Change-Id: Ieaf05a0a7b0c0671c07b0df29319ebd91fe63e57
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54009
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.c | 1 |
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 9eb04fed28..040810e1d8 100644 --- a/src/mainboard/google/kukui/sdram_configs.c +++ b/src/mainboard/google/kukui/sdram_configs.c @@ -45,6 +45,7 @@ static const char *const sdram_configs[] = { [0x26] = "sdram-lpddr4x-KMDV6001DA-B620-4GB", [0x27] = "sdram-lpddr4x-SDADA4CR-128G-4GB", [0x28] = "sdram-lpddr4x-MT29VZZZCD9GQKPR-046-8GB", + [0x29] = "sdram-lpddr4x-FEPRF6432-58A1930-4GB", /* Table shared by Cozmo and its variants, offset = 0x30 */ [0x30] = "sdram-lpddr4x-K4UBE3D4AA-MGCR-4GB", |