mb/google/octopus: Remove LPDDR4 RAMID index 5,6 CH[1] only SKU

From Intel EDS: Table 3-5. LPDDR4 Configurations

CH00            CH01            CH10            CH11
"x32 BGA"       "x32 BGA"       "x32 BGA"       "x32 BGA"
"x32 BGA"       "x32 BGA"       "Unpopulated"   "Unpopulated"

CH[1](CH10/CH11) can't use alone without CH[0]

BUG=b:135498646,b:136694293
BRANCH=octopus
TEST=emerge-octopus coreboot chromeos-bootimage
Change-Id: I03af74301aad3e688c97992b37c59b20a4fff58a
Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34069
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kevin Chiu 2019-07-04 18:43:14 +08:00 committed by Patrick Georgi
parent ad1456f0d7
commit 808440e6b2
1 changed files with 0 additions and 11 deletions

View File

@ -178,17 +178,6 @@ static const struct lpddr4_sku cbi_skus[] = {
.ch0_rank_density = LP4_8Gb_DENSITY,
.ch0_dual_rank = 1,
},
/* Single Channel Configs 4GiB System Capacity Ch1 populated. */
[5] = {
.speed = LP4_SPEED_2400,
.ch1_rank_density = LP4_16Gb_DENSITY,
},
/* Single Channel Configs 4GiB System Capacity Ch1 populated. */
[6] = {
.speed = LP4_SPEED_2400,
.ch1_rank_density = LP4_8Gb_DENSITY,
.ch1_dual_rank = 1,
},
/* Dual Channel Config 6GiB System Capacity */
[7] = {
.speed = LP4_SPEED_2400,