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@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