diff options
author | Pan Sheng-Liang <sheng-liang.pan@quanta.corp-partner.google.com> | 2018-10-03 13:57:31 +0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2018-10-08 14:45:46 +0000 |
commit | f7cc469139741fd30b8f1195528060b3677d63bc (patch) | |
tree | b0462e0512ed1c37cc6ec8dbba8984c0858f9eec /src/mainboard/google | |
parent | 9360feaf5121fb0b4b2d63e3168effe066650071 (diff) | |
download | coreboot-f7cc469139741fd30b8f1195528060b3677d63bc.tar.xz |
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 <sheng-liang.pan@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/28891
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/octopus/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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 |