[coreboot-gerrit] Patch set updated for coreboot: purism/librem13: Fix M.2 issues.

Youness Alaoui (snifikino@gmail.com) gerrit at coreboot.org
Mon Feb 20 21:59:30 CET 2017


Youness Alaoui (snifikino at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18409

-gerrit

commit 378ed459fe00de57c35c99eddfd27dc9635d3ed0
Author: Youness Alaoui <kakaroto at kakaroto.homelinux.net>
Date:   Tue Feb 7 13:59:29 2017 -0500

    purism/librem13: Fix M.2 issues.
    
    The M.2 SSD is on the SATA port 3, which also required the DTLE setting
    to be set.
    This fixes issues with the M.2 SSD not being detected/stable.
    
    Change-Id: Id39d9ec395a2d9d32be4c079678d0708f08b3935
    Signed-off-by: Youness Alaoui <youness.alaoui at puri.sm>
---
 src/mainboard/purism/librem13/devicetree.cb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/purism/librem13/devicetree.cb b/src/mainboard/purism/librem13/devicetree.cb
index 6bc5521..072e212 100644
--- a/src/mainboard/purism/librem13/devicetree.cb
+++ b/src/mainboard/purism/librem13/devicetree.cb
@@ -24,6 +24,7 @@ chip soc/intel/broadwell
 
 	# Port 0 tuning for link stability
 	register "sata_port0_gen3_dtle" = "9"
+	register "sata_port3_gen3_dtle" = "9"
 
 	device cpu_cluster 0 on
 		device lapic 0 on end



More information about the coreboot-gerrit mailing list