mb/google/octopus: add CBI SKU RAM ID 5

add CBI sku RAM ID 5 for 4GiB Capacity with dual channel and dual rank
with 4gb dram density.

BUG=b:178665760
BRANCH=Octopus
TEST=build fw and flash to the dut with RAMID 5, dut can boot up successfully.

Signed-off-by: Pan Sheng-Liang <sheng-liang.pan@quanta.corp-partner.google.com>
Change-Id: I922a518cffc4dac71caec68e6f7a55c6c5717438
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56982
Reviewed-by: Marco Chen <marcochen@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sheng-Liang Pan 2021-08-16 14:45:59 +08:00 committed by Felix Held
parent 11f966df23
commit 778380ac74
1 changed files with 8 additions and 0 deletions

View File

@ -165,6 +165,14 @@ static const struct lpddr4_sku cbi_skus[] = {
.ch0_rank_density = LP4_8Gb_DENSITY, .ch0_rank_density = LP4_8Gb_DENSITY,
.ch0_dual_rank = 1, .ch0_dual_rank = 1,
}, },
/* Dual Channel / Dual Rank Config 4GiB System Capacity */
[5] = {
.speed = LP4_SPEED_2400,
.ch0_rank_density = LP4_4Gb_DENSITY,
.ch1_rank_density = LP4_4Gb_DENSITY,
.ch0_dual_rank = 1,
.ch1_dual_rank = 1,
},
/* Dual Channel Config 6GiB System Capacity */ /* Dual Channel Config 6GiB System Capacity */
[7] = { [7] = {
.speed = LP4_SPEED_2400, .speed = LP4_SPEED_2400,