Changes between Version 13 and Version 14 of venice/PCIe


Ignore:
Timestamp:
10/01/2025 04:37:26 PM (4 hours ago)
Author:
Ryan Erbstoesser
Comment:

adjust extra to bootargs

Legend:

Unmodified
Added
Removed
Modified
  • venice/PCIe

    v13 v14  
    8080The 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:
    8181{{{
    82 setenv extra 'pci=nomsi'
     82setenv bootargs ${bootargs} pci=nomsi
    8383saveenv
    8484reset