[coreboot-gerrit] Change in coreboot[master]: purism/librem13: Disable L1 sub states support

Youness Alaoui (Code Review) gerrit at coreboot.org
Thu May 25 00:01:16 CEST 2017


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

Change subject: purism/librem13: Disable L1 sub states support
......................................................................

purism/librem13: Disable L1 sub states support

Some NVMe devices (Intel 600p series for example) seem to lock up
in D3 drive power state (L1.2 PCIe power state).
Disabling L1 substates fixes it.

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


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/19900/1

diff --git a/src/mainboard/purism/librem13/Kconfig b/src/mainboard/purism/librem13/Kconfig
index 747e5ad..e63a7a1 100644
--- a/src/mainboard/purism/librem13/Kconfig
+++ b/src/mainboard/purism/librem13/Kconfig
@@ -21,6 +21,9 @@
 	  This platform does not have any way to get standard
 	  serial output so disable it by default.
 
+config PCIEXP_L1_SUB_STATE
+	def_bool n
+
 config HAVE_IFD_BIN
 	bool
 	default n

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I00a327dc91d443beb565fe4e72aaf816e40a007c
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