Matt DeVillier uploaded patch set #2 to this change.

View Change

sb/intel/lynxpoint: Enable/disable AER via Kconfig

Semi-recent changes to the Linux kernel now enable AER for many
devices for which it was previously disabled. This, coupled with
the SB enabling AER for all PCIe devices, has resulted in a large
amount of AER timeout errors in the kernel log for devices which
do not support AER. To mitigate this, guard AER enablement via
Kconfig, select it by default (as to maintain current default
behavior), and allow boards which need to disable it to do so.

This implementation is identical to/copied from soc/intel/broadwell.

Test: build/boot google/beltino variants with AER disabled, verify
dmesg log free of AER errors.

Change-Id: Ia03ef0d111335892c65122954c1248191ded7cb8
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
---
M src/southbridge/intel/lynxpoint/Kconfig
M src/southbridge/intel/lynxpoint/pcie.c
2 files changed, 9 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/46133/2

To view, visit change 46133. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia03ef0d111335892c65122954c1248191ded7cb8
Gerrit-Change-Number: 46133
Gerrit-PatchSet: 2
Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset