[coreboot-gerrit] Change in coreboot[master]: purism/librem13: Enable support for M.2 NVMe

Martin Roth (Code Review) gerrit at coreboot.org
Mon May 1 00:44:17 CEST 2017


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/19446 )

Change subject: purism/librem13: Enable support for M.2 NVMe
......................................................................


purism/librem13: Enable support for M.2 NVMe

Enable/Disable the PCIe ports to match factory BIOS. The port #6
is used for PCIe on the M.2 connector which allows for NVMe SSDs
to function.

Change-Id: I8058cbad3da651144545d588c0ae78c5f5e598ac
Signed-off-by: Youness Alaoui <youness.alaoui at puri.sm>
Reviewed-on: https://review.coreboot.org/19446
Tested-by: build bot (Jenkins)
Reviewed-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/purism/librem13/devicetree.cb
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Arthur Heymans: Looks good to me, approved
  build bot (Jenkins): Verified



diff --git a/src/mainboard/purism/librem13/devicetree.cb b/src/mainboard/purism/librem13/devicetree.cb
index af6641a..ba38070 100644
--- a/src/mainboard/purism/librem13/devicetree.cb
+++ b/src/mainboard/purism/librem13/devicetree.cb
@@ -50,11 +50,11 @@
 		device pci 19.0 off end # GbE
 		device pci 1b.0 on  end # High Definition Audio
 		device pci 1c.0 on  end # PCIe Port #1
-		device pci 1c.1 on  end # PCIe Port #2
+		device pci 1c.1 off end # PCIe Port #2
 		device pci 1c.2 on  end # PCIe Port #3 - LAN
 		device pci 1c.3 on  end # PCIe Port #4 - WiFi
-		device pci 1c.4 off end # PCIe Port #5
-		device pci 1c.5 off end # PCIe Port #6
+		device pci 1c.4 on  end # PCIe Port #5
+		device pci 1c.5 on  end # PCIe Port #6 - M.2 NVMe
 		device pci 1d.0 off end # USB2 EHCI
 		device pci 1e.0 off end # PCI bridge
 		device pci 1f.0 on

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8058cbad3da651144545d588c0ae78c5f5e598ac
Gerrit-PatchSet: 4
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino at gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Youness Alaoui <snifikino at gmail.com>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list