mb/google/octopus: add lpddr4 skus for new memory sources
Add lpddr4 skus for new memory sources K4F6E3S4HM-MGCJ and MT53E512M32D2NP-046. BUG=b:111964159 BRANCH=master TEST=emerge-octopus coreboot chromeos-bootimage Change-Id: Id39a332998b28262e5aa45822078f3c4087f163f Signed-off-by: nickchen <nickchen@ami.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/27747 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Peichao Li <peichao.wang@bitland.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c9c954f681
commit
44a1ab2d05
|
@ -126,6 +126,20 @@ static const struct lpddr4_sku skus[] = {
|
|||
.ch1_rank_density = LP4_8Gb_DENSITY,
|
||||
.part_num = "H9HCNNN8KUMLHR",
|
||||
},
|
||||
/* K4F6E3S4HM-MGCJ - both logical channels */
|
||||
[6] = {
|
||||
.speed = LP4_SPEED_2400,
|
||||
.ch0_rank_density = LP4_16Gb_DENSITY,
|
||||
.ch1_rank_density = LP4_16Gb_DENSITY,
|
||||
.part_num = "K4F6E3S4HM-MGCJ",
|
||||
},
|
||||
/* MT53E512M32D2NP-046 - both logical channels */
|
||||
[7] = {
|
||||
.speed = LP4_SPEED_2400,
|
||||
.ch0_rank_density = LP4_16Gb_DENSITY,
|
||||
.ch1_rank_density = LP4_16Gb_DENSITY,
|
||||
.part_num = "MT53E512M32D2NP",
|
||||
},
|
||||
};
|
||||
|
||||
static const struct lpddr4_cfg lp4cfg = {
|
||||
|
|
Loading…
Reference in New Issue