Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86308?usp=email )
Change subject: mb/starlabs/starbook/mtl: Enable Early Command Training ......................................................................
mb/starlabs/starbook/mtl: Enable Early Command Training
Enable Early Command Training.
Test=build and boot `starbook/mtl`, verify no issues in FSP debug log and enter/ exit s3.
Change-Id: I18d94537ec662e11ef09065569e1695403490012 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/86308 Reviewed-by: Matt DeVillier matt.devillier@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/starlabs/starbook/variants/mtl/romstage.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starbook/variants/mtl/romstage.c b/src/mainboard/starlabs/starbook/variants/mtl/romstage.c index 26a4e5e..d938bad 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/romstage.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/romstage.c @@ -9,7 +9,7 @@ { const struct mb_cfg mem_config = { .type = MEM_TYPE_DDR5, - .ect = false, + .ect = true, .UserBd = BOARD_TYPE_MOBILE, .ddr_config = { .dq_pins_interleaved = false,