[coreboot-gerrit] Change in coreboot[master]: mb/google/octopus: fetch DRAM part number from CBI for phaser after D...

Peichao Li (Code Review) gerrit at coreboot.org
Thu Sep 13 05:05:53 CEST 2018


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 at 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

-- 
To view, visit https://review.coreboot.org/28586
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie05c4a68c1118d75fb52d3df1de55e3e2b552a69
Gerrit-Change-Number: 28586
Gerrit-PatchSet: 1
Gerrit-Owner: Peichao Li <peichao.wang at bitland.corp-partner.google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180913/e303202e/attachment-0001.html>


More information about the coreboot-gerrit mailing list