[coreboot-gerrit] Patch set updated for coreboot: mainboard/google/reef: drop disabling periodic training for micron

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Tue Oct 25 22:27:48 CEST 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17130

-gerrit

commit e04d16fe1c89fbc47866fcc3a80c26e48da8e52d
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Tue Oct 25 15:19:54 2016 -0500

    mainboard/google/reef: drop disabling periodic training for micron
    
    In anticipation of getting fixed material remove the disabling of
    periodic training for MT53B512M32D2NP and MT53B256M32D1NP.
    
    BUG=chrome-os-partner:59003
    
    Change-Id: Iaadaa979d85cab78dda527db7480420af02fd832
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/reef/variants/baseboard/memory.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mainboard/google/reef/variants/baseboard/memory.c b/src/mainboard/google/reef/variants/baseboard/memory.c
index 23cb631..50e93c7 100644
--- a/src/mainboard/google/reef/variants/baseboard/memory.c
+++ b/src/mainboard/google/reef/variants/baseboard/memory.c
@@ -101,7 +101,6 @@ static const struct lpddr4_sku skus[] = {
 		.ch0_dual_rank = 1,
 		.ch1_dual_rank = 1,
 		.part_num = "MT53B512M32D2NP",
-		.disable_periodic_retraining = 1,
 	},
 	/* MT53B256M32D1NP - both logical channels */
 	[3] = {
@@ -109,7 +108,6 @@ static const struct lpddr4_sku skus[] = {
 		.ch0_rank_density = LP4_8Gb_DENSITY,
 		.ch1_rank_density = LP4_8Gb_DENSITY,
 		.part_num = "MT53B256M32D1NP",
-		.disable_periodic_retraining = 1,
 	},
 	/*
 	 * H9HCNNNBPUMLHR - both logical channels. While the parts



More information about the coreboot-gerrit mailing list