[coreboot-gerrit] Change in coreboot[master]: mb/lenovo/t430: Fix hot-plug ports

Patrick Rudolph (Code Review) gerrit at coreboot.org
Fri May 26 15:34:03 CEST 2017


Patrick Rudolph has uploaded a new change for review. ( https://review.coreboot.org/19928 )

Change subject: mb/lenovo/t430: Fix hot-plug ports
......................................................................

mb/lenovo/t430: Fix hot-plug ports

Port 0 is connected to SD-card reader.
Don't mark it as hot-plugable.

Change-Id: I5d3d4c7541683a6c09aac47ca251a6dad23ad1ab
Signed-off-by: Patrick Rudolph <siro at das-labor.org>
---
M src/mainboard/lenovo/t430/devicetree.cb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/19928/1

diff --git a/src/mainboard/lenovo/t430/devicetree.cb b/src/mainboard/lenovo/t430/devicetree.cb
index 86c8756..0a121b7 100644
--- a/src/mainboard/lenovo/t430/devicetree.cb
+++ b/src/mainboard/lenovo/t430/devicetree.cb
@@ -47,7 +47,7 @@
 			register "gpi13_routing" = "2"
 			register "gpi1_routing" = "2"
 			register "p_cnt_throttling_supported" = "1"
-			register "pcie_hotplug_map" = "{ 1, 0, 1, 0, 0, 0, 0, 0 }"
+			register "pcie_hotplug_map" = "{ 0, 0, 1, 0, 0, 0, 0, 0 }"
 			register "pcie_port_coalesce" = "1"
 			register "sata_interface_speed_support" = "0x3"
 			register "sata_port_map" = "0x17"

-- 
To view, visit https://review.coreboot.org/19928
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d3d4c7541683a6c09aac47ca251a6dad23ad1ab
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Patrick Rudolph <siro at das-labor.org>



More information about the coreboot-gerrit mailing list