aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/Kconfig
diff options
context:
space:
mode:
authorIvy Jian <ivy_jian@compal.corp-partner.google.com>2018-09-28 10:23:41 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-10-04 09:37:48 +0000
commit0562c1e75820b05c4a278538496e8a3ffc660866 (patch)
tree468d73794f85fad9c51a2ff2743a3655a050704b /src/mainboard/google/octopus/Kconfig
parent3f59f082e3c1a0ffe382580a31ebfa8b58fc2785 (diff)
mb/google/octopus: Enable DRAM_PART_NUM_IN_CBI feature for Fleex
Enable DRAM_PART_NUM_IN_CBI feature to get DRAM part number from CBI and set DRAM_PART_IN_CBI_BOARD_ID_MIN to 2 for DVT. BUG=b:116721822 TEST=Verified it in Fleex EVT board which rework ram id. Change-Id: I0f191c950aa6a70069bffa1f1802386ab263a310 Signed-off-by: Ivy Jian <ivy_jian@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/28782 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marco Chen <marcochen@google.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/octopus/Kconfig')
-rw-r--r--src/mainboard/google/octopus/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index d245a627e6..ba1e861b20 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -117,6 +117,7 @@ config DRAM_PART_NUM_IN_CBI
default y if BOARD_GOOGLE_PHASER
default y if BOARD_GOOGLE_MEEP
default y if BOARD_GOOGLE_AMPTON
+ default y if BOARD_GOOGLE_FLEEX
config DRAM_PART_NUM_ALWAYS_IN_CBI
bool
@@ -129,7 +130,7 @@ config DRAM_PART_IN_CBI_BOARD_ID_MIN
default 255 if BOARD_GOOGLE_YORP
default 255 if BOARD_GOOGLE_BIP
default 2 if BOARD_GOOGLE_PHASER
- default 9 if BOARD_GOOGLE_FLEEX
+ default 2 if BOARD_GOOGLE_FLEEX
default 9 if BOARD_GOOGLE_BOBBA
default 1 if BOARD_GOOGLE_MEEP
default 255 if BOARD_GOOGLE_AMPTON