diff options
author | Kevin Chiu <Kevin.Chiu@quantatw.com> | 2020-09-04 11:07:39 +0800 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2020-09-08 02:07:04 +0000 |
commit | 2ee5dcb153d85b9823e1cc8f50005c614fbbe343 (patch) | |
tree | 0365136c7b031c1727d242a102d444521c5a0462 /src | |
parent | bfb18e10bcdfc358cd9e236587f05a0a9aaa23a1 (diff) |
mb/google/kukui: Add LPDDR4X Samsung K4UBE3D4AA-MGCR 4GB support
Support 4GB Samsung K4UBE3D4AA-MGCR discrete DDR bootup.
BUG=b:162379736
BRANCH=kukui
TEST=emerge-jacuzzi coreboot
Change-Id: I2f4f084ece067e9884c23004506b450a281a77a6
Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45101
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-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 1f9e6bbed4..523958788b 100644 --- a/src/mainboard/google/kukui/sdram_configs.c +++ b/src/mainboard/google/kukui/sdram_configs.c @@ -12,6 +12,7 @@ */ static const char *const sdram_configs[] = { /* Standard table. */ + [0x00] = "sdram-lpddr4x-K4UBE3D4AA-MGCR-4GB", [0x01] = "sdram-lpddr4x-H9HCNNNCPMALHR-4GB", [0x02] = "sdram-lpddr4x-MT53E1G32D4NQ-4GB", [0x03] = "sdram-lpddr4x-KMDH6001DA-B422-4GB", |