mb/google/octopus: Add 6GB dual-channel memory configuration
Add 6GB dual-channel memory configuration for future use. BUG=b:124634885 BRANCH=octopus TEST=emerge-octopus coreboot Change-Id: I36d6c704ac6708b29cc570a2209eeb32de6148b3 Signed-off-by: Seunghwan Kim <sh_.kim@samsung.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31460 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Furquan Shaikh
parent
3ee8b750f4
commit
7c2b50894c
@ -189,6 +189,12 @@ static const struct lpddr4_sku cbi_skus[] = {
|
|||||||
.ch1_rank_density = LP4_8Gb_DENSITY,
|
.ch1_rank_density = LP4_8Gb_DENSITY,
|
||||||
.ch1_dual_rank = 1,
|
.ch1_dual_rank = 1,
|
||||||
},
|
},
|
||||||
|
/* Dual Channel Config 6GiB System Capacity */
|
||||||
|
[7] = {
|
||||||
|
.speed = LP4_SPEED_2400,
|
||||||
|
.ch0_rank_density = LP4_12Gb_DENSITY,
|
||||||
|
.ch1_rank_density = LP4_12Gb_DENSITY,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct lpddr4_cfg cbi_lp4cfg = {
|
static const struct lpddr4_cfg cbi_lp4cfg = {
|
||||||
|
Reference in New Issue
Block a user