From f7cc469139741fd30b8f1195528060b3677d63bc Mon Sep 17 00:00:00 2001 From: Pan Sheng-Liang Date: Wed, 3 Oct 2018 13:57:31 +0800 Subject: mb/google/octopus: Enable DRAM_PART_NUM_IN_CBI feature for Bobba Enable DRAM_PART_NUM_IN_CBI feature to get DRAM part number from CBI and set DRAM_PART_IN_CBI_BOARD_ID_MIN to 3 for DVT. BUG=b:115697578 TEST=verified it in Bobba EVT board which rework ram id. Change-Id: I0fb457d8772f5038e5d90188d7682956ddfad46b Signed-off-by: Pan Sheng-Liang Reviewed-on: https://review.coreboot.org/28891 Reviewed-by: Furquan Shaikh Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/mainboard/google/octopus/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainboard/google/octopus/Kconfig') diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index 62a748683e..f00803dce0 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -118,6 +118,7 @@ config DRAM_PART_NUM_IN_CBI default y if BOARD_GOOGLE_MEEP default y if BOARD_GOOGLE_AMPTON default y if BOARD_GOOGLE_FLEEX + default y if BOARD_GOOGLE_BOBBA config DRAM_PART_NUM_ALWAYS_IN_CBI bool @@ -131,7 +132,7 @@ config DRAM_PART_IN_CBI_BOARD_ID_MIN default 255 if BOARD_GOOGLE_BIP default 2 if BOARD_GOOGLE_PHASER default 2 if BOARD_GOOGLE_FLEEX - default 9 if BOARD_GOOGLE_BOBBA + default 3 if BOARD_GOOGLE_BOBBA default 1 if BOARD_GOOGLE_MEEP default 255 if BOARD_GOOGLE_OCTOPUS -- cgit v1.2.3