Joey Peng has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75825?usp=email )
Change subject: mb/google/brya/var/taeko: Enable CsPiStartHighinEct ......................................................................
mb/google/brya/var/taeko: Enable CsPiStartHighinEct
Enable CsPiStartHighinEct to fix MRC Cache fail issue
BUG=b:279835630 TEST=Pass MRC Cache test with toolkit 1000 times Signed-off-by: Joey Peng joey.peng@lcfc.corp-partner.google.com Change-Id: If546b1259597c8025902e8f31b659ebee6f98eb3 --- M src/mainboard/google/brya/variants/taeko/memory.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/75825/1
diff --git a/src/mainboard/google/brya/variants/taeko/memory.c b/src/mainboard/google/brya/variants/taeko/memory.c index e9e8533..e43aa4d 100644 --- a/src/mainboard/google/brya/variants/taeko/memory.c +++ b/src/mainboard/google/brya/variants/taeko/memory.c @@ -64,6 +64,8 @@ },
.ect = 1, /* Enable Early Command Training */ + + .CsPiStartHighinEct = 1, };
const struct mb_cfg *variant_memory_params(void)