Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46136 )
Change subject: mb/google/beltino: Disable PCIe AER ......................................................................
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.
Change-Id: I0f592a21d08e79cda251e80cd1f1184c4311e9df Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/google/beltino/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/46136/1
diff --git a/src/mainboard/google/beltino/Kconfig b/src/mainboard/google/beltino/Kconfig index 0ac6805..cbf9dc4 100644 --- a/src/mainboard/google/beltino/Kconfig +++ b/src/mainboard/google/beltino/Kconfig @@ -59,4 +59,7 @@ config ENABLE_DDR_2X_REFRESH default y
+config PCIEXP_AER + def_bool n + endif # BOARD_GOOGLE_BASEBOARD_BELTINO