mb/google/brox: Enable FSP UPD LpDdrDqDqsReTraining

FSP default value for LpDdrDqDqsReTraining is 1. For boards
that didn't set LpDdrDqDqsReTraining to any value, 0 was being
assigned and it caused black screen issue.

BUG=b:311450057
BRANCH=NONE
TEST=emerge-brox coreboot

Change-Id: I4a009076e50408a4f7ff16ddc96a0f2e47b09470
Signed-off-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79646
Reviewed-by: Shelley Chen <shchen@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
Ivy Jian
2023-12-19 16:58:16 +08:00
committed by Shelley Chen
parent fab89b34e7
commit 17295c8288

View File

@@ -61,6 +61,8 @@ static const struct mb_cfg baseboard_memcfg = {
.ccc_config = 0x99,
},
.LpDdrDqDqsReTraining = 1,
.ect = 1, /* Early Command Training */
};