[coreboot-gerrit] Patch set updated for coreboot: google/reef: Update EMMC DLL settings

Lijian Zhao (lijian.zhao@intel.com) gerrit at coreboot.org
Mon Jun 13 21:51:28 CEST 2016


Lijian Zhao (lijian.zhao at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15156

-gerrit

commit 8b6bb5d6c1b36228f5089064863c0731d6434e2b
Author: Zhao, Lijian <lijian.zhao at intel.com>
Date:   Fri Jun 10 16:11:08 2016 -0700

    google/reef: Update EMMC DLL settings
    
    Update EMMC DLL setting for reef board, after that system can
    boot up into EMMC successfully.
    
    BUG=chrome-os-partner:54228
    TEST=Boot up into EMMC and check with Rootdev
    
    Change-Id: I614cd624dce9069c5565599a955f87906bcea53b
    Signed-off-by: Zhao, Lijian <lijian.zhao at intel.com>
---
 src/mainboard/google/reef/devicetree.cb | 26 +++++++++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/google/reef/devicetree.cb b/src/mainboard/google/reef/devicetree.cb
index a1ed9f3..945cc1c 100644
--- a/src/mainboard/google/reef/devicetree.cb
+++ b/src/mainboard/google/reef/devicetree.cb
@@ -10,9 +10,29 @@ chip soc/intel/apollolake
 	register "integrated_sensor_hub_enable" = "1"
 
 	# EMMC TX DATA Delay 1#
-	# 0x1A[14:8] stands for 26*125 = 3250 pSec delay for HS400
-	# 0x1A[6:0] stands for 26*125 = 3250 pSec delay for SDR104/HS200
-	register "emmc_tx_data_cntl1" = "0x1A1A" # HS400 required
+	# 0x0C[14:8] stands for 12*125 = 1500 pSec delay for HS400
+	# 0x11[6:0] stands for 17*125 =  2125 pSec delay for SDR104/HS200
+	register "emmc_tx_data_cntl1" = "0x0C11" # HS400 required
+
+	# EMMC TX DATA Delay 2#
+	# 0x1C[30:24] stands for 28*125 = 3500 pSec delay for SDR50
+	# 0x1C[22:16] stands for 28*125 = 3500 pSec delay for DDR50
+	# 0x1C[14:8] stands for 28*125 = 3500 pSec delay for SDR25/HS50
+	# 0x00[6:0] stands for 0 delay for SDR12/Compatibility mode
+	register "emmc_tx_data_cntl2" = "0x1c1c1c00"
+
+	# EMMC RX CMD/DATA Delay 1#
+	# 0x1C[30:24] stands for 28*125 = 3500 pSec delay for SDR50
+	# 0x1C[22:16] stands for 28*125 = 3500 pSec delay for DDR50
+	# 0x1C[14:8] stands for 28*125 = 3500 pSec delay for SDR25/HS50
+	# 0x00[6:0] stands for 0 delay for SDR12/Compatibility
+	register "emmc_rx_cmd_data_cntl1" = "0x1c1c1c00"
+
+	# EMMC RX CMD/DATA Delay 2#
+	# 0x01[17:16] stands for Rx Clock before Output Buffer
+	# 0x00[14:8] stands for 0 delay for Auto Tuning Mode
+	# 0x1C[6:0] stands for 28*125 =  3500 pSec delay for SDR104/HS200
+	register "emmc_rx_cmd_data_cntl2" = "0x1001c"
 
 	device domain 0 on
 		device pci 00.0 on  end	# - Host Bridge



More information about the coreboot-gerrit mailing list