[coreboot-gerrit] Change in coreboot[master]: purism/librem13v1: Disable PCI Express AER capability

Matt DeVillier (Code Review) gerrit at coreboot.org
Thu Mar 22 22:14:16 CET 2018


Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/25327


Change subject: purism/librem13v1: Disable PCI Express AER capability
......................................................................

purism/librem13v1: Disable PCI Express AER capability

The Librem 13v1 does not seem to have working AER and this option
was needed and tested on the Librem 13v1. Without it, the linux
console gets spammed with AER errrors.

Change-Id: I13d0afa085b426920d7a946e6209f924ce29ae52
Signed-off-by: Youness Alaoui <kakaroto at kakaroto.homelinux.net>
---
M src/mainboard/purism/librem13v1/Kconfig
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/25327/1

diff --git a/src/mainboard/purism/librem13v1/Kconfig b/src/mainboard/purism/librem13v1/Kconfig
index abd499c..c4fb14b 100644
--- a/src/mainboard/purism/librem13v1/Kconfig
+++ b/src/mainboard/purism/librem13v1/Kconfig
@@ -24,6 +24,9 @@
 config PCIEXP_L1_SUB_STATE
 	def_bool n
 
+config PCIEXP_AER
+	def_bool n
+
 config HAVE_IFD_BIN
 	bool
 	default n

-- 
To view, visit https://review.coreboot.org/25327
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I13d0afa085b426920d7a946e6209f924ce29ae52
Gerrit-Change-Number: 25327
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180322/a372d989/attachment.html>


More information about the coreboot-gerrit mailing list