[coreboot-gerrit] Patch set updated for coreboot: f04bd81 Revert "Butterfly, Stout: Force SATA link speed to 3 Gbps"

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Tue Jan 21 00:08:38 CET 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4762

-gerrit

commit f04bd812d75d11f32d2c950a5f1abe0aed431d58
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Mon Jan 20 22:26:05 2014 +0100

    Revert "Butterfly, Stout: Force SATA link speed to 3 Gbps"
    
    This reverts commit 7b8952c19d8d809b7aeec629b31e1c3d66f19884.
    
    This commit was a hack to solve potential hangs caused by SSD bugs,
    but the workaround limited the SATA speed of all connected drives,
    despite the problem being localized to one specific model. As such,
    this solution is a layering violation, as it makes too many
    assumptions about the connected hardware.
    
    Change-Id: Ia35f7e8a24f9cb701ce0e357d9b3e929c4e0a4fb
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/mainboard/google/butterfly/devicetree.cb | 2 --
 src/mainboard/google/stout/devicetree.cb     | 2 --
 2 files changed, 4 deletions(-)

diff --git a/src/mainboard/google/butterfly/devicetree.cb b/src/mainboard/google/butterfly/devicetree.cb
index 9a7a1d5..c797fb0 100644
--- a/src/mainboard/google/butterfly/devicetree.cb
+++ b/src/mainboard/google/butterfly/devicetree.cb
@@ -58,8 +58,6 @@ chip northbridge/intel/sandybridge
 
 			# Enable SATA ports 0 & 1
 			register "sata_port_map" = "0x3"
-			# Set max SATA speed to 3.0 Gb/s
-			register "sata_interface_speed_support" = "0x2"
 
 			# Enable EC Port 0x68/0x6C
 			register "gen1_dec" = "0x00040069"
diff --git a/src/mainboard/google/stout/devicetree.cb b/src/mainboard/google/stout/devicetree.cb
index 653d3fe..a9e499f 100644
--- a/src/mainboard/google/stout/devicetree.cb
+++ b/src/mainboard/google/stout/devicetree.cb
@@ -58,8 +58,6 @@ chip northbridge/intel/sandybridge
 			register "gpi6_routing" = "2"
 
 			register "sata_port_map" = "0x3"
-			# Set max SATA speed to 3.0 Gb/s
-			register "sata_interface_speed_support" = "0x2"
 
 			# Enable EC Port 0x68/0x6C
 			register "gen1_dec" = "0x00040069"



More information about the coreboot-gerrit mailing list