Pārlūkot izejas kodu

imx: venice: disable PCI AER

As a workaround to an issue causing hang during PCI enumeration on
imx8mp with a specific PCI switch, disable PCI AER.

Signed-off-by: Tim Harvey <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19218
Signed-off-by: Robert Marko <[email protected]>
Tim Harvey 6 mēneši atpakaļ
vecāks
revīzija
009aad8a02
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      target/linux/imx/image/bootscript-gateworks_venice

+ 1 - 1
target/linux/imx/image/bootscript-gateworks_venice

@@ -22,7 +22,7 @@ echo "Gateworks Venice OpenWrt Boot script v1.0"
 #    partition, therefore we add 1 to the current partition
 setexpr rootpart ${distro_bootpart} + 1 # root on 'next' partition
 part uuid ${devtype} ${devnum}:${rootpart} uuid
-setenv bootargs ${bootargs} console=${console} root=PARTUUID=${uuid} rootfstype=squashfs,ext4,f2fs rootwait
+setenv bootargs ${bootargs} console=${console} root=PARTUUID=${uuid} rootfstype=squashfs,ext4,f2fs rootwait pci=noaer
 
 # load dtb (we try fdt_file and then fdt_file{1,2,3,4,5})
 echo "loading DTB..."