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

Pan Sheng-Liang (Code Review) gerrit at coreboot.org
Wed Oct 3 08:03:42 CEST 2018


Pan Sheng-Liang has uploaded this change for review. ( https://review.coreboot.org/28891


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

mb/google/octopus: Enable DRAM_PART_NUM_IN_CBI feature for Bobba

Enable DRAM_PART_NUM_IN_CBI feature to get DRAM part number from CBI
and set DRAM_PART_IN_CBI_BOARD_ID_MIN to 2 for DVT.

BUG=b:115697578
TEST=verified it in Bobba EVT board which rework ram id.

Signed-off-by: Pan Sheng-Liang
<sheng-liang.pan at quanta.corp-partner.google.com>

Change-Id: I0fb457d8772f5038e5d90188d7682956ddfad46b
---
M src/mainboard/google/octopus/Kconfig
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/28891/1

diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index d245a62..7cb6a6d 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -117,6 +117,7 @@
 	default y if BOARD_GOOGLE_PHASER
 	default y if BOARD_GOOGLE_MEEP
 	default y if BOARD_GOOGLE_AMPTON
+	default y if BOARD_GOOGLE_BOBBA
 
 config DRAM_PART_NUM_ALWAYS_IN_CBI
 	bool
@@ -130,7 +131,7 @@
 	default 255 if BOARD_GOOGLE_BIP
 	default 2 if BOARD_GOOGLE_PHASER
 	default 9 if BOARD_GOOGLE_FLEEX
-	default 9 if BOARD_GOOGLE_BOBBA
+	default 2 if BOARD_GOOGLE_BOBBA
 	default 1 if BOARD_GOOGLE_MEEP
 	default 255 if BOARD_GOOGLE_AMPTON
 	default 255 if BOARD_GOOGLE_OCTOPUS

-- 
To view, visit https://review.coreboot.org/28891
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: I0fb457d8772f5038e5d90188d7682956ddfad46b
Gerrit-Change-Number: 28891
Gerrit-PatchSet: 1
Gerrit-Owner: Pan Sheng-Liang <sl.pan.quantw at gmail.com>
Gerrit-Reviewer: Sheng-Liang Pan <sheng-liang.pan at quanta.corp-partner.google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181003/3c18ed1e/attachment.html>


More information about the coreboot-gerrit mailing list