[coreboot-gerrit] Patch set updated for coreboot: intel/amenia: Program EMMC dll setting

Lijian Zhao (lijian.zhao@intel.com) gerrit at coreboot.org
Tue Jun 7 21:09:09 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/15092

-gerrit

commit 23e23a57768350eb1b01004c58e34ee628acbbf2
Author: Zhao, Lijian <lijian.zhao at intel.com>
Date:   Tue May 17 19:26:18 2016 -0700

    intel/amenia: Program EMMC dll setting
    
    EMMC TX DATA Control needs to be programmed to 0x1A1A to make amenia
    system can run stable on EMMC with HS400 mode.
    
    Change-Id: I42c23ff7e6956e75de5e1b1339a570b35d999301
    Signed-off-by: Zhao, Lijian <lijian.zhao at intel.com>
    Tested-by: Petrov, Andrey <andrey.petrov at intel.com>
---
 src/mainboard/intel/amenia/devicetree.cb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/mainboard/intel/amenia/devicetree.cb b/src/mainboard/intel/amenia/devicetree.cb
index af06848..623e1eb 100644
--- a/src/mainboard/intel/amenia/devicetree.cb
+++ b/src/mainboard/intel/amenia/devicetree.cb
@@ -9,6 +9,11 @@ chip soc/intel/apollolake
 
 	# Integrated Sensor Hub
 	register "integrated_sensor_hub_enable" = "0"
+        
+	# EMMC TX DATA Delay 1#
+	# 0x1A[14:8] stands for 26*125 = 3250 psecs delay for HS400
+	# 0x1A[6:0] stands for 26*125 = 3250 psecs delay for SDR104/HS200
+	register "emmc_tx_data_cntl1" = "0x1A1A" # HS400 required
 
 	device domain 0 on
 		device pci 00.0 on end	# - Host Bridge



More information about the coreboot-gerrit mailing list