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:
parent
967ed213dc
commit
cbdbf01807
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue