[coreboot-gerrit] Change in coreboot[master]: mb/google/octopus: Enable DRAM_PART_NUM_IN_CBI feature for meep

Wisley Chen (Code Review) gerrit at coreboot.org
Tue Sep 18 13:39:31 CEST 2018


Wisley Chen has uploaded this change for review. ( https://review.coreboot.org/28658


Change subject: mb/google/octopus: Enable DRAM_PART_NUM_IN_CBI feature for meep
......................................................................

mb/google/octopus: Enable DRAM_PART_NUM_IN_CBI feature for meep

Enable DRAM_PART_NUM_IN_CBI feature to get DRAM part number from CBI
and set DRAM_PART_IN_CBI_BOARD_ID_MIN to 1 for EVT.

BUG=b:115965629
TEST=verified it in meep proto board which rework ram id.

Singed-off-by: Wisley Chen <wisley.chen at quantatw.com>
Change-Id: I962b099d5b9fbe0ca29708be1e9c6ed60b10d363
---
M src/mainboard/google/octopus/Kconfig
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/28658/1

diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index 7ecb486..91d55ac 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -112,6 +112,7 @@
 config DRAM_PART_NUM_IN_CBI
 	bool
 	default y if BOARD_GOOGLE_PHASER
+	default y if BOARD_GOOGLE_MEEP
 
 config DRAM_PART_NUM_ALWAYS_IN_CBI
 	bool
@@ -125,7 +126,7 @@
 	default 2 if BOARD_GOOGLE_PHASER
 	default 9 if BOARD_GOOGLE_FLEEX
 	default 9 if BOARD_GOOGLE_BOBBA
-	default 9 if BOARD_GOOGLE_MEEP
+	default 1 if BOARD_GOOGLE_MEEP
 	default 255 if BOARD_GOOGLE_OCTOPUS
 
 endif # BOARD_GOOGLE_OCTOPUS

-- 
To view, visit https://review.coreboot.org/28658
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: I962b099d5b9fbe0ca29708be1e9c6ed60b10d363
Gerrit-Change-Number: 28658
Gerrit-PatchSet: 1
Gerrit-Owner: Wisley Chen <wisley.chen at quantatw.com>
Gerrit-Reviewer: Wisley Chen <wisley.chen at quanta.corp-partner.google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180918/14131efa/attachment.html>


More information about the coreboot-gerrit mailing list