Sheng-Liang Pan has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56982 )
Change subject: mb/google/octopus: add CBI SKU RAM ID 5 ......................................................................
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=NONE TEST=build fw and flash to the dut, the dut can boot up successfully.
Signed-off-by: Pan Sheng-Liang sheng-liang.pan@quanta.corp-partner.google.com Change-Id: I922a518cffc4dac71caec68e6f7a55c6c5717438 --- M src/mainboard/google/octopus/variants/baseboard/memory.c 1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/56982/1
diff --git a/src/mainboard/google/octopus/variants/baseboard/memory.c b/src/mainboard/google/octopus/variants/baseboard/memory.c index 95a4762..dd2df8d 100644 --- a/src/mainboard/google/octopus/variants/baseboard/memory.c +++ b/src/mainboard/google/octopus/variants/baseboard/memory.c @@ -165,6 +165,14 @@ .ch0_rank_density = LP4_8Gb_DENSITY, .ch0_dual_rank = 1, }, + /* Dual Channel 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 */ [7] = { .speed = LP4_SPEED_2400,