Peichao Li has uploaded this change for review. ( https://review.coreboot.org/28579
Change subject: This change for DVT phase and use cbi method PORTING all of the memory particles. ......................................................................
This change for DVT phase and use cbi method PORTING all of the memory particles.
BUG=b:112870780 TEST=verify it under the EVT unit and pre-test EVT unit(rework RAM ID follow the proposal) respectively.
Change-Id: I488a0652ba348eff9a6d8591b0cfa6ed4fe808aa Signed-off-by: peichao.wang peichao.wang@bitland.corp-partner.google.com --- M src/mainboard/google/octopus/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/28579/1
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index 3ed88bd..906aeb8 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -110,6 +110,7 @@
config DRAM_PART_NUM_IN_CBI bool + default y
config DRAM_PART_NUM_ALWAYS_IN_CBI bool @@ -120,7 +121,7 @@ depends on DRAM_PART_NUM_IN_CBI && !DRAM_PART_NUM_ALWAYS_IN_CBI default 255 if BOARD_GOOGLE_YORP default 255 if BOARD_GOOGLE_BIP - default 9 if BOARD_GOOGLE_PHASER + default 2 if BOARD_GOOGLE_PHASER default 9 if BOARD_GOOGLE_FLEEX default 9 if BOARD_GOOGLE_BOBBA default 9 if BOARD_GOOGLE_MEEP