Peichao Li has uploaded this change for review. ( https://review.coreboot.org/28586
Change subject: mb/google/octopus: fetch DRAM part number from CBI for phaser after DVT phase ......................................................................
mb/google/octopus: fetch DRAM part number from CBI for phaser after DVT phase
This modification for DVT build and use CBI method enable all 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: Ie05c4a68c1118d75fb52d3df1de55e3e2b552a69 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/86/28586/1
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index 3ed88bd..0ed6ed4 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 if BOARD_GOOGLE_PHASER
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