Changes between Version 13 and Version 14 of venice/PCIe
- Timestamp:
- 10/01/2025 04:37:26 PM (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/PCIe
v13 v14 80 80 The Designware PCIe core (used on IMX6/IMX8M) works as such as soon as any MSI interrupt is enabled, the core no longer forwards legacy IRQs so if any card in your system needs legacy interrupts you need to disable MSI with {{{pci=nomsi}}} in uboot: 81 81 {{{ 82 setenv extra 'pci=nomsi'82 setenv bootargs ${bootargs} pci=nomsi 83 83 saveenv 84 84 reset