[coreboot-gerrit] Patch set updated for coreboot: e8940ea lenovo/x230: Enable msata port.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Mon Feb 3 03:38:33 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 e8940eace8c54dc85cbce394a69c108607d9e43d
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Fri Jan 24 14:38:10 2014 +0100

    lenovo/x230: Enable msata port.
    
    Port 2 is used by msata. Enable it.
    
    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 f630e3d..a76de5f 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 (HDD bay) & 1 (dock) & 2 (msata)
+			register "sata_port_map" = "0x7"
 			# Set max SATA speed to 6.0 Gb/s
 			register "sata_interface_speed_support" = "0x3"
 



More information about the coreboot-gerrit mailing list