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>
This commit is contained in:
parent
bfb18e10bc
commit
2ee5dcb153
|
@ -12,6 +12,7 @@
|
||||||
*/
|
*/
|
||||||
static const char *const sdram_configs[] = {
|
static const char *const sdram_configs[] = {
|
||||||
/* Standard table. */
|
/* Standard table. */
|
||||||
|
[0x00] = "sdram-lpddr4x-K4UBE3D4AA-MGCR-4GB",
|
||||||
[0x01] = "sdram-lpddr4x-H9HCNNNCPMALHR-4GB",
|
[0x01] = "sdram-lpddr4x-H9HCNNNCPMALHR-4GB",
|
||||||
[0x02] = "sdram-lpddr4x-MT53E1G32D4NQ-4GB",
|
[0x02] = "sdram-lpddr4x-MT53E1G32D4NQ-4GB",
|
||||||
[0x03] = "sdram-lpddr4x-KMDH6001DA-B422-4GB",
|
[0x03] = "sdram-lpddr4x-KMDH6001DA-B422-4GB",
|
||||||
|
|
Loading…
Reference in New Issue