[coreboot-gerrit] Change in coreboot[master]: mainboard/google/meowth: Enable ECT back

Lijian Zhao (Code Review) gerrit at coreboot.org
Thu Feb 8 02:07:38 CET 2018


Lijian Zhao has uploaded this change for review. ( https://review.coreboot.org/23645


Change subject: mainboard/google/meowth: Enable ECT back
......................................................................

mainboard/google/meowth: Enable ECT back

Previously ECT had been disabled during meowth P0 bring up, on D0
stepping system and FSP version 7.x.20.52, disable ECT will cause MRC
training failure and stuck at post code 00D5h.

BUG=b.72473063
TEST=Apply patch and build coreboot image, flash into meowth P0 system
with D0 stepping silicon installed, system can pass MRC training and
boot up into OS.

Change-Id: I7dd0a7dfe2993ad9cfaf00050175e5a47468b471
Signed-off-by: Lijian Zhao <lijian.zhao at intel.com>
---
M src/mainboard/google/zoombini/variants/meowth/memory.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/23645/1

diff --git a/src/mainboard/google/zoombini/variants/meowth/memory.c b/src/mainboard/google/zoombini/variants/meowth/memory.c
index 7c2fa20..c72ffea 100644
--- a/src/mainboard/google/zoombini/variants/meowth/memory.c
+++ b/src/mainboard/google/zoombini/variants/meowth/memory.c
@@ -82,8 +82,8 @@
 	/* Meowth is a non-interleaved design */
 	.dq_pins_interleaved = 0,
 
-	/* Disable Early Command Training */
-	.ect = 0,
+	/* Enable Early Command Training */
+	.ect = 1,
 };
 
 const struct lpddr4_cfg *variant_lpddr4_config(void)

-- 
To view, visit https://review.coreboot.org/23645
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: I7dd0a7dfe2993ad9cfaf00050175e5a47468b471
Gerrit-Change-Number: 23645
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180208/fcf4196c/attachment-0001.html>


More information about the coreboot-gerrit mailing list