[coreboot-gerrit] Change in ...coreboot[master]: mb/google/kahlee: Enable 2T mode for liara in DVT phase

chris wang (Code Review) gerrit at coreboot.org
Wed Nov 21 17:50:07 CET 2018


Hello Chris Wang,

I'd like you to do a code review. Please visit

    https://review.coreboot.org/c/coreboot/+/29779

to review the following change.


Change subject: mb/google/kahlee: Enable 2T mode for liara in DVT phase
......................................................................

mb/google/kahlee: Enable 2T mode for liara in DVT phase

Change the board id detection to support rev5, since the 2T mode still
needed in DVT build.

BUG=b:116082728
TEST=verify by ODM.

Change-Id: Ibb4cc1fd2bb54984cb7a8856ed7b9f49b78eddce
Signed-off-by: Chris Wang <chris.wang at amd.corp-partner.google.com>
---
M src/mainboard/google/kahlee/OemCustomize.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/29779/1

diff --git a/src/mainboard/google/kahlee/OemCustomize.c b/src/mainboard/google/kahlee/OemCustomize.c
index 12e5072..fc8ff32 100644
--- a/src/mainboard/google/kahlee/OemCustomize.c
+++ b/src/mainboard/google/kahlee/OemCustomize.c
@@ -58,7 +58,7 @@
 
 void OemPostParams(AMD_POST_PARAMS *PostParams)
 {
-	if ((IS_ENABLED(CONFIG_BOARD_GOOGLE_LIARA)) && (board_id() <= 4))
+	if ((IS_ENABLED(CONFIG_BOARD_GOOGLE_LIARA)) && (board_id() <= 5))
 		PostParams->MemConfig.PlatformMemoryConfiguration =
 			(PSO_ENTRY *)DDR4LiaraMemoryConfiguration;
 	else

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibb4cc1fd2bb54984cb7a8856ed7b9f49b78eddce
Gerrit-Change-Number: 29779
Gerrit-PatchSet: 1
Gerrit-Owner: chris wang <Chris.Wang at amd.com>
Gerrit-Reviewer: Chris Wang <chris.wang at amd.corp-partner.google.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181121/6cdf9232/attachment-0001.html>


More information about the coreboot-gerrit mailing list