[coreboot-gerrit] New patch to review for coreboot: ca004b5 lenovo/x230: Enable msata port.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Fri Jan 24 14:58:18 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4789

-gerrit

commit ca004b5429f3e5300b256cdbca8adf13243e3e4f
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Fri Jan 24 14:38:10 2014 +0100

    lenovo/x230: Enable msata port.
    
    Vendor BIOS enables SATA ports 0 (internal), 1 (dock) and 4 (msata).
    Enable same ports.
    
    Change-Id: Ib75227f64c9d77f6cfca1902a78d63b5cdd23d76
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/x230/devicetree.cb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/lenovo/x230/devicetree.cb b/src/mainboard/lenovo/x230/devicetree.cb
index 3650b38..7f9c11b 100644
--- a/src/mainboard/lenovo/x230/devicetree.cb
+++ b/src/mainboard/lenovo/x230/devicetree.cb
@@ -55,8 +55,8 @@ chip northbridge/intel/sandybridge
 			register "gpi1_routing" = "2"
 			register "gpi8_routing" = "2"
 
-			# Enable SATA ports 0 & 1
-			register "sata_port_map" = "0x3"
+			# Enable SATA ports 0 & 1 & 4
+			register "sata_port_map" = "0x13"
 			# Set max SATA speed to 6.0 Gb/s
 			register "sata_interface_speed_support" = "0x3"
 



More information about the coreboot-gerrit mailing list