[openwrt/openwrt] imx: venice: disable PCI AER
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 23 02:49:22 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2b0b35310479a993b785bb16b38f40b80e26ad96
commit 2b0b35310479a993b785bb16b38f40b80e26ad96
Author: Tim Harvey <tharvey at gateworks.com>
AuthorDate: Thu Jun 19 14:34:34 2025 -0700
imx: venice: disable PCI AER
As a workaround to an issue causing hang during PCI enumeration on
imx8mp with a specific PCIe switch, disable PCI AER.
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
Link: https://github.com/openwrt/openwrt/pull/19189
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/imx/image/bootscript-gateworks_venice | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/imx/image/bootscript-gateworks_venice b/target/linux/imx/image/bootscript-gateworks_venice
index 3f87bae50b..fceed130af 100644
--- a/target/linux/imx/image/bootscript-gateworks_venice
+++ b/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..."
More information about the lede-commits
mailing list