Kevin Chiu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45101 )
Change subject: mb/google/kukui: Add LPDDR4X Samsung K4UBE3D4AA-MGCR 4GB support ......................................................................
mb/google/kukui: Add LPDDR4X Samsung K4UBE3D4AA-MGCR 4GB support
Support 4GB Samsung K4UBE3D4AA-MGCR discrete DDR bootup.
BUG=b:162379736 BRANCH=master TEST=emerge-jacuzzi coreboot
Change-Id: I2f4f084ece067e9884c23004506b450a281a77a6 Signed-off-by: Kevin Chiu kevin.chiu@quantatw.com --- M src/mainboard/google/kukui/sdram_configs.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/45101/1
diff --git a/src/mainboard/google/kukui/sdram_configs.c b/src/mainboard/google/kukui/sdram_configs.c index 1f9e6bb..5239587 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",
Hello Hung-Te Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45101
to look at the new patch set (#2).
Change subject: mb/google/kukui: Add LPDDR4X Samsung K4UBE3D4AA-MGCR 4GB support ......................................................................
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 --- M src/mainboard/google/kukui/sdram_configs.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/45101/2
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45101 )
Change subject: mb/google/kukui: Add LPDDR4X Samsung K4UBE3D4AA-MGCR 4GB support ......................................................................
Patch Set 2: Code-Review+2
Hung-Te Lin has submitted this change. ( https://review.coreboot.org/c/coreboot/+/45101 )
Change subject: mb/google/kukui: Add LPDDR4X Samsung K4UBE3D4AA-MGCR 4GB support ......................................................................
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 --- M src/mainboard/google/kukui/sdram_configs.c 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Hung-Te Lin: Looks good to me, approved
diff --git a/src/mainboard/google/kukui/sdram_configs.c b/src/mainboard/google/kukui/sdram_configs.c index 1f9e6bb..5239587 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",