Lijian Zhao has posted comments on this change. ( https://review.coreboot.org/23645 )
Change subject: mainboard/google/meowth: Enable ECT back
......................................................................
Patch Set 1:
Another thought is we can simply remove the override line in memory.c under both Zoombini and Meowth
--
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: comment
Gerrit-Change-Id: I7dd0a7dfe2993ad9cfaf00050175e5a47468b471
Gerrit-Change-Number: 23645
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Caveh Jalali <caveh(a)google.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 08 Feb 2018 01:16:53 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
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(a)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(a)intel.com>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23644 )
Change subject: soc/amd/common/block/pi/amd_init_late.c: Transfer memory info to cbmem
......................................................................
Patch Set 1: Verified+1
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/67178/ : SUCCESS
https://qa.coreboot.org/job/coreboot-checkpatch/21734/ : SUCCESS
--
To view, visit https://review.coreboot.org/23644
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I151a8f1348c9bafceb38bab1f79d3002c5f6b31b
Gerrit-Change-Number: 23644
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Marc Jones <marc(a)marcjonesconsulting.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 08 Feb 2018 00:11:16 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes