[coreboot-gerrit] Change in coreboot[master]: purism/librem13v2: Fix NVMe and enable USB OTG

Youness Alaoui (Code Review) gerrit at coreboot.org
Wed May 24 23:32:16 CEST 2017


Youness Alaoui has uploaded a new change for review. ( https://review.coreboot.org/19893 )

Change subject: purism/librem13v2: Fix NVMe and enable USB OTG
......................................................................

purism/librem13v2: Fix NVMe and enable USB OTG

NVMe device doesn't work if the ClkReq value is set

Change-Id: I7f12c297fd789762e6e2cb7eb12b835109e2ed0c
Signed-off-by: Youness Alaoui <youness.alaoui at puri.sm>
---
M src/mainboard/purism/librem13v2/devicetree.cb
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/19893/1

diff --git a/src/mainboard/purism/librem13v2/devicetree.cb b/src/mainboard/purism/librem13v2/devicetree.cb
index 7f6bcae..7f0424c 100644
--- a/src/mainboard/purism/librem13v2/devicetree.cb
+++ b/src/mainboard/purism/librem13v2/devicetree.cb
@@ -152,10 +152,10 @@
 	register "PcieRpEnable[8]" = "1"
 	# Enable CLKREQ#
 	register "PcieRpClkReqSupport[4]" = "1"
-	register "PcieRpClkReqSupport[8]" = "1"
+	#register "PcieRpClkReqSupport[8]" = "1"
 	# Default value from FSP programming guide
 	register "PcieRpClkReqNumber[4]" = "3"
-	register "PcieRpClkReqNumber[8]" = "5"
+	#register "PcieRpClkReqNumber[8]" = "5"
 
 	register "usb2_ports[0]" = "USB2_PORT_LONG(OC_SKIP)"	# Type-C Port
 	register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)"	# Type-A Port (right)
@@ -182,7 +182,7 @@
 		device pci 00.0 on  end # Host Bridge
 		device pci 02.0 on  end # Integrated Graphics Device
 		device pci 14.0 on  end # USB xHCI
-		device pci 14.1 off end # USB xDCI (OTG)
+		device pci 14.1 on  end # USB xDCI (OTG)
 		device pci 14.2 on  end # Thermal Subsystem
 		device pci 16.0 on  end # Management Engine Interface 1
 		device pci 16.1 off end # Management Engine Interface 2

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7f12c297fd789762e6e2cb7eb12b835109e2ed0c
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino at gmail.com>



More information about the coreboot-gerrit mailing list