[coreboot-gerrit] Change in coreboot[master]: This change for DVT phase and use cbi method PORTING all of the memor...

Peichao Li (Code Review) gerrit at coreboot.org
Wed Sep 12 08:01:19 CEST 2018


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

-- 
To view, visit https://review.coreboot.org/28579
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: I488a0652ba348eff9a6d8591b0cfa6ed4fe808aa
Gerrit-Change-Number: 28579
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/20180912/1d4b6933/attachment.html>


More information about the coreboot-gerrit mailing list