mb/google/reef/variants/: Add new memory ID

Add a new RAM ID of memrory PN:K4F6E3S4HM-MGCJ

BUG=b:78491470
TEST= emerge-coral coreboot chromeos-bootimage.

Change-Id: Ic40e36ab222572945f8588eb3df063e4fe0dbeb5
Signed-off-by: Ren Kuo <Ren.Kuo@quantatw.com>
Reviewed-on: https://review.coreboot.org/26365
Reviewed-by: Ren Kuo <ren.kuo@quantatw.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
ren kuo 2018-05-18 18:48:29 +08:00 committed by Martin Roth
parent 967ed213dc
commit cbdbf01807
1 changed files with 7 additions and 0 deletions

View File

@ -137,6 +137,13 @@ static const struct lpddr4_sku skus[] = {
.ch1_rank_density = LP4_16Gb_DENSITY,
.part_num = "MT53E512M32D2NP",
},
/* K4F6E3S4HM-MGCJ - both logical channels */
[7] = {
.speed = LP4_SPEED_2400,
.ch0_rank_density = LP4_8Gb_DENSITY,
.ch1_rank_density = LP4_8Gb_DENSITY,
.part_num = "K4F6E3S4HM-MGCJ",
},
};
static const struct lpddr4_cfg lp4cfg = {