mb/google/beltino: Disable PCIe AER

Ethernet hardware on beltino variants doesn't support AER, so
disable it to mitigate continuous AER timeout errors in dmesg:

> pcieport 0000:00:1c.0: AER: Corrected error received: 0000:00:1c.0
> pcieport 0000:00:1c.0: AER: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Transmitter ID)
> pcieport 0000:00:1c.0: AER: device [8086:9c94] error status/mask=00001000/00002000
> pcieport 0000:00:1c.0: AER: [12] Timeout

Change-Id: I0f592a21d08e79cda251e80cd1f1184c4311e9df
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46136
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Matt DeVillier
2020-10-07 13:20:50 -05:00
committed by Patrick Georgi
parent 1aeccd1440
commit 89d5c2b6e4

View File

@@ -59,4 +59,7 @@ config MAINBOARD_SMBIOS_MANUFACTURER
config ENABLE_DDR_2X_REFRESH
default y
config PCIEXP_AER
def_bool n
endif # BOARD_GOOGLE_BASEBOARD_BELTINO